{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - SNMP-PROXY-MIB",
    "description": "MIB data from `SNMP-PROXY-MIB` module.\n\n**Root containers:** 1 (SNMP-PROXY-MIB)\n**Paths:** 12 | **Descendants:** 11\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-PROXY-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-PROXY-MIB:SNMP-PROXY-MIB": {
      "get": {
        "summary": "Get SNMP-PROXY-MIB",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "snmpProxyTable": {
                      "type": "object",
                      "properties": {
                        "snmpProxyEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "snmpProxyName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "snmpProxyType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "snmpProxyContextEngineID": {
                                "type": "string",
                                "example": "1"
                              },
                              "snmpProxyContextName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "snmpProxyTargetParamsIn": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "snmpProxySingleTargetOut": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "snmpProxyMultipleTargetOut": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "snmpProxyStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "snmpProxyRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:SNMP-PROXY-MIB": {
                    "snmpProxyTable": {
                      "snmpProxyEntry": [
                        {
                          "snmpProxyName": "example-1",
                          "snmpProxyType": "default",
                          "snmpProxyContextEngineID": "1",
                          "snmpProxyContextName": "example-1",
                          "snmpProxyTargetParamsIn": "configured-value",
                          "snmpProxySingleTargetOut": "configured-value",
                          "snmpProxyMultipleTargetOut": "configured-value",
                          "snmpProxyStorageType": "configured-value",
                          "snmpProxyRowStatus": "active"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve SNMP-PROXY-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable": {
      "get": {
        "summary": "Get snmpProxyTable",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "snmpProxyEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "snmpProxyName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "snmpProxyType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "snmpProxyContextEngineID": {
                            "type": "string",
                            "example": "1"
                          },
                          "snmpProxyContextName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "snmpProxyTargetParamsIn": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "snmpProxySingleTargetOut": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "snmpProxyMultipleTargetOut": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "snmpProxyStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "snmpProxyRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyTable": {
                    "snmpProxyEntry": [
                      {
                        "snmpProxyName": "example-1",
                        "snmpProxyType": "default",
                        "snmpProxyContextEngineID": "1",
                        "snmpProxyContextName": "example-1",
                        "snmpProxyTargetParamsIn": "configured-value",
                        "snmpProxySingleTargetOut": "configured-value",
                        "snmpProxyMultipleTargetOut": "configured-value",
                        "snmpProxyStorageType": "configured-value",
                        "snmpProxyRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry": {
      "get": {
        "summary": "Get snmpProxyEntry",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "snmpProxyName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "snmpProxyType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "snmpProxyContextEngineID": {
                        "type": "string",
                        "example": "1"
                      },
                      "snmpProxyContextName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "snmpProxyTargetParamsIn": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "snmpProxySingleTargetOut": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "snmpProxyMultipleTargetOut": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "snmpProxyStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "snmpProxyRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyEntry": [
                    {
                      "snmpProxyName": "example-1",
                      "snmpProxyType": "default",
                      "snmpProxyContextEngineID": "1",
                      "snmpProxyContextName": "example-1",
                      "snmpProxyTargetParamsIn": "configured-value",
                      "snmpProxySingleTargetOut": "configured-value",
                      "snmpProxyMultipleTargetOut": "configured-value",
                      "snmpProxyStorageType": "configured-value",
                      "snmpProxyRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyName": {
      "get": {
        "summary": "Get snmpProxyName",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyName",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyType": {
      "get": {
        "summary": "Get snmpProxyType",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyType",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyContextEngineID": {
      "get": {
        "summary": "Get snmpProxyContextEngineID",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyContextEngineID",
        "tags": [
          "SNMP-PROXY-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-PROXY-MIB:snmpProxyContextEngineID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyContextEngineID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyContextName": {
      "get": {
        "summary": "Get snmpProxyContextName",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyContextName",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyContextName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyContextName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyTargetParamsIn": {
      "get": {
        "summary": "Get snmpProxyTargetParamsIn",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyTargetParamsIn",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyTargetParamsIn": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyTargetParamsIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxySingleTargetOut": {
      "get": {
        "summary": "Get snmpProxySingleTargetOut",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxySingleTargetOut",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxySingleTargetOut": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxySingleTargetOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyMultipleTargetOut": {
      "get": {
        "summary": "Get snmpProxyMultipleTargetOut",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyMultipleTargetOut",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyMultipleTargetOut": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyMultipleTargetOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyStorageType": {
      "get": {
        "summary": "Get snmpProxyStorageType",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyStorageType",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/SNMP-PROXY-MIB:SNMP-PROXY-MIB/snmpProxyTable/snmpProxyEntry/snmpProxyRowStatus": {
      "get": {
        "summary": "Get snmpProxyRowStatus",
        "operationId": "get-SNMP-PROXY-MIB:SNMP-PROXY-MIB-snmpProxyTable-snmpProxyEntry-snmpProxyRowStatus",
        "tags": [
          "SNMP-PROXY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "SNMP-PROXY-MIB:snmpProxyRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve snmpProxyRowStatus 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": []
    }
  ]
}
