{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IETF-ISIS-MIB",
    "description": "MIB data from `CISCO-IETF-ISIS-MIB` module.\n\n**Root containers:** 1 (CISCO-IETF-ISIS-MIB)\n**Paths:** 245 | **Descendants:** 345\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-IETF-ISIS-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-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB": {
      "get": {
        "summary": "Get CISCO-IETF-ISIS-MIB",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSysObject": {
                      "type": "object",
                      "properties": {
                        "ciiSysVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSysType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSysID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiSysMaxPathSplits": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiSysMaxLSPGenInt": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiSysPollESHelloRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSysWaitTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "ciiSysAdminState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiSysL2toL1Leaking": {
                          "type": "boolean",
                          "example": true
                        },
                        "ciiSysMaxAge": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSysReceiveLSPBufferSize": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiCirc": {
                      "type": "object",
                      "properties": {
                        "ciiNextCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiManAreaAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiManAreaAddrEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiManAreaAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiManAreaAddrExistState": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiAreaAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiAreaAddrEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiAreaAddr": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiSysProtSuppTable": {
                      "type": "object",
                      "properties": {
                        "ciiSysProtSuppEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiSysProtSuppProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysProtSuppExistState": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiSummAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiSummAddrEntry": {
                          "type": "object",
                          "properties": {
                            "ciiSummAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiSummAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiSummAddrPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiSummAddrExistState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiSummAddrMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiSummAddrFullMetric": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiRedistributeAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiRedistributeAddrEntry": {
                          "type": "object",
                          "properties": {
                            "ciiRedistributeAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRedistributeAddrAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiRedistributeAddrPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRedistributeAddrExistState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiRouterTable": {
                      "type": "object",
                      "properties": {
                        "ciiRouterEntry": {
                          "type": "object",
                          "properties": {
                            "ciiRouterSysID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiRouterLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRouterHostName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "ciiRouterID": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiSysLevelTable": {
                      "type": "object",
                      "properties": {
                        "ciiSysLevelEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiSysLevelIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysLevelOrigLSPBuffSize": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysLevelMinLSPGenInt": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysLevelOverloadState": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciiSysLevelSetOverload": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciiSysLevelSetOverloadUntil": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysLevelMetricStyle": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysLevelSPFConsiders": {
                                "type": "string",
                                "example": "1"
                              },
                              "ciiSysLevelTEEnabled": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiCircTable": {
                      "type": "object",
                      "properties": {
                        "ciiCircEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiCircIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ciiCircIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiCircIfSubIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ciiCircAdminState": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciiCircExistState": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciiCircType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiCircExtDomain": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciiCircLevel": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiCircPassiveCircuit": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciiCircMeshGroupEnabled": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiCircMeshGroup": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciiCircSmallHellos": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciiCircLastUpTime": {
                                "type": "string",
                                "example": "651780"
                              },
                              "ciiCirc3WayEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciiCircExtendedCircID": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiCircLevelTable": {
                      "type": "object",
                      "properties": {
                        "ciiCircLevelEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelWideMetric": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiCircLevelISPriority": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelIDOctet": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiCircLevelDesIS": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelHelloMultiplier": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelHelloTimer": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelDRHelloTimer": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelLSPThrottle": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLevelMinLSPRetransInt": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelCSNPInterval": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiCircLevelPartSNPInterval": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiSystemCounterTable": {
                      "type": "object",
                      "properties": {
                        "ciiSystemCounterEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciiSysStatLevel": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatCorrLSPs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatAuthTypeFails": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatAuthFails": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatLSPDbaseOloads": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatManAddrDropFromAreas": {
                                "type": "string",
                                "example": "0"
                              },
                              "ciiSysStatAttmptToExMaxSeqNums": {
                                "type": "string",
                                "example": "10"
                              },
                              "ciiSysStatSeqNumSkips": {
                                "type": "string",
                                "example": "10"
                              },
                              "ciiSysStatOwnLSPPurges": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatIDFieldLenMismatches": {
                                "type": "string",
                                "example": "1"
                              },
                              "ciiSysStatPartChanges": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatSPFRuns": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciiSysStatLSPErrors": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 10
                        }
                      },
                      "example": 10
                    },
                    "ciiCircuitCounterTable": {
                      "type": "object",
                      "properties": {
                        "ciiCircuitCounterEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircuitType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircAdjChanges": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircNumAdj": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 10
                            },
                            "ciiCircInitFails": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircRejAdjs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircIDFieldLenMismatches": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiCircMaxAreaAddrMismatches": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircAuthTypeFails": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircAuthFails": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircLANDesISChanges": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": 10
                        }
                      },
                      "example": 10
                    },
                    "ciiPacketCounterTable": {
                      "type": "object",
                      "properties": {
                        "ciiPacketCounterEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiPacketCountLevel": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountDirection": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountIIHellos": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountISHellos": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountESHellos": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountLSPs": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountCSNPs": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountPSNPs": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciiPacketCountUnknowns": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": 10
                        }
                      },
                      "example": 10
                    },
                    "ciiISAdjTable": {
                      "type": "object",
                      "properties": {
                        "ciiISAdjEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiISAdjState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiISAdj3WayState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiISAdjNeighSNPAAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiISAdjNeighSysType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjNeighSysID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiISAdjNbrExtendedCircID": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciiISAdjUsage": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjHoldTimer": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "ciiISAdjNeighPriority": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjLastUpTime": {
                              "type": "string",
                              "example": "651780"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiISAdjAreaAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiISAdjAreaAddrEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjAreaAddrIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiISAdjAreaAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiISAdjIPAddrTable": {
                      "type": "object",
                      "properties": {
                        "ciiISAdjIPAddrEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIPAddrIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiISAdjIPAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIPAddrAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiISAdjProtSuppTable": {
                      "type": "object",
                      "properties": {
                        "ciiISAdjProtSuppEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiISAdjProtSuppProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiRATable": {
                      "type": "object",
                      "properties": {
                        "ciiRAEntry": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRAIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiRAExistState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiRAAdminState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiRAAddrPrefix": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRAMapType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRAMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRAMetricType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRASNPAAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiRASNPAMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRASNPAPrefix": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiRAType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiIPRATable": {
                      "type": "object",
                      "properties": {
                        "ciiIPRAEntry": {
                          "type": "object",
                          "properties": {
                            "ciiIPRADestType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRADest": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRADestPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRANextHopIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciiIPRANextHopType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRANextHop": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRAType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRAExistState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiIPRAAdminState": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciiIPRAMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRAMetricType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRAFullMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiIPRASNPAAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ciiIPRASourceType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiLSPSummaryTable": {
                      "type": "object",
                      "properties": {
                        "ciiLSPSummaryEntry": {
                          "type": "object",
                          "properties": {
                            "ciiLSPLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiLSPSeq": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciiLSPZeroLife": {
                              "type": "boolean",
                              "example": true
                            },
                            "ciiLSPChecksum": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPLifetimeRemain": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "ciiLSPPDULength": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPAttributes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciiLSPTLVTable": {
                      "type": "object",
                      "properties": {
                        "ciiLSPTLVEntry": {
                          "type": "object",
                          "properties": {
                            "ciiLSPLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ciiLSPTLVIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciiLSPTLVSeq": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciiLSPTLVChecksum": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPTLVType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPTLVLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiLSPTLVValue": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ciiNotifIsLevelIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ciiPduLspId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ciiCircIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciiCircIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ciiPduFragment": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "ciiErrorOffset": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 0
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "ciiErrorTLVType": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 0
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": true
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB": {
                    "ciiSysObject": {
                      "ciiSysVersion": "default",
                      "ciiSysType": "default",
                      "ciiSysID": "1",
                      "ciiSysMaxPathSplits": 1,
                      "ciiSysMaxLSPGenInt": 1,
                      "ciiSysPollESHelloRate": "configured-value",
                      "ciiSysWaitTime": "10:30:45",
                      "ciiSysAdminState": "active",
                      "ciiSysL2toL1Leaking": true,
                      "ciiSysMaxAge": "configured-value",
                      "ciiSysReceiveLSPBufferSize": "configured-value"
                    },
                    "ciiCirc": {
                      "ciiNextCircIndex": "configured-value"
                    },
                    "ciiManAreaAddrTable": {
                      "ciiManAreaAddrEntry": [
                        {
                          "ciiManAreaAddr": "configured-value",
                          "ciiManAreaAddrExistState": "active"
                        }
                      ]
                    },
                    "ciiAreaAddrTable": {
                      "ciiAreaAddrEntry": [
                        {
                          "ciiAreaAddr": "configured-value"
                        }
                      ]
                    },
                    "ciiSysProtSuppTable": {
                      "ciiSysProtSuppEntry": [
                        {
                          "ciiSysProtSuppProtocol": "configured-value",
                          "ciiSysProtSuppExistState": "active"
                        }
                      ]
                    },
                    "ciiSummAddrTable": {
                      "ciiSummAddrEntry": {
                        "ciiSummAddressType": "10.1.1.1",
                        "ciiSummAddress": "10.1.1.1",
                        "ciiSummAddrPrefixLen": "configured-value",
                        "ciiSummAddrExistState": "active",
                        "ciiSummAddrMetric": "configured-value",
                        "ciiSummAddrFullMetric": "configured-value"
                      }
                    },
                    "ciiRedistributeAddrTable": {
                      "ciiRedistributeAddrEntry": {
                        "ciiRedistributeAddrType": "configured-value",
                        "ciiRedistributeAddrAddress": "10.1.1.1",
                        "ciiRedistributeAddrPrefixLen": "configured-value",
                        "ciiRedistributeAddrExistState": "active"
                      }
                    },
                    "ciiRouterTable": {
                      "ciiRouterEntry": {
                        "ciiRouterSysID": "1",
                        "ciiRouterLevel": "configured-value",
                        "ciiRouterHostName": "example-1",
                        "ciiRouterID": 1
                      }
                    },
                    "ciiSysLevelTable": {
                      "ciiSysLevelEntry": [
                        {
                          "ciiSysLevelIndex": "default",
                          "ciiSysLevelOrigLSPBuffSize": "configured-value",
                          "ciiSysLevelMinLSPGenInt": "configured-value",
                          "ciiSysLevelOverloadState": "active",
                          "ciiSysLevelSetOverload": true,
                          "ciiSysLevelSetOverloadUntil": "configured-value",
                          "ciiSysLevelMetricStyle": "configured-value",
                          "ciiSysLevelSPFConsiders": "1",
                          "ciiSysLevelTEEnabled": true
                        }
                      ]
                    },
                    "ciiCircTable": {
                      "ciiCircEntry": [
                        {
                          "ciiCircIndex": 1,
                          "ciiCircIfIndex": "configured-value",
                          "ciiCircIfSubIndex": 1,
                          "ciiCircAdminState": "active",
                          "ciiCircExistState": "active",
                          "ciiCircType": "default",
                          "ciiCircExtDomain": true,
                          "ciiCircLevel": "default",
                          "ciiCircPassiveCircuit": true,
                          "ciiCircMeshGroupEnabled": "default",
                          "ciiCircMeshGroup": 1,
                          "ciiCircSmallHellos": true,
                          "ciiCircLastUpTime": "651780",
                          "ciiCirc3WayEnabled": true,
                          "ciiCircExtendedCircID": 1
                        }
                      ]
                    },
                    "ciiCircLevelTable": {
                      "ciiCircLevelEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiCircLevelIndex": "default",
                        "ciiCircLevelMetric": "configured-value",
                        "ciiCircLevelWideMetric": "1",
                        "ciiCircLevelISPriority": "configured-value",
                        "ciiCircLevelIDOctet": 1,
                        "ciiCircLevelID": "1",
                        "ciiCircLevelDesIS": "configured-value",
                        "ciiCircLevelHelloMultiplier": 1,
                        "ciiCircLevelHelloTimer": 1,
                        "ciiCircLevelDRHelloTimer": 1,
                        "ciiCircLevelLSPThrottle": "configured-value",
                        "ciiCircLevelMinLSPRetransInt": 1,
                        "ciiCircLevelCSNPInterval": 1,
                        "ciiCircLevelPartSNPInterval": 1
                      }
                    },
                    "ciiSystemCounterTable": {
                      "ciiSystemCounterEntry": [
                        {
                          "ciiSysStatLevel": "default",
                          "ciiSysStatCorrLSPs": "configured-value",
                          "ciiSysStatAuthTypeFails": "configured-value",
                          "ciiSysStatAuthFails": "configured-value",
                          "ciiSysStatLSPDbaseOloads": "configured-value",
                          "ciiSysStatManAddrDropFromAreas": "0",
                          "ciiSysStatAttmptToExMaxSeqNums": "10",
                          "ciiSysStatSeqNumSkips": "10",
                          "ciiSysStatOwnLSPPurges": "configured-value",
                          "ciiSysStatIDFieldLenMismatches": "1",
                          "ciiSysStatPartChanges": "configured-value",
                          "ciiSysStatSPFRuns": "configured-value",
                          "ciiSysStatLSPErrors": "0"
                        }
                      ]
                    },
                    "ciiCircuitCounterTable": {
                      "ciiCircuitCounterEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiCircuitType": "default",
                        "ciiCircAdjChanges": "configured-value",
                        "ciiCircNumAdj": 10,
                        "ciiCircInitFails": "configured-value",
                        "ciiCircRejAdjs": "configured-value",
                        "ciiCircIDFieldLenMismatches": "1",
                        "ciiCircMaxAreaAddrMismatches": "configured-value",
                        "ciiCircAuthTypeFails": "configured-value",
                        "ciiCircAuthFails": "configured-value",
                        "ciiCircLANDesISChanges": "configured-value"
                      }
                    },
                    "ciiPacketCounterTable": {
                      "ciiPacketCounterEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiPacketCountLevel": "default",
                        "ciiPacketCountDirection": "default",
                        "ciiPacketCountIIHellos": "10",
                        "ciiPacketCountISHellos": "10",
                        "ciiPacketCountESHellos": "10",
                        "ciiPacketCountLSPs": "10",
                        "ciiPacketCountCSNPs": "10",
                        "ciiPacketCountPSNPs": "10",
                        "ciiPacketCountUnknowns": "10"
                      }
                    },
                    "ciiISAdjTable": {
                      "ciiISAdjEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiISAdjIndex": 1,
                        "ciiISAdjState": "default",
                        "ciiISAdj3WayState": "default",
                        "ciiISAdjNeighSNPAAddress": "10.1.1.1",
                        "ciiISAdjNeighSysType": "default",
                        "ciiISAdjNeighSysID": "1",
                        "ciiISAdjNbrExtendedCircID": 1,
                        "ciiISAdjUsage": "default",
                        "ciiISAdjHoldTimer": "10:30:45",
                        "ciiISAdjNeighPriority": "configured-value",
                        "ciiISAdjLastUpTime": "651780"
                      }
                    },
                    "ciiISAdjAreaAddrTable": {
                      "ciiISAdjAreaAddrEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiISAdjIndex": "configured-value",
                        "ciiISAdjAreaAddrIndex": 1,
                        "ciiISAdjAreaAddress": "10.1.1.1"
                      }
                    },
                    "ciiISAdjIPAddrTable": {
                      "ciiISAdjIPAddrEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiISAdjIndex": "configured-value",
                        "ciiISAdjIPAddrIndex": 1,
                        "ciiISAdjIPAddrType": "configured-value",
                        "ciiISAdjIPAddrAddress": "10.1.1.1"
                      }
                    },
                    "ciiISAdjProtSuppTable": {
                      "ciiISAdjProtSuppEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiISAdjIndex": "configured-value",
                        "ciiISAdjProtSuppProtocol": "configured-value"
                      }
                    },
                    "ciiRATable": {
                      "ciiRAEntry": {
                        "ciiCircIndex": "configured-value",
                        "ciiRAIndex": 1,
                        "ciiRAExistState": "active",
                        "ciiRAAdminState": "active",
                        "ciiRAAddrPrefix": "configured-value",
                        "ciiRAMapType": "default",
                        "ciiRAMetric": "configured-value",
                        "ciiRAMetricType": "configured-value",
                        "ciiRASNPAAddress": "10.1.1.1",
                        "ciiRASNPAMask": "configured-value",
                        "ciiRASNPAPrefix": "configured-value",
                        "ciiRAType": "default"
                      }
                    },
                    "ciiIPRATable": {
                      "ciiIPRAEntry": {
                        "ciiIPRADestType": "configured-value",
                        "ciiIPRADest": "configured-value",
                        "ciiIPRADestPrefixLen": "configured-value",
                        "ciiIPRANextHopIndex": 1,
                        "ciiIPRANextHopType": "configured-value",
                        "ciiIPRANextHop": "configured-value",
                        "ciiIPRAType": "default",
                        "ciiIPRAExistState": "active",
                        "ciiIPRAAdminState": "active",
                        "ciiIPRAMetric": "configured-value",
                        "ciiIPRAMetricType": "configured-value",
                        "ciiIPRAFullMetric": "configured-value",
                        "ciiIPRASNPAAddress": "10.1.1.1",
                        "ciiIPRASourceType": "default"
                      }
                    },
                    "ciiLSPSummaryTable": {
                      "ciiLSPSummaryEntry": {
                        "ciiLSPLevel": "configured-value",
                        "ciiLSPID": "1",
                        "ciiLSPSeq": 1,
                        "ciiLSPZeroLife": true,
                        "ciiLSPChecksum": "configured-value",
                        "ciiLSPLifetimeRemain": "10:30:45",
                        "ciiLSPPDULength": "configured-value",
                        "ciiLSPAttributes": "configured-value"
                      }
                    },
                    "ciiLSPTLVTable": {
                      "ciiLSPTLVEntry": {
                        "ciiLSPLevel": "configured-value",
                        "ciiLSPID": "1",
                        "ciiLSPTLVIndex": 1,
                        "ciiLSPTLVSeq": 1,
                        "ciiLSPTLVChecksum": "configured-value",
                        "ciiLSPTLVType": "configured-value",
                        "ciiLSPTLVLen": "configured-value",
                        "ciiLSPTLVValue": "QmFzZTY0"
                      },
                      "object-1": {
                        "ciiNotifIsLevelIndex": "default"
                      },
                      "object-2": {
                        "ciiPduLspId": "1"
                      },
                      "object-3": {
                        "ciiCircIndex": "configured-value",
                        "ciiCircIfIndex": "configured-value"
                      },
                      "object-4": {
                        "ciiPduFragment": "configured-value"
                      },
                      "object-5": {
                        "ciiErrorOffset": 0
                      },
                      "object-6": {
                        "ciiErrorTLVType": 0
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IETF-ISIS-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject": {
      "get": {
        "summary": "Get ciiSysObject",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSysVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSysType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSysID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiSysMaxPathSplits": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiSysMaxLSPGenInt": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiSysPollESHelloRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSysWaitTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "ciiSysAdminState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiSysL2toL1Leaking": {
                      "type": "boolean",
                      "example": true
                    },
                    "ciiSysMaxAge": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSysReceiveLSPBufferSize": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysObject": {
                    "ciiSysVersion": "default",
                    "ciiSysType": "default",
                    "ciiSysID": "1",
                    "ciiSysMaxPathSplits": 1,
                    "ciiSysMaxLSPGenInt": 1,
                    "ciiSysPollESHelloRate": "configured-value",
                    "ciiSysWaitTime": "10:30:45",
                    "ciiSysAdminState": "active",
                    "ciiSysL2toL1Leaking": true,
                    "ciiSysMaxAge": "configured-value",
                    "ciiSysReceiveLSPBufferSize": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysObject from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysVersion": {
      "get": {
        "summary": "Get ciiSysVersion",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysVersion",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysVersion": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysType": {
      "get": {
        "summary": "Get ciiSysType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysID": {
      "get": {
        "summary": "Get ciiSysID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysMaxPathSplits": {
      "get": {
        "summary": "Get ciiSysMaxPathSplits",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysMaxPathSplits",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysMaxPathSplits": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysMaxPathSplits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysMaxLSPGenInt": {
      "get": {
        "summary": "Get ciiSysMaxLSPGenInt",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysMaxLSPGenInt",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysMaxLSPGenInt": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysMaxLSPGenInt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysPollESHelloRate": {
      "get": {
        "summary": "Get ciiSysPollESHelloRate",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysPollESHelloRate",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysPollESHelloRate": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysPollESHelloRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysWaitTime": {
      "get": {
        "summary": "Get ciiSysWaitTime",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysWaitTime",
        "tags": [
          "CISCO-IETF-ISIS-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:30:45"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysWaitTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysWaitTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysAdminState": {
      "get": {
        "summary": "Get ciiSysAdminState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysAdminState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysL2toL1Leaking": {
      "get": {
        "summary": "Get ciiSysL2toL1Leaking",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysL2toL1Leaking",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysL2toL1Leaking": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysL2toL1Leaking from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysMaxAge": {
      "get": {
        "summary": "Get ciiSysMaxAge",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysMaxAge",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysMaxAge": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysMaxAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysObject/ciiSysReceiveLSPBufferSize": {
      "get": {
        "summary": "Get ciiSysReceiveLSPBufferSize",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysObject-ciiSysReceiveLSPBufferSize",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysReceiveLSPBufferSize": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysReceiveLSPBufferSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCirc": {
      "get": {
        "summary": "Get ciiCirc",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCirc",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiNextCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCirc": {
                    "ciiNextCircIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCirc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCirc/ciiNextCircIndex": {
      "get": {
        "summary": "Get ciiNextCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCirc-ciiNextCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiNextCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiNextCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiManAreaAddrTable": {
      "get": {
        "summary": "Get ciiManAreaAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiManAreaAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiManAreaAddrEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiManAreaAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiManAreaAddrExistState": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrTable": {
                    "ciiManAreaAddrEntry": [
                      {
                        "ciiManAreaAddr": "configured-value",
                        "ciiManAreaAddrExistState": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiManAreaAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiManAreaAddrTable/ciiManAreaAddrEntry": {
      "get": {
        "summary": "Get ciiManAreaAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiManAreaAddrTable-ciiManAreaAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiManAreaAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiManAreaAddrExistState": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": [
                    {
                      "ciiManAreaAddr": "configured-value",
                      "ciiManAreaAddrExistState": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiManAreaAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiManAreaAddrTable/ciiManAreaAddrEntry/ciiManAreaAddr": {
      "get": {
        "summary": "Get ciiManAreaAddr",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiManAreaAddrTable-ciiManAreaAddrEntry-ciiManAreaAddr",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiManAreaAddr": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiManAreaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiManAreaAddrTable/ciiManAreaAddrEntry/ciiManAreaAddrExistState": {
      "get": {
        "summary": "Get ciiManAreaAddrExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiManAreaAddrTable-ciiManAreaAddrEntry-ciiManAreaAddrExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiManAreaAddrExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiManAreaAddrExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiAreaAddrTable": {
      "get": {
        "summary": "Get ciiAreaAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiAreaAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiAreaAddrEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiAreaAddr": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrTable": {
                    "ciiAreaAddrEntry": [
                      {
                        "ciiAreaAddr": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiAreaAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiAreaAddrTable/ciiAreaAddrEntry": {
      "get": {
        "summary": "Get ciiAreaAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiAreaAddrTable-ciiAreaAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiAreaAddr": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": [
                    {
                      "ciiAreaAddr": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiAreaAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiAreaAddrTable/ciiAreaAddrEntry/ciiAreaAddr": {
      "get": {
        "summary": "Get ciiAreaAddr",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiAreaAddrTable-ciiAreaAddrEntry-ciiAreaAddr",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiAreaAddr": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiAreaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysProtSuppTable": {
      "get": {
        "summary": "Get ciiSysProtSuppTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysProtSuppTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSysProtSuppEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysProtSuppProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysProtSuppExistState": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppTable": {
                    "ciiSysProtSuppEntry": [
                      {
                        "ciiSysProtSuppProtocol": "configured-value",
                        "ciiSysProtSuppExistState": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysProtSuppTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysProtSuppTable/ciiSysProtSuppEntry": {
      "get": {
        "summary": "Get ciiSysProtSuppEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysProtSuppTable-ciiSysProtSuppEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiSysProtSuppProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysProtSuppExistState": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": [
                    {
                      "ciiSysProtSuppProtocol": "configured-value",
                      "ciiSysProtSuppExistState": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysProtSuppEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysProtSuppTable/ciiSysProtSuppEntry/ciiSysProtSuppProtocol": {
      "get": {
        "summary": "Get ciiSysProtSuppProtocol",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysProtSuppTable-ciiSysProtSuppEntry-ciiSysProtSuppProtocol",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysProtSuppProtocol": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysProtSuppProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysProtSuppTable/ciiSysProtSuppEntry/ciiSysProtSuppExistState": {
      "get": {
        "summary": "Get ciiSysProtSuppExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysProtSuppTable-ciiSysProtSuppEntry-ciiSysProtSuppExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysProtSuppExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysProtSuppExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable": {
      "get": {
        "summary": "Get ciiSummAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSummAddrEntry": {
                      "type": "object",
                      "properties": {
                        "ciiSummAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiSummAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiSummAddrPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSummAddrExistState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiSummAddrMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiSummAddrFullMetric": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrTable": {
                    "ciiSummAddrEntry": {
                      "ciiSummAddressType": "10.1.1.1",
                      "ciiSummAddress": "10.1.1.1",
                      "ciiSummAddrPrefixLen": "configured-value",
                      "ciiSummAddrExistState": "active",
                      "ciiSummAddrMetric": "configured-value",
                      "ciiSummAddrFullMetric": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry": {
      "get": {
        "summary": "Get ciiSummAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSummAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiSummAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiSummAddrPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSummAddrExistState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiSummAddrMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSummAddrFullMetric": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": {
                    "ciiSummAddressType": "10.1.1.1",
                    "ciiSummAddress": "10.1.1.1",
                    "ciiSummAddrPrefixLen": "configured-value",
                    "ciiSummAddrExistState": "active",
                    "ciiSummAddrMetric": "configured-value",
                    "ciiSummAddrFullMetric": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddressType": {
      "get": {
        "summary": "Get ciiSummAddressType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddressType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddress": {
      "get": {
        "summary": "Get ciiSummAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddrPrefixLen": {
      "get": {
        "summary": "Get ciiSummAddrPrefixLen",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddrPrefixLen",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddrPrefixLen": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddrExistState": {
      "get": {
        "summary": "Get ciiSummAddrExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddrExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddrExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddrMetric": {
      "get": {
        "summary": "Get ciiSummAddrMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddrMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddrMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSummAddrTable/ciiSummAddrEntry/ciiSummAddrFullMetric": {
      "get": {
        "summary": "Get ciiSummAddrFullMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSummAddrTable-ciiSummAddrEntry-ciiSummAddrFullMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSummAddrFullMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSummAddrFullMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable": {
      "get": {
        "summary": "Get ciiRedistributeAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiRedistributeAddrEntry": {
                      "type": "object",
                      "properties": {
                        "ciiRedistributeAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRedistributeAddrAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiRedistributeAddrPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRedistributeAddrExistState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrTable": {
                    "ciiRedistributeAddrEntry": {
                      "ciiRedistributeAddrType": "configured-value",
                      "ciiRedistributeAddrAddress": "10.1.1.1",
                      "ciiRedistributeAddrPrefixLen": "configured-value",
                      "ciiRedistributeAddrExistState": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable/ciiRedistributeAddrEntry": {
      "get": {
        "summary": "Get ciiRedistributeAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable-ciiRedistributeAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiRedistributeAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRedistributeAddrAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiRedistributeAddrPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRedistributeAddrExistState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": {
                    "ciiRedistributeAddrType": "configured-value",
                    "ciiRedistributeAddrAddress": "10.1.1.1",
                    "ciiRedistributeAddrPrefixLen": "configured-value",
                    "ciiRedistributeAddrExistState": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable/ciiRedistributeAddrEntry/ciiRedistributeAddrType": {
      "get": {
        "summary": "Get ciiRedistributeAddrType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable-ciiRedistributeAddrEntry-ciiRedistributeAddrType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRedistributeAddrType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable/ciiRedistributeAddrEntry/ciiRedistributeAddrAddress": {
      "get": {
        "summary": "Get ciiRedistributeAddrAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable-ciiRedistributeAddrEntry-ciiRedistributeAddrAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRedistributeAddrAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable/ciiRedistributeAddrEntry/ciiRedistributeAddrPrefixLen": {
      "get": {
        "summary": "Get ciiRedistributeAddrPrefixLen",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable-ciiRedistributeAddrEntry-ciiRedistributeAddrPrefixLen",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRedistributeAddrPrefixLen": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRedistributeAddrTable/ciiRedistributeAddrEntry/ciiRedistributeAddrExistState": {
      "get": {
        "summary": "Get ciiRedistributeAddrExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRedistributeAddrTable-ciiRedistributeAddrEntry-ciiRedistributeAddrExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRedistributeAddrExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRedistributeAddrExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable": {
      "get": {
        "summary": "Get ciiRouterTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiRouterEntry": {
                      "type": "object",
                      "properties": {
                        "ciiRouterSysID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiRouterLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRouterHostName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "ciiRouterID": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterTable": {
                    "ciiRouterEntry": {
                      "ciiRouterSysID": "1",
                      "ciiRouterLevel": "configured-value",
                      "ciiRouterHostName": "example-1",
                      "ciiRouterID": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable/ciiRouterEntry": {
      "get": {
        "summary": "Get ciiRouterEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable-ciiRouterEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiRouterSysID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiRouterLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRouterHostName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "ciiRouterID": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterEntry": {
                    "ciiRouterSysID": "1",
                    "ciiRouterLevel": "configured-value",
                    "ciiRouterHostName": "example-1",
                    "ciiRouterID": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable/ciiRouterEntry/ciiRouterSysID": {
      "get": {
        "summary": "Get ciiRouterSysID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable-ciiRouterEntry-ciiRouterSysID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterSysID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterSysID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable/ciiRouterEntry/ciiRouterLevel": {
      "get": {
        "summary": "Get ciiRouterLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable-ciiRouterEntry-ciiRouterLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRouterLevel": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable/ciiRouterEntry/ciiRouterHostName": {
      "get": {
        "summary": "Get ciiRouterHostName",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable-ciiRouterEntry-ciiRouterHostName",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterHostName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterHostName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRouterTable/ciiRouterEntry/ciiRouterID": {
      "get": {
        "summary": "Get ciiRouterID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRouterTable-ciiRouterEntry-ciiRouterID",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRouterID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRouterID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable": {
      "get": {
        "summary": "Get ciiSysLevelTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSysLevelEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysLevelIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysLevelOrigLSPBuffSize": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysLevelMinLSPGenInt": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysLevelOverloadState": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciiSysLevelSetOverload": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciiSysLevelSetOverloadUntil": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysLevelMetricStyle": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysLevelSPFConsiders": {
                            "type": "string",
                            "example": "1"
                          },
                          "ciiSysLevelTEEnabled": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelTable": {
                    "ciiSysLevelEntry": [
                      {
                        "ciiSysLevelIndex": "default",
                        "ciiSysLevelOrigLSPBuffSize": "configured-value",
                        "ciiSysLevelMinLSPGenInt": "configured-value",
                        "ciiSysLevelOverloadState": "active",
                        "ciiSysLevelSetOverload": true,
                        "ciiSysLevelSetOverloadUntil": "configured-value",
                        "ciiSysLevelMetricStyle": "configured-value",
                        "ciiSysLevelSPFConsiders": "1",
                        "ciiSysLevelTEEnabled": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry": {
      "get": {
        "summary": "Get ciiSysLevelEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiSysLevelIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysLevelOrigLSPBuffSize": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysLevelMinLSPGenInt": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysLevelOverloadState": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciiSysLevelSetOverload": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciiSysLevelSetOverloadUntil": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysLevelMetricStyle": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysLevelSPFConsiders": {
                        "type": "string",
                        "example": "1"
                      },
                      "ciiSysLevelTEEnabled": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": [
                    {
                      "ciiSysLevelIndex": "default",
                      "ciiSysLevelOrigLSPBuffSize": "configured-value",
                      "ciiSysLevelMinLSPGenInt": "configured-value",
                      "ciiSysLevelOverloadState": "active",
                      "ciiSysLevelSetOverload": true,
                      "ciiSysLevelSetOverloadUntil": "configured-value",
                      "ciiSysLevelMetricStyle": "configured-value",
                      "ciiSysLevelSPFConsiders": "1",
                      "ciiSysLevelTEEnabled": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelIndex": {
      "get": {
        "summary": "Get ciiSysLevelIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelIndex": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelOrigLSPBuffSize": {
      "get": {
        "summary": "Get ciiSysLevelOrigLSPBuffSize",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelOrigLSPBuffSize",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelOrigLSPBuffSize": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelOrigLSPBuffSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelMinLSPGenInt": {
      "get": {
        "summary": "Get ciiSysLevelMinLSPGenInt",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelMinLSPGenInt",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelMinLSPGenInt": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelMinLSPGenInt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelOverloadState": {
      "get": {
        "summary": "Get ciiSysLevelOverloadState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelOverloadState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelOverloadState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelOverloadState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelSetOverload": {
      "get": {
        "summary": "Get ciiSysLevelSetOverload",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelSetOverload",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelSetOverload": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelSetOverload from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelSetOverloadUntil": {
      "get": {
        "summary": "Get ciiSysLevelSetOverloadUntil",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelSetOverloadUntil",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelSetOverloadUntil": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelSetOverloadUntil from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelMetricStyle": {
      "get": {
        "summary": "Get ciiSysLevelMetricStyle",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelMetricStyle",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelMetricStyle": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelMetricStyle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelSPFConsiders": {
      "get": {
        "summary": "Get ciiSysLevelSPFConsiders",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelSPFConsiders",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelSPFConsiders": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelSPFConsiders from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSysLevelTable/ciiSysLevelEntry/ciiSysLevelTEEnabled": {
      "get": {
        "summary": "Get ciiSysLevelTEEnabled",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSysLevelTable-ciiSysLevelEntry-ciiSysLevelTEEnabled",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelTEEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelTEEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable": {
      "get": {
        "summary": "Get ciiCircTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ciiCircIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiCircIfSubIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ciiCircAdminState": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciiCircExistState": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciiCircType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiCircExtDomain": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciiCircLevel": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiCircPassiveCircuit": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciiCircMeshGroupEnabled": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiCircMeshGroup": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciiCircSmallHellos": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciiCircLastUpTime": {
                            "type": "string",
                            "example": "651780"
                          },
                          "ciiCirc3WayEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciiCircExtendedCircID": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircTable": {
                    "ciiCircEntry": [
                      {
                        "ciiCircIndex": 1,
                        "ciiCircIfIndex": "configured-value",
                        "ciiCircIfSubIndex": 1,
                        "ciiCircAdminState": "active",
                        "ciiCircExistState": "active",
                        "ciiCircType": "default",
                        "ciiCircExtDomain": true,
                        "ciiCircLevel": "default",
                        "ciiCircPassiveCircuit": true,
                        "ciiCircMeshGroupEnabled": "default",
                        "ciiCircMeshGroup": 1,
                        "ciiCircSmallHellos": true,
                        "ciiCircLastUpTime": "651780",
                        "ciiCirc3WayEnabled": true,
                        "ciiCircExtendedCircID": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry": {
      "get": {
        "summary": "Get ciiCircEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiCircIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ciiCircIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiCircIfSubIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ciiCircAdminState": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciiCircExistState": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciiCircType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiCircExtDomain": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciiCircLevel": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiCircPassiveCircuit": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciiCircMeshGroupEnabled": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiCircMeshGroup": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciiCircSmallHellos": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciiCircLastUpTime": {
                        "type": "string",
                        "example": "651780"
                      },
                      "ciiCirc3WayEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciiCircExtendedCircID": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircEntry": [
                    {
                      "ciiCircIndex": 1,
                      "ciiCircIfIndex": "configured-value",
                      "ciiCircIfSubIndex": 1,
                      "ciiCircAdminState": "active",
                      "ciiCircExistState": "active",
                      "ciiCircType": "default",
                      "ciiCircExtDomain": true,
                      "ciiCircLevel": "default",
                      "ciiCircPassiveCircuit": true,
                      "ciiCircMeshGroupEnabled": "default",
                      "ciiCircMeshGroup": 1,
                      "ciiCircSmallHellos": true,
                      "ciiCircLastUpTime": "651780",
                      "ciiCirc3WayEnabled": true,
                      "ciiCircExtendedCircID": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircIfIndex": {
      "get": {
        "summary": "Get ciiCircIfIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircIfIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIfIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircIfSubIndex": {
      "get": {
        "summary": "Get ciiCircIfSubIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircIfSubIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircIfSubIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIfSubIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircAdminState": {
      "get": {
        "summary": "Get ciiCircAdminState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircAdminState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircExistState": {
      "get": {
        "summary": "Get ciiCircExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircType": {
      "get": {
        "summary": "Get ciiCircType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircExtDomain": {
      "get": {
        "summary": "Get ciiCircExtDomain",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircExtDomain",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircExtDomain": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircExtDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircLevel": {
      "get": {
        "summary": "Get ciiCircLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevel": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircPassiveCircuit": {
      "get": {
        "summary": "Get ciiCircPassiveCircuit",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircPassiveCircuit",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircPassiveCircuit": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircPassiveCircuit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircMeshGroupEnabled": {
      "get": {
        "summary": "Get ciiCircMeshGroupEnabled",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircMeshGroupEnabled",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircMeshGroupEnabled": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircMeshGroupEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircMeshGroup": {
      "get": {
        "summary": "Get ciiCircMeshGroup",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircMeshGroup",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircMeshGroup": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircMeshGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircSmallHellos": {
      "get": {
        "summary": "Get ciiCircSmallHellos",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircSmallHellos",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircSmallHellos": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircSmallHellos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircLastUpTime": {
      "get": {
        "summary": "Get ciiCircLastUpTime",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircLastUpTime",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLastUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLastUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCirc3WayEnabled": {
      "get": {
        "summary": "Get ciiCirc3WayEnabled",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCirc3WayEnabled",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCirc3WayEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCirc3WayEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircTable/ciiCircEntry/ciiCircExtendedCircID": {
      "get": {
        "summary": "Get ciiCircExtendedCircID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircTable-ciiCircEntry-ciiCircExtendedCircID",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircExtendedCircID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircExtendedCircID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable": {
      "get": {
        "summary": "Get ciiCircLevelTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircLevelEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelWideMetric": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiCircLevelISPriority": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelIDOctet": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiCircLevelDesIS": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelHelloMultiplier": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelHelloTimer": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelDRHelloTimer": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelLSPThrottle": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLevelMinLSPRetransInt": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelCSNPInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiCircLevelPartSNPInterval": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelTable": {
                    "ciiCircLevelEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiCircLevelIndex": "default",
                      "ciiCircLevelMetric": "configured-value",
                      "ciiCircLevelWideMetric": "1",
                      "ciiCircLevelISPriority": "configured-value",
                      "ciiCircLevelIDOctet": 1,
                      "ciiCircLevelID": "1",
                      "ciiCircLevelDesIS": "configured-value",
                      "ciiCircLevelHelloMultiplier": 1,
                      "ciiCircLevelHelloTimer": 1,
                      "ciiCircLevelDRHelloTimer": 1,
                      "ciiCircLevelLSPThrottle": "configured-value",
                      "ciiCircLevelMinLSPRetransInt": 1,
                      "ciiCircLevelCSNPInterval": 1,
                      "ciiCircLevelPartSNPInterval": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry": {
      "get": {
        "summary": "Get ciiCircLevelEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelWideMetric": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiCircLevelISPriority": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelIDOctet": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiCircLevelDesIS": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelHelloMultiplier": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelHelloTimer": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelDRHelloTimer": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelLSPThrottle": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLevelMinLSPRetransInt": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelCSNPInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiCircLevelPartSNPInterval": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiCircLevelIndex": "default",
                    "ciiCircLevelMetric": "configured-value",
                    "ciiCircLevelWideMetric": "1",
                    "ciiCircLevelISPriority": "configured-value",
                    "ciiCircLevelIDOctet": 1,
                    "ciiCircLevelID": "1",
                    "ciiCircLevelDesIS": "configured-value",
                    "ciiCircLevelHelloMultiplier": 1,
                    "ciiCircLevelHelloTimer": 1,
                    "ciiCircLevelDRHelloTimer": 1,
                    "ciiCircLevelLSPThrottle": "configured-value",
                    "ciiCircLevelMinLSPRetransInt": 1,
                    "ciiCircLevelCSNPInterval": 1,
                    "ciiCircLevelPartSNPInterval": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelIndex": {
      "get": {
        "summary": "Get ciiCircLevelIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevelIndex": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelMetric": {
      "get": {
        "summary": "Get ciiCircLevelMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevelMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelWideMetric": {
      "get": {
        "summary": "Get ciiCircLevelWideMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelWideMetric",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelWideMetric": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelWideMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelISPriority": {
      "get": {
        "summary": "Get ciiCircLevelISPriority",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelISPriority",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevelISPriority": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelISPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelIDOctet": {
      "get": {
        "summary": "Get ciiCircLevelIDOctet",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelIDOctet",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelIDOctet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelIDOctet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelID": {
      "get": {
        "summary": "Get ciiCircLevelID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelDesIS": {
      "get": {
        "summary": "Get ciiCircLevelDesIS",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelDesIS",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevelDesIS": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelDesIS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelHelloMultiplier": {
      "get": {
        "summary": "Get ciiCircLevelHelloMultiplier",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelHelloMultiplier",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelHelloMultiplier": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelHelloMultiplier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelHelloTimer": {
      "get": {
        "summary": "Get ciiCircLevelHelloTimer",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelHelloTimer",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelHelloTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelHelloTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelDRHelloTimer": {
      "get": {
        "summary": "Get ciiCircLevelDRHelloTimer",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelDRHelloTimer",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelDRHelloTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelDRHelloTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelLSPThrottle": {
      "get": {
        "summary": "Get ciiCircLevelLSPThrottle",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelLSPThrottle",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLevelLSPThrottle": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelLSPThrottle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelMinLSPRetransInt": {
      "get": {
        "summary": "Get ciiCircLevelMinLSPRetransInt",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelMinLSPRetransInt",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelMinLSPRetransInt": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelMinLSPRetransInt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelCSNPInterval": {
      "get": {
        "summary": "Get ciiCircLevelCSNPInterval",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelCSNPInterval",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelCSNPInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelCSNPInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircLevelTable/ciiCircLevelEntry/ciiCircLevelPartSNPInterval": {
      "get": {
        "summary": "Get ciiCircLevelPartSNPInterval",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircLevelTable-ciiCircLevelEntry-ciiCircLevelPartSNPInterval",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelPartSNPInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLevelPartSNPInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable": {
      "get": {
        "summary": "Get ciiSystemCounterTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSystemCounterEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysStatLevel": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatCorrLSPs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatAuthTypeFails": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatAuthFails": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatLSPDbaseOloads": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatManAddrDropFromAreas": {
                            "type": "string",
                            "example": "0"
                          },
                          "ciiSysStatAttmptToExMaxSeqNums": {
                            "type": "string",
                            "example": "10"
                          },
                          "ciiSysStatSeqNumSkips": {
                            "type": "string",
                            "example": "10"
                          },
                          "ciiSysStatOwnLSPPurges": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatIDFieldLenMismatches": {
                            "type": "string",
                            "example": "1"
                          },
                          "ciiSysStatPartChanges": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatSPFRuns": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciiSysStatLSPErrors": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 10
                    }
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterTable": {
                    "ciiSystemCounterEntry": [
                      {
                        "ciiSysStatLevel": "default",
                        "ciiSysStatCorrLSPs": "configured-value",
                        "ciiSysStatAuthTypeFails": "configured-value",
                        "ciiSysStatAuthFails": "configured-value",
                        "ciiSysStatLSPDbaseOloads": "configured-value",
                        "ciiSysStatManAddrDropFromAreas": "0",
                        "ciiSysStatAttmptToExMaxSeqNums": "10",
                        "ciiSysStatSeqNumSkips": "10",
                        "ciiSysStatOwnLSPPurges": "configured-value",
                        "ciiSysStatIDFieldLenMismatches": "1",
                        "ciiSysStatPartChanges": "configured-value",
                        "ciiSysStatSPFRuns": "configured-value",
                        "ciiSysStatLSPErrors": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSystemCounterTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry": {
      "get": {
        "summary": "Get ciiSystemCounterEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry",
        "tags": [
          "CISCO-IETF-ISIS-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": {
                      "ciiSysStatLevel": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatCorrLSPs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatAuthTypeFails": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatAuthFails": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatLSPDbaseOloads": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatManAddrDropFromAreas": {
                        "type": "string",
                        "example": "0"
                      },
                      "ciiSysStatAttmptToExMaxSeqNums": {
                        "type": "string",
                        "example": "10"
                      },
                      "ciiSysStatSeqNumSkips": {
                        "type": "string",
                        "example": "10"
                      },
                      "ciiSysStatOwnLSPPurges": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatIDFieldLenMismatches": {
                        "type": "string",
                        "example": "1"
                      },
                      "ciiSysStatPartChanges": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatSPFRuns": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciiSysStatLSPErrors": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": [
                    {
                      "ciiSysStatLevel": "default",
                      "ciiSysStatCorrLSPs": "configured-value",
                      "ciiSysStatAuthTypeFails": "configured-value",
                      "ciiSysStatAuthFails": "configured-value",
                      "ciiSysStatLSPDbaseOloads": "configured-value",
                      "ciiSysStatManAddrDropFromAreas": "0",
                      "ciiSysStatAttmptToExMaxSeqNums": "10",
                      "ciiSysStatSeqNumSkips": "10",
                      "ciiSysStatOwnLSPPurges": "configured-value",
                      "ciiSysStatIDFieldLenMismatches": "1",
                      "ciiSysStatPartChanges": "configured-value",
                      "ciiSysStatSPFRuns": "configured-value",
                      "ciiSysStatLSPErrors": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSystemCounterEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatLevel": {
      "get": {
        "summary": "Get ciiSysStatLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatLevel": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatCorrLSPs": {
      "get": {
        "summary": "Get ciiSysStatCorrLSPs",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatCorrLSPs",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatCorrLSPs": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatCorrLSPs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatAuthTypeFails": {
      "get": {
        "summary": "Get ciiSysStatAuthTypeFails",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatAuthTypeFails",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatAuthTypeFails": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatAuthTypeFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatAuthFails": {
      "get": {
        "summary": "Get ciiSysStatAuthFails",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatAuthFails",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatAuthFails": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatAuthFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatLSPDbaseOloads": {
      "get": {
        "summary": "Get ciiSysStatLSPDbaseOloads",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatLSPDbaseOloads",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatLSPDbaseOloads": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatLSPDbaseOloads from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatManAddrDropFromAreas": {
      "get": {
        "summary": "Get ciiSysStatManAddrDropFromAreas",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatManAddrDropFromAreas",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysStatManAddrDropFromAreas": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatManAddrDropFromAreas from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatAttmptToExMaxSeqNums": {
      "get": {
        "summary": "Get ciiSysStatAttmptToExMaxSeqNums",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatAttmptToExMaxSeqNums",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatAttmptToExMaxSeqNums": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatAttmptToExMaxSeqNums from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatSeqNumSkips": {
      "get": {
        "summary": "Get ciiSysStatSeqNumSkips",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatSeqNumSkips",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatSeqNumSkips": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatSeqNumSkips from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatOwnLSPPurges": {
      "get": {
        "summary": "Get ciiSysStatOwnLSPPurges",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatOwnLSPPurges",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatOwnLSPPurges": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatOwnLSPPurges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatIDFieldLenMismatches": {
      "get": {
        "summary": "Get ciiSysStatIDFieldLenMismatches",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatIDFieldLenMismatches",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysStatIDFieldLenMismatches": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatIDFieldLenMismatches from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatPartChanges": {
      "get": {
        "summary": "Get ciiSysStatPartChanges",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatPartChanges",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatPartChanges": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatPartChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatSPFRuns": {
      "get": {
        "summary": "Get ciiSysStatSPFRuns",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatSPFRuns",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysStatSPFRuns": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatSPFRuns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiSystemCounterTable/ciiSystemCounterEntry/ciiSysStatLSPErrors": {
      "get": {
        "summary": "Get ciiSysStatLSPErrors",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiSystemCounterTable-ciiSystemCounterEntry-ciiSysStatLSPErrors",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysStatLSPErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysStatLSPErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable": {
      "get": {
        "summary": "Get ciiCircuitCounterTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircuitCounterEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircuitType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircAdjChanges": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircNumAdj": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "ciiCircInitFails": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircRejAdjs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircIDFieldLenMismatches": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiCircMaxAreaAddrMismatches": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircAuthTypeFails": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircAuthFails": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircLANDesISChanges": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": 10
                    }
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterTable": {
                    "ciiCircuitCounterEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiCircuitType": "default",
                      "ciiCircAdjChanges": "configured-value",
                      "ciiCircNumAdj": 10,
                      "ciiCircInitFails": "configured-value",
                      "ciiCircRejAdjs": "configured-value",
                      "ciiCircIDFieldLenMismatches": "1",
                      "ciiCircMaxAreaAddrMismatches": "configured-value",
                      "ciiCircAuthTypeFails": "configured-value",
                      "ciiCircAuthFails": "configured-value",
                      "ciiCircLANDesISChanges": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircuitCounterTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry": {
      "get": {
        "summary": "Get ciiCircuitCounterEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircuitType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircAdjChanges": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircNumAdj": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "ciiCircInitFails": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircRejAdjs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircIDFieldLenMismatches": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiCircMaxAreaAddrMismatches": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircAuthTypeFails": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircAuthFails": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircLANDesISChanges": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiCircuitType": "default",
                    "ciiCircAdjChanges": "configured-value",
                    "ciiCircNumAdj": 10,
                    "ciiCircInitFails": "configured-value",
                    "ciiCircRejAdjs": "configured-value",
                    "ciiCircIDFieldLenMismatches": "1",
                    "ciiCircMaxAreaAddrMismatches": "configured-value",
                    "ciiCircAuthTypeFails": "configured-value",
                    "ciiCircAuthFails": "configured-value",
                    "ciiCircLANDesISChanges": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircuitCounterEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircuitType": {
      "get": {
        "summary": "Get ciiCircuitType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircuitType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircuitType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircuitType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircAdjChanges": {
      "get": {
        "summary": "Get ciiCircAdjChanges",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircAdjChanges",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircAdjChanges": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircAdjChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircNumAdj": {
      "get": {
        "summary": "Get ciiCircNumAdj",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircNumAdj",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircNumAdj": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircNumAdj from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircInitFails": {
      "get": {
        "summary": "Get ciiCircInitFails",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircInitFails",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircInitFails": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircInitFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircRejAdjs": {
      "get": {
        "summary": "Get ciiCircRejAdjs",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircRejAdjs",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircRejAdjs": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircRejAdjs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircIDFieldLenMismatches": {
      "get": {
        "summary": "Get ciiCircIDFieldLenMismatches",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircIDFieldLenMismatches",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircIDFieldLenMismatches": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIDFieldLenMismatches from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircMaxAreaAddrMismatches": {
      "get": {
        "summary": "Get ciiCircMaxAreaAddrMismatches",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircMaxAreaAddrMismatches",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircMaxAreaAddrMismatches": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircMaxAreaAddrMismatches from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircAuthTypeFails": {
      "get": {
        "summary": "Get ciiCircAuthTypeFails",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircAuthTypeFails",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircAuthTypeFails": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircAuthTypeFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircAuthFails": {
      "get": {
        "summary": "Get ciiCircAuthFails",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircAuthFails",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircAuthFails": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircAuthFails from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiCircuitCounterTable/ciiCircuitCounterEntry/ciiCircLANDesISChanges": {
      "get": {
        "summary": "Get ciiCircLANDesISChanges",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiCircuitCounterTable-ciiCircuitCounterEntry-ciiCircLANDesISChanges",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircLANDesISChanges": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircLANDesISChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable": {
      "get": {
        "summary": "Get ciiPacketCounterTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiPacketCounterEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiPacketCountLevel": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountDirection": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountIIHellos": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountISHellos": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountESHellos": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountLSPs": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountCSNPs": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountPSNPs": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciiPacketCountUnknowns": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": 10
                    }
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterTable": {
                    "ciiPacketCounterEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiPacketCountLevel": "default",
                      "ciiPacketCountDirection": "default",
                      "ciiPacketCountIIHellos": "10",
                      "ciiPacketCountISHellos": "10",
                      "ciiPacketCountESHellos": "10",
                      "ciiPacketCountLSPs": "10",
                      "ciiPacketCountCSNPs": "10",
                      "ciiPacketCountPSNPs": "10",
                      "ciiPacketCountUnknowns": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCounterTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry": {
      "get": {
        "summary": "Get ciiPacketCounterEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiPacketCountLevel": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountDirection": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountIIHellos": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountISHellos": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountESHellos": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountLSPs": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountCSNPs": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountPSNPs": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciiPacketCountUnknowns": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": 10
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiPacketCountLevel": "default",
                    "ciiPacketCountDirection": "default",
                    "ciiPacketCountIIHellos": "10",
                    "ciiPacketCountISHellos": "10",
                    "ciiPacketCountESHellos": "10",
                    "ciiPacketCountLSPs": "10",
                    "ciiPacketCountCSNPs": "10",
                    "ciiPacketCountPSNPs": "10",
                    "ciiPacketCountUnknowns": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCounterEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountLevel": {
      "get": {
        "summary": "Get ciiPacketCountLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountLevel": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountDirection": {
      "get": {
        "summary": "Get ciiPacketCountDirection",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountDirection",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountIIHellos": {
      "get": {
        "summary": "Get ciiPacketCountIIHellos",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountIIHellos",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountIIHellos": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountIIHellos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountISHellos": {
      "get": {
        "summary": "Get ciiPacketCountISHellos",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountISHellos",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountISHellos": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountISHellos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountESHellos": {
      "get": {
        "summary": "Get ciiPacketCountESHellos",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountESHellos",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountESHellos": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountESHellos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountLSPs": {
      "get": {
        "summary": "Get ciiPacketCountLSPs",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountLSPs",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountLSPs": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountLSPs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountCSNPs": {
      "get": {
        "summary": "Get ciiPacketCountCSNPs",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountCSNPs",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountCSNPs": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountCSNPs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountPSNPs": {
      "get": {
        "summary": "Get ciiPacketCountPSNPs",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountPSNPs",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountPSNPs": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountPSNPs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiPacketCounterTable/ciiPacketCounterEntry/ciiPacketCountUnknowns": {
      "get": {
        "summary": "Get ciiPacketCountUnknowns",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiPacketCounterTable-ciiPacketCounterEntry-ciiPacketCountUnknowns",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPacketCountUnknowns": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPacketCountUnknowns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable": {
      "get": {
        "summary": "Get ciiISAdjTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiISAdjEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiISAdjState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiISAdj3WayState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiISAdjNeighSNPAAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiISAdjNeighSysType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjNeighSysID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiISAdjNbrExtendedCircID": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciiISAdjUsage": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjHoldTimer": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "ciiISAdjNeighPriority": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjLastUpTime": {
                          "type": "string",
                          "example": "651780"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjTable": {
                    "ciiISAdjEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiISAdjIndex": 1,
                      "ciiISAdjState": "default",
                      "ciiISAdj3WayState": "default",
                      "ciiISAdjNeighSNPAAddress": "10.1.1.1",
                      "ciiISAdjNeighSysType": "default",
                      "ciiISAdjNeighSysID": "1",
                      "ciiISAdjNbrExtendedCircID": 1,
                      "ciiISAdjUsage": "default",
                      "ciiISAdjHoldTimer": "10:30:45",
                      "ciiISAdjNeighPriority": "configured-value",
                      "ciiISAdjLastUpTime": "651780"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry": {
      "get": {
        "summary": "Get ciiISAdjEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiISAdjState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiISAdj3WayState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiISAdjNeighSNPAAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiISAdjNeighSysType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjNeighSysID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiISAdjNbrExtendedCircID": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciiISAdjUsage": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjHoldTimer": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "ciiISAdjNeighPriority": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjLastUpTime": {
                      "type": "string",
                      "example": "651780"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiISAdjIndex": 1,
                    "ciiISAdjState": "default",
                    "ciiISAdj3WayState": "default",
                    "ciiISAdjNeighSNPAAddress": "10.1.1.1",
                    "ciiISAdjNeighSysType": "default",
                    "ciiISAdjNeighSysID": "1",
                    "ciiISAdjNbrExtendedCircID": 1,
                    "ciiISAdjUsage": "default",
                    "ciiISAdjHoldTimer": "10:30:45",
                    "ciiISAdjNeighPriority": "configured-value",
                    "ciiISAdjLastUpTime": "651780"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjIndex": {
      "get": {
        "summary": "Get ciiISAdjIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjState": {
      "get": {
        "summary": "Get ciiISAdjState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdj3WayState": {
      "get": {
        "summary": "Get ciiISAdj3WayState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdj3WayState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdj3WayState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdj3WayState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjNeighSNPAAddress": {
      "get": {
        "summary": "Get ciiISAdjNeighSNPAAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjNeighSNPAAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjNeighSNPAAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjNeighSNPAAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjNeighSysType": {
      "get": {
        "summary": "Get ciiISAdjNeighSysType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjNeighSysType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjNeighSysType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjNeighSysType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjNeighSysID": {
      "get": {
        "summary": "Get ciiISAdjNeighSysID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjNeighSysID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjNeighSysID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjNeighSysID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjNbrExtendedCircID": {
      "get": {
        "summary": "Get ciiISAdjNbrExtendedCircID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjNbrExtendedCircID",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjNbrExtendedCircID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjNbrExtendedCircID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjUsage": {
      "get": {
        "summary": "Get ciiISAdjUsage",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjUsage",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjUsage": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjUsage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjHoldTimer": {
      "get": {
        "summary": "Get ciiISAdjHoldTimer",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjHoldTimer",
        "tags": [
          "CISCO-IETF-ISIS-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:30:45"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjHoldTimer": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjHoldTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjNeighPriority": {
      "get": {
        "summary": "Get ciiISAdjNeighPriority",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjNeighPriority",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjNeighPriority": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjNeighPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjTable/ciiISAdjEntry/ciiISAdjLastUpTime": {
      "get": {
        "summary": "Get ciiISAdjLastUpTime",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjTable-ciiISAdjEntry-ciiISAdjLastUpTime",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjLastUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjLastUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiISAdjAreaAddrEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjAreaAddrIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiISAdjAreaAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrTable": {
                    "ciiISAdjAreaAddrEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiISAdjIndex": "configured-value",
                      "ciiISAdjAreaAddrIndex": 1,
                      "ciiISAdjAreaAddress": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjAreaAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable-ciiISAdjAreaAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjAreaAddrIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiISAdjAreaAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiISAdjIndex": "configured-value",
                    "ciiISAdjAreaAddrIndex": 1,
                    "ciiISAdjAreaAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjAreaAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable-ciiISAdjAreaAddrEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry/ciiISAdjIndex": {
      "get": {
        "summary": "Get ciiISAdjIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable-ciiISAdjAreaAddrEntry-ciiISAdjIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry/ciiISAdjAreaAddrIndex": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable-ciiISAdjAreaAddrEntry-ciiISAdjAreaAddrIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjAreaAddrIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry/ciiISAdjAreaAddress": {
      "get": {
        "summary": "Get ciiISAdjAreaAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjAreaAddrTable-ciiISAdjAreaAddrEntry-ciiISAdjAreaAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjAreaAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjAreaAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable": {
      "get": {
        "summary": "Get ciiISAdjIPAddrTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiISAdjIPAddrEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIPAddrIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiISAdjIPAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIPAddrAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrTable": {
                    "ciiISAdjIPAddrEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiISAdjIndex": "configured-value",
                      "ciiISAdjIPAddrIndex": 1,
                      "ciiISAdjIPAddrType": "configured-value",
                      "ciiISAdjIPAddrAddress": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIPAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjIPAddrEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIPAddrIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiISAdjIPAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIPAddrAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiISAdjIndex": "configured-value",
                    "ciiISAdjIPAddrIndex": 1,
                    "ciiISAdjIPAddrType": "configured-value",
                    "ciiISAdjIPAddrAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIPAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry/ciiISAdjIndex": {
      "get": {
        "summary": "Get ciiISAdjIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry-ciiISAdjIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry/ciiISAdjIPAddrIndex": {
      "get": {
        "summary": "Get ciiISAdjIPAddrIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry-ciiISAdjIPAddrIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIPAddrIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry/ciiISAdjIPAddrType": {
      "get": {
        "summary": "Get ciiISAdjIPAddrType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry-ciiISAdjIPAddrType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjIPAddrType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIPAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry/ciiISAdjIPAddrAddress": {
      "get": {
        "summary": "Get ciiISAdjIPAddrAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjIPAddrTable-ciiISAdjIPAddrEntry-ciiISAdjIPAddrAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjIPAddrAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIPAddrAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjProtSuppTable": {
      "get": {
        "summary": "Get ciiISAdjProtSuppTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjProtSuppTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiISAdjProtSuppEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiISAdjProtSuppProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppTable": {
                    "ciiISAdjProtSuppEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiISAdjIndex": "configured-value",
                      "ciiISAdjProtSuppProtocol": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjProtSuppTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry": {
      "get": {
        "summary": "Get ciiISAdjProtSuppEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjProtSuppTable-ciiISAdjProtSuppEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiISAdjProtSuppProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiISAdjIndex": "configured-value",
                    "ciiISAdjProtSuppProtocol": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjProtSuppEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjProtSuppTable-ciiISAdjProtSuppEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry/ciiISAdjIndex": {
      "get": {
        "summary": "Get ciiISAdjIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjProtSuppTable-ciiISAdjProtSuppEntry-ciiISAdjIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry/ciiISAdjProtSuppProtocol": {
      "get": {
        "summary": "Get ciiISAdjProtSuppProtocol",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiISAdjProtSuppTable-ciiISAdjProtSuppEntry-ciiISAdjProtSuppProtocol",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiISAdjProtSuppProtocol": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiISAdjProtSuppProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable": {
      "get": {
        "summary": "Get ciiRATable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiRAEntry": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRAIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiRAExistState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiRAAdminState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiRAAddrPrefix": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRAMapType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRAMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRAMetricType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRASNPAAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiRASNPAMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRASNPAPrefix": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiRAType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRATable": {
                    "ciiRAEntry": {
                      "ciiCircIndex": "configured-value",
                      "ciiRAIndex": 1,
                      "ciiRAExistState": "active",
                      "ciiRAAdminState": "active",
                      "ciiRAAddrPrefix": "configured-value",
                      "ciiRAMapType": "default",
                      "ciiRAMetric": "configured-value",
                      "ciiRAMetricType": "configured-value",
                      "ciiRASNPAAddress": "10.1.1.1",
                      "ciiRASNPAMask": "configured-value",
                      "ciiRASNPAPrefix": "configured-value",
                      "ciiRAType": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRATable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry": {
      "get": {
        "summary": "Get ciiRAEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRAIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiRAExistState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiRAAdminState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiRAAddrPrefix": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRAMapType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRAMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRAMetricType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRASNPAAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiRASNPAMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRASNPAPrefix": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiRAType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAEntry": {
                    "ciiCircIndex": "configured-value",
                    "ciiRAIndex": 1,
                    "ciiRAExistState": "active",
                    "ciiRAAdminState": "active",
                    "ciiRAAddrPrefix": "configured-value",
                    "ciiRAMapType": "default",
                    "ciiRAMetric": "configured-value",
                    "ciiRAMetricType": "configured-value",
                    "ciiRASNPAAddress": "10.1.1.1",
                    "ciiRASNPAMask": "configured-value",
                    "ciiRASNPAPrefix": "configured-value",
                    "ciiRAType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAIndex": {
      "get": {
        "summary": "Get ciiRAIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAExistState": {
      "get": {
        "summary": "Get ciiRAExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAAdminState": {
      "get": {
        "summary": "Get ciiRAAdminState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAAdminState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAAddrPrefix": {
      "get": {
        "summary": "Get ciiRAAddrPrefix",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAAddrPrefix",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAAddrPrefix": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAAddrPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAMapType": {
      "get": {
        "summary": "Get ciiRAMapType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAMapType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAMapType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAMapType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAMetric": {
      "get": {
        "summary": "Get ciiRAMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAMetricType": {
      "get": {
        "summary": "Get ciiRAMetricType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAMetricType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAMetricType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAMetricType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRASNPAAddress": {
      "get": {
        "summary": "Get ciiRASNPAAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRASNPAAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRASNPAAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRASNPAAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRASNPAMask": {
      "get": {
        "summary": "Get ciiRASNPAMask",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRASNPAMask",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRASNPAMask": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRASNPAMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRASNPAPrefix": {
      "get": {
        "summary": "Get ciiRASNPAPrefix",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRASNPAPrefix",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRASNPAPrefix": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRASNPAPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiRATable/ciiRAEntry/ciiRAType": {
      "get": {
        "summary": "Get ciiRAType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiRATable-ciiRAEntry-ciiRAType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiRAType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiRAType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable": {
      "get": {
        "summary": "Get ciiIPRATable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiIPRAEntry": {
                      "type": "object",
                      "properties": {
                        "ciiIPRADestType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRADest": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRADestPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRANextHopIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciiIPRANextHopType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRANextHop": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRAType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRAExistState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiIPRAAdminState": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciiIPRAMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRAMetricType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRAFullMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiIPRASNPAAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ciiIPRASourceType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRATable": {
                    "ciiIPRAEntry": {
                      "ciiIPRADestType": "configured-value",
                      "ciiIPRADest": "configured-value",
                      "ciiIPRADestPrefixLen": "configured-value",
                      "ciiIPRANextHopIndex": 1,
                      "ciiIPRANextHopType": "configured-value",
                      "ciiIPRANextHop": "configured-value",
                      "ciiIPRAType": "default",
                      "ciiIPRAExistState": "active",
                      "ciiIPRAAdminState": "active",
                      "ciiIPRAMetric": "configured-value",
                      "ciiIPRAMetricType": "configured-value",
                      "ciiIPRAFullMetric": "configured-value",
                      "ciiIPRASNPAAddress": "10.1.1.1",
                      "ciiIPRASourceType": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRATable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry": {
      "get": {
        "summary": "Get ciiIPRAEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiIPRADestType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRADest": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRADestPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRANextHopIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciiIPRANextHopType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRANextHop": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRAType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRAExistState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiIPRAAdminState": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciiIPRAMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRAMetricType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRAFullMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiIPRASNPAAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ciiIPRASourceType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRAEntry": {
                    "ciiIPRADestType": "configured-value",
                    "ciiIPRADest": "configured-value",
                    "ciiIPRADestPrefixLen": "configured-value",
                    "ciiIPRANextHopIndex": 1,
                    "ciiIPRANextHopType": "configured-value",
                    "ciiIPRANextHop": "configured-value",
                    "ciiIPRAType": "default",
                    "ciiIPRAExistState": "active",
                    "ciiIPRAAdminState": "active",
                    "ciiIPRAMetric": "configured-value",
                    "ciiIPRAMetricType": "configured-value",
                    "ciiIPRAFullMetric": "configured-value",
                    "ciiIPRASNPAAddress": "10.1.1.1",
                    "ciiIPRASourceType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRADestType": {
      "get": {
        "summary": "Get ciiIPRADestType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRADestType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRADestType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRADestType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRADest": {
      "get": {
        "summary": "Get ciiIPRADest",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRADest",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRADest": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRADest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRADestPrefixLen": {
      "get": {
        "summary": "Get ciiIPRADestPrefixLen",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRADestPrefixLen",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRADestPrefixLen": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRADestPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRANextHopIndex": {
      "get": {
        "summary": "Get ciiIPRANextHopIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRANextHopIndex",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRANextHopIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRANextHopIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRANextHopType": {
      "get": {
        "summary": "Get ciiIPRANextHopType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRANextHopType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRANextHopType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRANextHopType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRANextHop": {
      "get": {
        "summary": "Get ciiIPRANextHop",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRANextHop",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRANextHop": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRANextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAType": {
      "get": {
        "summary": "Get ciiIPRAType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAExistState": {
      "get": {
        "summary": "Get ciiIPRAExistState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAExistState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAExistState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAExistState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAAdminState": {
      "get": {
        "summary": "Get ciiIPRAAdminState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAAdminState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAMetric": {
      "get": {
        "summary": "Get ciiIPRAMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAMetricType": {
      "get": {
        "summary": "Get ciiIPRAMetricType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAMetricType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAMetricType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAMetricType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRAFullMetric": {
      "get": {
        "summary": "Get ciiIPRAFullMetric",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRAFullMetric",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRAFullMetric": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRAFullMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRASNPAAddress": {
      "get": {
        "summary": "Get ciiIPRASNPAAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRASNPAAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRASNPAAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRASNPAAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiIPRATable/ciiIPRAEntry/ciiIPRASourceType": {
      "get": {
        "summary": "Get ciiIPRASourceType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiIPRATable-ciiIPRAEntry-ciiIPRASourceType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiIPRASourceType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiIPRASourceType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable": {
      "get": {
        "summary": "Get ciiLSPSummaryTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiLSPSummaryEntry": {
                      "type": "object",
                      "properties": {
                        "ciiLSPLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiLSPSeq": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciiLSPZeroLife": {
                          "type": "boolean",
                          "example": true
                        },
                        "ciiLSPChecksum": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPLifetimeRemain": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "ciiLSPPDULength": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPAttributes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryTable": {
                    "ciiLSPSummaryEntry": {
                      "ciiLSPLevel": "configured-value",
                      "ciiLSPID": "1",
                      "ciiLSPSeq": 1,
                      "ciiLSPZeroLife": true,
                      "ciiLSPChecksum": "configured-value",
                      "ciiLSPLifetimeRemain": "10:30:45",
                      "ciiLSPPDULength": "configured-value",
                      "ciiLSPAttributes": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPSummaryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry": {
      "get": {
        "summary": "Get ciiLSPSummaryEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiLSPSeq": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciiLSPZeroLife": {
                      "type": "boolean",
                      "example": true
                    },
                    "ciiLSPChecksum": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPLifetimeRemain": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "ciiLSPPDULength": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPAttributes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": {
                    "ciiLSPLevel": "configured-value",
                    "ciiLSPID": "1",
                    "ciiLSPSeq": 1,
                    "ciiLSPZeroLife": true,
                    "ciiLSPChecksum": "configured-value",
                    "ciiLSPLifetimeRemain": "10:30:45",
                    "ciiLSPPDULength": "configured-value",
                    "ciiLSPAttributes": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPSummaryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPLevel": {
      "get": {
        "summary": "Get ciiLSPLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPLevel": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPID": {
      "get": {
        "summary": "Get ciiLSPID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPSeq": {
      "get": {
        "summary": "Get ciiLSPSeq",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPSeq",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPSeq": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPZeroLife": {
      "get": {
        "summary": "Get ciiLSPZeroLife",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPZeroLife",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPZeroLife": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPZeroLife from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPChecksum": {
      "get": {
        "summary": "Get ciiLSPChecksum",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPChecksum",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPChecksum": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPLifetimeRemain": {
      "get": {
        "summary": "Get ciiLSPLifetimeRemain",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPLifetimeRemain",
        "tags": [
          "CISCO-IETF-ISIS-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:30:45"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPLifetimeRemain": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPLifetimeRemain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPPDULength": {
      "get": {
        "summary": "Get ciiLSPPDULength",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPPDULength",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPPDULength": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPPDULength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPSummaryTable/ciiLSPSummaryEntry/ciiLSPAttributes": {
      "get": {
        "summary": "Get ciiLSPAttributes",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPSummaryTable-ciiLSPSummaryEntry-ciiLSPAttributes",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPAttributes": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPAttributes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable": {
      "get": {
        "summary": "Get ciiLSPTLVTable",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiLSPTLVEntry": {
                      "type": "object",
                      "properties": {
                        "ciiLSPLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ciiLSPTLVIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciiLSPTLVSeq": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciiLSPTLVChecksum": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPTLVType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPTLVLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiLSPTLVValue": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ciiNotifIsLevelIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ciiPduLspId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ciiCircIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciiCircIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ciiPduFragment": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "ciiErrorOffset": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 0
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "ciiErrorTLVType": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 0
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVTable": {
                    "ciiLSPTLVEntry": {
                      "ciiLSPLevel": "configured-value",
                      "ciiLSPID": "1",
                      "ciiLSPTLVIndex": 1,
                      "ciiLSPTLVSeq": 1,
                      "ciiLSPTLVChecksum": "configured-value",
                      "ciiLSPTLVType": "configured-value",
                      "ciiLSPTLVLen": "configured-value",
                      "ciiLSPTLVValue": "QmFzZTY0"
                    },
                    "object-1": {
                      "ciiNotifIsLevelIndex": "default"
                    },
                    "object-2": {
                      "ciiPduLspId": "1"
                    },
                    "object-3": {
                      "ciiCircIndex": "configured-value",
                      "ciiCircIfIndex": "configured-value"
                    },
                    "object-4": {
                      "ciiPduFragment": "configured-value"
                    },
                    "object-5": {
                      "ciiErrorOffset": 0
                    },
                    "object-6": {
                      "ciiErrorTLVType": 0
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry": {
      "get": {
        "summary": "Get ciiLSPTLVEntry",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ciiLSPTLVIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciiLSPTLVSeq": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciiLSPTLVChecksum": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPTLVType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPTLVLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiLSPTLVValue": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": {
                    "ciiLSPLevel": "configured-value",
                    "ciiLSPID": "1",
                    "ciiLSPTLVIndex": 1,
                    "ciiLSPTLVSeq": 1,
                    "ciiLSPTLVChecksum": "configured-value",
                    "ciiLSPTLVType": "configured-value",
                    "ciiLSPTLVLen": "configured-value",
                    "ciiLSPTLVValue": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPLevel": {
      "get": {
        "summary": "Get ciiLSPLevel",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPLevel",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPLevel": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPID": {
      "get": {
        "summary": "Get ciiLSPID",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPID",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVIndex": {
      "get": {
        "summary": "Get ciiLSPTLVIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPTLVIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVSeq": {
      "get": {
        "summary": "Get ciiLSPTLVSeq",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVSeq",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPTLVSeq": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVChecksum": {
      "get": {
        "summary": "Get ciiLSPTLVChecksum",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVChecksum",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPTLVChecksum": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVType": {
      "get": {
        "summary": "Get ciiLSPTLVType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVType",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPTLVType": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVLen": {
      "get": {
        "summary": "Get ciiLSPTLVLen",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVLen",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiLSPTLVLen": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/ciiLSPTLVEntry/ciiLSPTLVValue": {
      "get": {
        "summary": "Get ciiLSPTLVValue",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-ciiLSPTLVEntry-ciiLSPTLVValue",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVValue": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiLSPTLVValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-1",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiNotifIsLevelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-1": {
                    "ciiNotifIsLevelIndex": "default"
                  }
                }
              }
            }
          },
          "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-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-1/ciiNotifIsLevelIndex": {
      "get": {
        "summary": "Get ciiNotifIsLevelIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-1-ciiNotifIsLevelIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiNotifIsLevelIndex": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiNotifIsLevelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiSysLevelIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiSysLevelOverloadState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-2": {
                    "ciiSysLevelIndex": "configured-value",
                    "ciiSysLevelOverloadState": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiSysLevelIndex": {
      "get": {
        "summary": "Get ciiSysLevelIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiSysLevelIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiSysLevelOverloadState": {
      "get": {
        "summary": "Get ciiSysLevelOverloadState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiSysLevelOverloadState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysLevelOverloadState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiSysLevelOverloadState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-1/ciiNotifManualAddress": {
      "get": {
        "summary": "Get ciiNotifManualAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-1-ciiNotifManualAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiNotifManualAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiNotifManualAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiPduLspId": {
      "get": {
        "summary": "Get ciiPduLspId",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiPduLspId",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPduLspId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduLspId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiPduFieldLen": {
      "get": {
        "summary": "Get ciiPduFieldLen",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiPduFieldLen",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduFieldLen": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduFieldLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciiCircIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-3": {
                    "ciiCircIndex": "configured-value",
                    "ciiCircIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiCircIfIndex": {
      "get": {
        "summary": "Get ciiCircIfIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiCircIfIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIfIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-4",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiPduFragment": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-4": {
                    "ciiPduFragment": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-4/ciiPduFragment": {
      "get": {
        "summary": "Get ciiPduFragment",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-4-ciiPduFragment",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduFragment": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduFragment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiPduMaxAreaAddress": {
      "get": {
        "summary": "Get ciiPduMaxAreaAddress",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiPduMaxAreaAddress",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduMaxAreaAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduMaxAreaAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiCircIfIndex": {
      "get": {
        "summary": "Get ciiCircIfIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiCircIfIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIfIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiPduLspId": {
      "get": {
        "summary": "Get ciiPduLspId",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiPduLspId",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPduLspId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduLspId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiPduFragment": {
      "get": {
        "summary": "Get ciiPduFragment",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiPduFragment",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduFragment": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduFragment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiPduProtocolVersion": {
      "get": {
        "summary": "Get ciiPduProtocolVersion",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiPduProtocolVersion",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduProtocolVersion": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduProtocolVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-1/ciiCircIndex": {
      "get": {
        "summary": "Get ciiCircIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-1-ciiCircIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-1/ciiCircIfIndex": {
      "get": {
        "summary": "Get ciiCircIfIndex",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-1-ciiCircIfIndex",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiCircIfIndex": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiCircIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-2/ciiPduFragment": {
      "get": {
        "summary": "Get ciiPduFragment",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-2-ciiPduFragment",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduFragment": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduFragment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiPduLspSize": {
      "get": {
        "summary": "Get ciiPduLspSize",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiPduLspSize",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPduLspSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduLspSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-4/ciiPduLspId": {
      "get": {
        "summary": "Get ciiPduLspId",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-4-ciiPduLspId",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPduLspId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduLspId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-4/ciiPduOriginatingBufferSize": {
      "get": {
        "summary": "Get ciiPduOriginatingBufferSize",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-4-ciiPduOriginatingBufferSize",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduOriginatingBufferSize": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduOriginatingBufferSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-3/ciiPduProtocolsSupported": {
      "get": {
        "summary": "Get ciiPduProtocolsSupported",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-3-ciiPduProtocolsSupported",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPduProtocolsSupported": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduProtocolsSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-5",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiPduFragment": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-5": {
                    "ciiPduFragment": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-5/ciiPduFragment": {
      "get": {
        "summary": "Get ciiPduFragment",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-5-ciiPduFragment",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiPduFragment": "True"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiPduFragment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-4/ciiAdjState": {
      "get": {
        "summary": "Get ciiAdjState",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-4-ciiAdjState",
        "tags": [
          "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiAdjState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiAdjState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-5/ciiErrorOffset": {
      "get": {
        "summary": "Get ciiErrorOffset",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-5-ciiErrorOffset",
        "tags": [
          "CISCO-IETF-ISIS-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": 0
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiErrorOffset": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiErrorOffset from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-6",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciiErrorTLVType": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 0
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:object-6": {
                    "ciiErrorTLVType": 0
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB/ciiLSPTLVTable/object-6/ciiErrorTLVType": {
      "get": {
        "summary": "Get ciiErrorTLVType",
        "operationId": "get-CISCO-IETF-ISIS-MIB:CISCO-IETF-ISIS-MIB-ciiLSPTLVTable-object-6-ciiErrorTLVType",
        "tags": [
          "CISCO-IETF-ISIS-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": 0
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiErrorTLVType": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciiErrorTLVType 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": []
    }
  ]
}
