{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - SNMP-FRAMEWORK-MIB",
    "description": "MIB data from `SNMP-FRAMEWORK-MIB` module.\n\n**Root containers:** 1 (SNMP-FRAMEWORK-MIB)\n**Paths:** 6 | **Descendants:** 5\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "SNMP-FRAMEWORK-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB": {
      "get": {
        "summary": "Get SNMP-FRAMEWORK-MIB",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "snmpEngine": {
                      "type": "object",
                      "properties": {
                        "snmpEngineID": {
                          "type": "string",
                          "example": "1"
                        },
                        "snmpEngineBoots": {
                          "type": "integer",
                          "example": 1
                        },
                        "snmpEngineTime": {
                          "type": "integer",
                          "example": 1
                        },
                        "snmpEngineMaxMessageSize": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB": {
                    "snmpEngine": {
                      "snmpEngineID": "1",
                      "snmpEngineBoots": 1,
                      "snmpEngineTime": 1,
                      "snmpEngineMaxMessageSize": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve SNMP-FRAMEWORK-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB/snmpEngine": {
      "get": {
        "summary": "Get snmpEngine",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB-snmpEngine",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "snmpEngineID": {
                      "type": "string",
                      "example": "1"
                    },
                    "snmpEngineBoots": {
                      "type": "integer",
                      "example": 1
                    },
                    "snmpEngineTime": {
                      "type": "integer",
                      "example": 1
                    },
                    "snmpEngineMaxMessageSize": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:snmpEngine": {
                    "snmpEngineID": "1",
                    "snmpEngineBoots": 1,
                    "snmpEngineTime": 1,
                    "snmpEngineMaxMessageSize": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpEngine from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB/snmpEngine/snmpEngineID": {
      "get": {
        "summary": "Get snmpEngineID",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB-snmpEngine-snmpEngineID",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:snmpEngineID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpEngineID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB/snmpEngine/snmpEngineBoots": {
      "get": {
        "summary": "Get snmpEngineBoots",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB-snmpEngine-snmpEngineBoots",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:snmpEngineBoots": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpEngineBoots from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB/snmpEngine/snmpEngineTime": {
      "get": {
        "summary": "Get snmpEngineTime",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB-snmpEngine-snmpEngineTime",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:snmpEngineTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpEngineTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB/snmpEngine/snmpEngineMaxMessageSize": {
      "get": {
        "summary": "Get snmpEngineMaxMessageSize",
        "operationId": "get-SNMP-FRAMEWORK-MIB:SNMP-FRAMEWORK-MIB-snmpEngine-snmpEngineMaxMessageSize",
        "tags": [
          "SNMP-FRAMEWORK-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "SNMP-FRAMEWORK-MIB:snmpEngineMaxMessageSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpEngineMaxMessageSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
