{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-HSRP-MIB",
    "description": "MIB data from `CISCO-HSRP-MIB` module.\n\n**Root containers:** 1 (CISCO-HSRP-MIB)\n**Paths:** 28 | **Descendants:** 27\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-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-MIB:CISCO-HSRP-MIB": {
      "get": {
        "summary": "Get CISCO-HSRP-MIB",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB",
        "tags": [
          "CISCO-HSRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpGlobalConfig": {
                      "type": "object",
                      "properties": {
                        "cHsrpConfigTimeout": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cHsrpGrpTable": {
                      "type": "object",
                      "properties": {
                        "cHsrpGrpEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpNumber": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 10
                            },
                            "cHsrpGrpAuth": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpPreempt": {
                              "type": "boolean",
                              "example": true
                            },
                            "cHsrpGrpPreemptDelay": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpUseConfiguredTimers": {
                              "type": "boolean",
                              "example": true
                            },
                            "cHsrpGrpConfiguredHelloTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpConfiguredHoldTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpLearnedHelloTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpLearnedHoldTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cHsrpGrpVirtualIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpUseConfigVirtualIpAddr": {
                              "type": "boolean",
                              "example": true
                            },
                            "cHsrpGrpActiveRouter": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpStandbyRouter": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpStandbyState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cHsrpGrpVirtualMacAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpEntryRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cHsrpGrpIpNone": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cHsrpGrpNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cHsrpGrpStandbyState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-MIB:CISCO-HSRP-MIB": {
                    "cHsrpGlobalConfig": {
                      "cHsrpConfigTimeout": 1
                    },
                    "cHsrpGrpTable": {
                      "cHsrpGrpEntry": {
                        "ifIndex": "configured-value",
                        "cHsrpGrpNumber": 10,
                        "cHsrpGrpAuth": "configured-value",
                        "cHsrpGrpPriority": 1,
                        "cHsrpGrpPreempt": true,
                        "cHsrpGrpPreemptDelay": 1,
                        "cHsrpGrpUseConfiguredTimers": true,
                        "cHsrpGrpConfiguredHelloTime": 1,
                        "cHsrpGrpConfiguredHoldTime": 1,
                        "cHsrpGrpLearnedHelloTime": 1,
                        "cHsrpGrpLearnedHoldTime": 1,
                        "cHsrpGrpVirtualIpAddr": "configured-value",
                        "cHsrpGrpUseConfigVirtualIpAddr": true,
                        "cHsrpGrpActiveRouter": "configured-value",
                        "cHsrpGrpStandbyRouter": "configured-value",
                        "cHsrpGrpStandbyState": "active",
                        "cHsrpGrpVirtualMacAddr": "configured-value",
                        "cHsrpGrpEntryRowStatus": "active",
                        "cHsrpGrpIpNone": true
                      },
                      "object-1": {
                        "ifIndex": "configured-value",
                        "cHsrpGrpNumber": "10",
                        "cHsrpGrpStandbyState": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-HSRP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGlobalConfig": {
      "get": {
        "summary": "Get cHsrpGlobalConfig",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGlobalConfig",
        "tags": [
          "CISCO-HSRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpConfigTimeout": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-MIB:cHsrpGlobalConfig": {
                    "cHsrpConfigTimeout": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGlobalConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGlobalConfig/cHsrpConfigTimeout": {
      "get": {
        "summary": "Get cHsrpConfigTimeout",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGlobalConfig-cHsrpConfigTimeout",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpConfigTimeout": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpConfigTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable": {
      "get": {
        "summary": "Get cHsrpGrpTable",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable",
        "tags": [
          "CISCO-HSRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cHsrpGrpEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpNumber": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "cHsrpGrpAuth": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpPreempt": {
                          "type": "boolean",
                          "example": true
                        },
                        "cHsrpGrpPreemptDelay": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpUseConfiguredTimers": {
                          "type": "boolean",
                          "example": true
                        },
                        "cHsrpGrpConfiguredHelloTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpConfiguredHoldTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpLearnedHelloTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpLearnedHoldTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cHsrpGrpVirtualIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpUseConfigVirtualIpAddr": {
                          "type": "boolean",
                          "example": true
                        },
                        "cHsrpGrpActiveRouter": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpStandbyRouter": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpStandbyState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cHsrpGrpVirtualMacAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpEntryRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cHsrpGrpIpNone": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cHsrpGrpNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cHsrpGrpStandbyState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-MIB:cHsrpGrpTable": {
                    "cHsrpGrpEntry": {
                      "ifIndex": "configured-value",
                      "cHsrpGrpNumber": 10,
                      "cHsrpGrpAuth": "configured-value",
                      "cHsrpGrpPriority": 1,
                      "cHsrpGrpPreempt": true,
                      "cHsrpGrpPreemptDelay": 1,
                      "cHsrpGrpUseConfiguredTimers": true,
                      "cHsrpGrpConfiguredHelloTime": 1,
                      "cHsrpGrpConfiguredHoldTime": 1,
                      "cHsrpGrpLearnedHelloTime": 1,
                      "cHsrpGrpLearnedHoldTime": 1,
                      "cHsrpGrpVirtualIpAddr": "configured-value",
                      "cHsrpGrpUseConfigVirtualIpAddr": true,
                      "cHsrpGrpActiveRouter": "configured-value",
                      "cHsrpGrpStandbyRouter": "configured-value",
                      "cHsrpGrpStandbyState": "active",
                      "cHsrpGrpVirtualMacAddr": "configured-value",
                      "cHsrpGrpEntryRowStatus": "active",
                      "cHsrpGrpIpNone": true
                    },
                    "object-1": {
                      "ifIndex": "configured-value",
                      "cHsrpGrpNumber": "10",
                      "cHsrpGrpStandbyState": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry": {
      "get": {
        "summary": "Get cHsrpGrpEntry",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry",
        "tags": [
          "CISCO-HSRP-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": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "cHsrpGrpAuth": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpPreempt": {
                      "type": "boolean",
                      "example": true
                    },
                    "cHsrpGrpPreemptDelay": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpUseConfiguredTimers": {
                      "type": "boolean",
                      "example": true
                    },
                    "cHsrpGrpConfiguredHelloTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpConfiguredHoldTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpLearnedHelloTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpLearnedHoldTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cHsrpGrpVirtualIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpUseConfigVirtualIpAddr": {
                      "type": "boolean",
                      "example": true
                    },
                    "cHsrpGrpActiveRouter": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpStandbyRouter": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpStandbyState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cHsrpGrpVirtualMacAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cHsrpGrpEntryRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cHsrpGrpIpNone": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-MIB:cHsrpGrpEntry": {
                    "ifIndex": "configured-value",
                    "cHsrpGrpNumber": 10,
                    "cHsrpGrpAuth": "configured-value",
                    "cHsrpGrpPriority": 1,
                    "cHsrpGrpPreempt": true,
                    "cHsrpGrpPreemptDelay": 1,
                    "cHsrpGrpUseConfiguredTimers": true,
                    "cHsrpGrpConfiguredHelloTime": 1,
                    "cHsrpGrpConfiguredHoldTime": 1,
                    "cHsrpGrpLearnedHelloTime": 1,
                    "cHsrpGrpLearnedHoldTime": 1,
                    "cHsrpGrpVirtualIpAddr": "configured-value",
                    "cHsrpGrpUseConfigVirtualIpAddr": true,
                    "cHsrpGrpActiveRouter": "configured-value",
                    "cHsrpGrpStandbyRouter": "configured-value",
                    "cHsrpGrpStandbyState": "active",
                    "cHsrpGrpVirtualMacAddr": "configured-value",
                    "cHsrpGrpEntryRowStatus": "active",
                    "cHsrpGrpIpNone": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-ifIndex",
        "tags": [
          "CISCO-HSRP-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-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-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpNumber": {
      "get": {
        "summary": "Get cHsrpGrpNumber",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpNumber",
        "tags": [
          "CISCO-HSRP-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": 10
                },
                "example": {
                  "CISCO-HSRP-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-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpAuth": {
      "get": {
        "summary": "Get cHsrpGrpAuth",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpAuth",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpAuth": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpAuth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpPriority": {
      "get": {
        "summary": "Get cHsrpGrpPriority",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpPriority",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpPreempt": {
      "get": {
        "summary": "Get cHsrpGrpPreempt",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpPreempt",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpPreempt": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpPreempt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpPreemptDelay": {
      "get": {
        "summary": "Get cHsrpGrpPreemptDelay",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpPreemptDelay",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpPreemptDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpPreemptDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpUseConfiguredTimers": {
      "get": {
        "summary": "Get cHsrpGrpUseConfiguredTimers",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpUseConfiguredTimers",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpUseConfiguredTimers": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpUseConfiguredTimers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpConfiguredHelloTime": {
      "get": {
        "summary": "Get cHsrpGrpConfiguredHelloTime",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpConfiguredHelloTime",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpConfiguredHelloTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpConfiguredHelloTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpConfiguredHoldTime": {
      "get": {
        "summary": "Get cHsrpGrpConfiguredHoldTime",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpConfiguredHoldTime",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpConfiguredHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpConfiguredHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpLearnedHelloTime": {
      "get": {
        "summary": "Get cHsrpGrpLearnedHelloTime",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpLearnedHelloTime",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpLearnedHelloTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpLearnedHelloTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpLearnedHoldTime": {
      "get": {
        "summary": "Get cHsrpGrpLearnedHoldTime",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpLearnedHoldTime",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpLearnedHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpLearnedHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpVirtualIpAddr": {
      "get": {
        "summary": "Get cHsrpGrpVirtualIpAddr",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpVirtualIpAddr",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpVirtualIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpVirtualIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpUseConfigVirtualIpAddr": {
      "get": {
        "summary": "Get cHsrpGrpUseConfigVirtualIpAddr",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpUseConfigVirtualIpAddr",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpUseConfigVirtualIpAddr": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpUseConfigVirtualIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpActiveRouter": {
      "get": {
        "summary": "Get cHsrpGrpActiveRouter",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpActiveRouter",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpActiveRouter": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpActiveRouter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpStandbyRouter": {
      "get": {
        "summary": "Get cHsrpGrpStandbyRouter",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpStandbyRouter",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpStandbyRouter": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpStandbyRouter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpStandbyState": {
      "get": {
        "summary": "Get cHsrpGrpStandbyState",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpStandbyState",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpStandbyState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpStandbyState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpVirtualMacAddr": {
      "get": {
        "summary": "Get cHsrpGrpVirtualMacAddr",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpVirtualMacAddr",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpVirtualMacAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpVirtualMacAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpEntryRowStatus": {
      "get": {
        "summary": "Get cHsrpGrpEntryRowStatus",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpEntryRowStatus",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpEntryRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpEntryRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/cHsrpGrpEntry/cHsrpGrpIpNone": {
      "get": {
        "summary": "Get cHsrpGrpIpNone",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-cHsrpGrpEntry-cHsrpGrpIpNone",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpIpNone": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpIpNone from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-object-1",
        "tags": [
          "CISCO-HSRP-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"
                    },
                    "cHsrpGrpStandbyState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-HSRP-MIB:object-1": {
                    "ifIndex": "configured-value",
                    "cHsrpGrpNumber": "10",
                    "cHsrpGrpStandbyState": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-HSRP-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/object-1/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-object-1-ifIndex",
        "tags": [
          "CISCO-HSRP-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-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-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/object-1/cHsrpGrpNumber": {
      "get": {
        "summary": "Get cHsrpGrpNumber",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-object-1-cHsrpGrpNumber",
        "tags": [
          "CISCO-HSRP-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-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-MIB:CISCO-HSRP-MIB/cHsrpGrpTable/object-1/cHsrpGrpStandbyState": {
      "get": {
        "summary": "Get cHsrpGrpStandbyState",
        "operationId": "get-CISCO-HSRP-MIB:CISCO-HSRP-MIB-cHsrpGrpTable-object-1-cHsrpGrpStandbyState",
        "tags": [
          "CISCO-HSRP-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-MIB:cHsrpGrpStandbyState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cHsrpGrpStandbyState 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": []
    }
  ]
}
