{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-HSRP-EXT-MIB",
    "description": "MIB data from `CISCO-HSRP-EXT-MIB` module.\n\n**Root containers:** 1 (CISCO-HSRP-EXT-MIB)\n**Paths:** 29 | **Descendants:** 28\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": "CISCO-HSRP-EXT-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/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB": {
      "get": {
        "summary": "Get CISCO-HSRP-EXT-MIB",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpExtIfTrackedTable": {
                      "type": "object",
                      "properties": {
                        "cHsrpExtIfTrackedEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cHsrpExtIfTracked": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpExtIfTrackedPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpExtIfTrackedRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cHsrpExtSecAddrTable": {
                      "type": "object",
                      "properties": {
                        "cHsrpExtSecAddrEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cHsrpExtSecAddrAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cHsrpExtSecAddrRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cHsrpExtIfStandbyTable": {
                      "type": "object",
                      "properties": {
                        "cHsrpExtIfStandbyEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cHsrpExtIfStandbyIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpExtIfStandbyDestAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpExtIfStandbyDestAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpExtIfStandbySourceAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpExtIfStandbySourceAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpExtIfStandbyRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cHsrpExtIfTable": {
                      "type": "object",
                      "properties": {
                        "cHsrpExtIfEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cHsrpExtIfUseBIA": {
                                "type": "boolean",
                                "example": true
                              },
                              "cHsrpExtIfRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB": {
                    "cHsrpExtIfTrackedTable": {
                      "cHsrpExtIfTrackedEntry": {
                        "ifIndex": "configured-value",
                        "cHsrpGrpNumber": "10",
                        "cHsrpExtIfTracked": "configured-value",
                        "cHsrpExtIfTrackedPriority": 1,
                        "cHsrpExtIfTrackedRowStatus": "active"
                      }
                    },
                    "cHsrpExtSecAddrTable": {
                      "cHsrpExtSecAddrEntry": {
                        "ifIndex": "configured-value",
                        "cHsrpGrpNumber": "10",
                        "cHsrpExtSecAddrAddress": "10.1.1.1",
                        "cHsrpExtSecAddrRowStatus": "active"
                      }
                    },
                    "cHsrpExtIfStandbyTable": {
                      "cHsrpExtIfStandbyEntry": {
                        "ifIndex": "configured-value",
                        "cHsrpGrpNumber": "10",
                        "cHsrpExtIfStandbyIndex": 1,
                        "cHsrpExtIfStandbyDestAddrType": "configured-value",
                        "cHsrpExtIfStandbyDestAddr": "configured-value",
                        "cHsrpExtIfStandbySourceAddrType": "configured-value",
                        "cHsrpExtIfStandbySourceAddr": "configured-value",
                        "cHsrpExtIfStandbyRowStatus": "active"
                      }
                    },
                    "cHsrpExtIfTable": {
                      "cHsrpExtIfEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cHsrpExtIfUseBIA": true,
                          "cHsrpExtIfRowStatus": "active"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-HSRP-EXT-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable": {
      "get": {
        "summary": "Get cHsrpExtIfTrackedTable",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpExtIfTrackedEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cHsrpExtIfTracked": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpExtIfTrackedPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpExtIfTrackedRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTrackedTable": {
                    "cHsrpExtIfTrackedEntry": {
                      "ifIndex": "configured-value",
                      "cHsrpGrpNumber": "10",
                      "cHsrpExtIfTracked": "configured-value",
                      "cHsrpExtIfTrackedPriority": 1,
                      "cHsrpExtIfTrackedRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTrackedTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry": {
      "get": {
        "summary": "Get cHsrpExtIfTrackedEntry",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cHsrpExtIfTracked": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpExtIfTrackedPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpExtIfTrackedRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTrackedEntry": {
                    "ifIndex": "configured-value",
                    "cHsrpGrpNumber": "10",
                    "cHsrpExtIfTracked": "configured-value",
                    "cHsrpExtIfTrackedPriority": 1,
                    "cHsrpExtIfTrackedRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTrackedEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry-ifIndex",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry/cHsrpGrpNumber": {
      "get": {
        "summary": "Get cHsrpGrpNumber",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry-cHsrpGrpNumber",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpGrpNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry/cHsrpExtIfTracked": {
      "get": {
        "summary": "Get cHsrpExtIfTracked",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry-cHsrpExtIfTracked",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTracked": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTracked from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry/cHsrpExtIfTrackedPriority": {
      "get": {
        "summary": "Get cHsrpExtIfTrackedPriority",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry-cHsrpExtIfTrackedPriority",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTrackedPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTrackedPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTrackedTable/cHsrpExtIfTrackedEntry/cHsrpExtIfTrackedRowStatus": {
      "get": {
        "summary": "Get cHsrpExtIfTrackedRowStatus",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTrackedTable-cHsrpExtIfTrackedEntry-cHsrpExtIfTrackedRowStatus",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTrackedRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTrackedRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable": {
      "get": {
        "summary": "Get cHsrpExtSecAddrTable",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpExtSecAddrEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cHsrpExtSecAddrAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cHsrpExtSecAddrRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtSecAddrTable": {
                    "cHsrpExtSecAddrEntry": {
                      "ifIndex": "configured-value",
                      "cHsrpGrpNumber": "10",
                      "cHsrpExtSecAddrAddress": "10.1.1.1",
                      "cHsrpExtSecAddrRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtSecAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable/cHsrpExtSecAddrEntry": {
      "get": {
        "summary": "Get cHsrpExtSecAddrEntry",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable-cHsrpExtSecAddrEntry",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cHsrpExtSecAddrAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cHsrpExtSecAddrRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtSecAddrEntry": {
                    "ifIndex": "configured-value",
                    "cHsrpGrpNumber": "10",
                    "cHsrpExtSecAddrAddress": "10.1.1.1",
                    "cHsrpExtSecAddrRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtSecAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable/cHsrpExtSecAddrEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable-cHsrpExtSecAddrEntry-ifIndex",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable/cHsrpExtSecAddrEntry/cHsrpGrpNumber": {
      "get": {
        "summary": "Get cHsrpGrpNumber",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable-cHsrpExtSecAddrEntry-cHsrpGrpNumber",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpGrpNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable/cHsrpExtSecAddrEntry/cHsrpExtSecAddrAddress": {
      "get": {
        "summary": "Get cHsrpExtSecAddrAddress",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable-cHsrpExtSecAddrEntry-cHsrpExtSecAddrAddress",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtSecAddrAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtSecAddrAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtSecAddrTable/cHsrpExtSecAddrEntry/cHsrpExtSecAddrRowStatus": {
      "get": {
        "summary": "Get cHsrpExtSecAddrRowStatus",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtSecAddrTable-cHsrpExtSecAddrEntry-cHsrpExtSecAddrRowStatus",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtSecAddrRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtSecAddrRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyTable",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpExtIfStandbyEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cHsrpExtIfStandbyIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpExtIfStandbyDestAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpExtIfStandbyDestAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpExtIfStandbySourceAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpExtIfStandbySourceAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpExtIfStandbyRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyTable": {
                    "cHsrpExtIfStandbyEntry": {
                      "ifIndex": "configured-value",
                      "cHsrpGrpNumber": "10",
                      "cHsrpExtIfStandbyIndex": 1,
                      "cHsrpExtIfStandbyDestAddrType": "configured-value",
                      "cHsrpExtIfStandbyDestAddr": "configured-value",
                      "cHsrpExtIfStandbySourceAddrType": "configured-value",
                      "cHsrpExtIfStandbySourceAddr": "configured-value",
                      "cHsrpExtIfStandbyRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyEntry",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cHsrpExtIfStandbyIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpExtIfStandbyDestAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpExtIfStandbyDestAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpExtIfStandbySourceAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpExtIfStandbySourceAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpExtIfStandbyRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyEntry": {
                    "ifIndex": "configured-value",
                    "cHsrpGrpNumber": "10",
                    "cHsrpExtIfStandbyIndex": 1,
                    "cHsrpExtIfStandbyDestAddrType": "configured-value",
                    "cHsrpExtIfStandbyDestAddr": "configured-value",
                    "cHsrpExtIfStandbySourceAddrType": "configured-value",
                    "cHsrpExtIfStandbySourceAddr": "configured-value",
                    "cHsrpExtIfStandbyRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-ifIndex",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpGrpNumber": {
      "get": {
        "summary": "Get cHsrpGrpNumber",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpGrpNumber",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpGrpNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbyIndex": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyIndex",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbyIndex",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbyDestAddrType": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyDestAddrType",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbyDestAddrType",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyDestAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyDestAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbyDestAddr": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyDestAddr",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbyDestAddr",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyDestAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbySourceAddrType": {
      "get": {
        "summary": "Get cHsrpExtIfStandbySourceAddrType",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbySourceAddrType",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbySourceAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbySourceAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbySourceAddr": {
      "get": {
        "summary": "Get cHsrpExtIfStandbySourceAddr",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbySourceAddr",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbySourceAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbySourceAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfStandbyTable/cHsrpExtIfStandbyEntry/cHsrpExtIfStandbyRowStatus": {
      "get": {
        "summary": "Get cHsrpExtIfStandbyRowStatus",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfStandbyTable-cHsrpExtIfStandbyEntry-cHsrpExtIfStandbyRowStatus",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfStandbyRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfStandbyRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTable": {
      "get": {
        "summary": "Get cHsrpExtIfTable",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTable",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpExtIfEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cHsrpExtIfUseBIA": {
                            "type": "boolean",
                            "example": true
                          },
                          "cHsrpExtIfRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfTable": {
                    "cHsrpExtIfEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cHsrpExtIfUseBIA": true,
                        "cHsrpExtIfRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTable/cHsrpExtIfEntry": {
      "get": {
        "summary": "Get cHsrpExtIfEntry",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTable-cHsrpExtIfEntry",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cHsrpExtIfUseBIA": {
                        "type": "boolean",
                        "example": true
                      },
                      "cHsrpExtIfRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cHsrpExtIfUseBIA": true,
                      "cHsrpExtIfRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTable/cHsrpExtIfEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTable-cHsrpExtIfEntry-ifIndex",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTable/cHsrpExtIfEntry/cHsrpExtIfUseBIA": {
      "get": {
        "summary": "Get cHsrpExtIfUseBIA",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTable-cHsrpExtIfEntry-cHsrpExtIfUseBIA",
        "tags": [
          "CISCO-HSRP-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfUseBIA": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfUseBIA from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB/cHsrpExtIfTable/cHsrpExtIfEntry/cHsrpExtIfRowStatus": {
      "get": {
        "summary": "Get cHsrpExtIfRowStatus",
        "operationId": "get-CISCO-HSRP-EXT-MIB:CISCO-HSRP-EXT-MIB-cHsrpExtIfTable-cHsrpExtIfEntry-cHsrpExtIfRowStatus",
        "tags": [
          "CISCO-HSRP-EXT-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": {
                  "CISCO-HSRP-EXT-MIB:cHsrpExtIfRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpExtIfRowStatus 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": []
    }
  ]
}
