{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-CEF-MIB",
    "description": "MIB data from `CISCO-CEF-MIB` module.\n\n**Root containers:** 1 (CISCO-CEF-MIB)\n**Paths:** 198 | **Descendants:** 203\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-CEF-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-CEF-MIB:CISCO-CEF-MIB": {
      "get": {
        "summary": "Get CISCO-CEF-MIB",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefFIB": {
                      "type": "object",
                      "properties": {
                        "cefLMPrefixSpinLock": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefCC": {
                      "type": "object",
                      "properties": {
                        "entLastInconsistencyDetectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cefInconsistencyReset": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyResetStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefNotifCntl": {
                      "type": "object",
                      "properties": {
                        "cefResourceFailureNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cefPeerStateChangeNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cefPeerFIBStateChangeNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cefNotifThrottlingInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "cefInconsistencyNotifEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefFIBSummaryTable": {
                      "type": "object",
                      "properties": {
                        "cefFIBSummaryEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBSummaryFwdPrefixes": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefPrefixTable": {
                      "type": "object",
                      "properties": {
                        "cefPrefixEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixForwardingInfo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixHCPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixBytes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixHCBytes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixInternalNRPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixInternalNRHCPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixInternalNRBytes": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cefPrefixInternalNRHCBytes": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cefPrefixExternalNRPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixExternalNRHCPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixExternalNRBytes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixExternalNRHCBytes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefLMPrefixTable": {
                      "type": "object",
                      "properties": {
                        "cefLMPrefixEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefLMPrefixDestAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefLMPrefixDestAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefLMPrefixState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefLMPrefixAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefLMPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefLMPrefixRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefPathTable": {
                      "type": "object",
                      "properties": {
                        "cefPathEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPathId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cefPathType": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "cefPathInterface": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "cefPathNextHopAddr": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "cefPathRecurseVrfName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "cefAdjSummaryTable": {
                      "type": "object",
                      "properties": {
                        "cefAdjSummaryEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjSummaryLinkType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjSummaryComplete": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefAdjSummaryIncomplete": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefAdjSummaryFixup": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefAdjSummaryRedirect": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefAdjTable": {
                      "type": "object",
                      "properties": {
                        "cefAdjEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjSummaryLinkType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjNextHopAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjNextHopAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjConnId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefAdjSource": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjEncap": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjFixup": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjMTU": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefAdjForwardingInfo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjHCPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjBytes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefAdjHCBytes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefFESelectionTable": {
                      "type": "object",
                      "properties": {
                        "cefFESelectionEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionName": {
                              "type": "string",
                              "format": "byte",
                              "example": "example-1"
                            },
                            "cefFESelectionId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cefFESelectionSpecial": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionLabels": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionAdjLinkType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionAdjInterface": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionAdjNextHopAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionAdjNextHopAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFESelectionAdjConnId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefFESelectionVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cefFESelectionWeight": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefCfgTable": {
                      "type": "object",
                      "properties": {
                        "cefCfgEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCfgAdminState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefCfgOperState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefCfgDistributionAdminState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefCfgDistributionOperState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefCfgAccountingMap": {
                              "type": "string",
                              "example": "10"
                            },
                            "cefCfgLoadSharingAlgorithm": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCfgLoadSharingID": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefCfgTrafficStatsLoadInterval": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefCfgTrafficStatsUpdateRate": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefResourceTable": {
                      "type": "object",
                      "properties": {
                        "cefResourceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefResourceMemoryUsed": {
                                "type": "string",
                                "example": "921600000"
                              },
                              "cefResourceFailureReason": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefIntTable": {
                      "type": "object",
                      "properties": {
                        "cefIntEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefIntSwitchingState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefIntLoadSharing": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefIntNonrecursiveAccouting": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefPeerTable": {
                      "type": "object",
                      "properties": {
                        "cefPeerEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPeerPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPeerOperState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cefPeerNumberOfResets": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefPeerFIBTable": {
                      "type": "object",
                      "properties": {
                        "cefPeerFIBEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPeerPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefPeerFIBOperState": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefCCGlobalTable": {
                      "type": "object",
                      "properties": {
                        "cefCCGlobalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cefFIBIpVersion": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefCCGlobalAutoRepairEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "cefCCGlobalAutoRepairDelay": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cefCCGlobalAutoRepairHoldDown": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cefCCGlobalErrorMsgEnabled": {
                                "type": "boolean",
                                "example": false
                              },
                              "cefCCGlobalFullScanAction": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefCCGlobalFullScanStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefCCTypeTable": {
                      "type": "object",
                      "properties": {
                        "cefCCTypeEntry": {
                          "type": "object",
                          "properties": {
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCCType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCCEnabled": {
                              "type": "boolean",
                              "example": true
                            },
                            "cefCCCount": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 10
                            },
                            "cefCCPeriod": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefCCQueriesSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCCQueriesIgnored": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCCQueriesChecked": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefCCQueriesIterated": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefInconsistencyRecordTable": {
                      "type": "object",
                      "properties": {
                        "cefInconsistencyRecordEntry": {
                          "type": "object",
                          "properties": {
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyRecId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cefInconsistencyPrefixType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyPrefixAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cefInconsistencyCCType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyEntity": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefInconsistencyReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefStatsPrefixLenTable": {
                      "type": "object",
                      "properties": {
                        "cefStatsPrefixLenEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixQueries": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixHCQueries": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixInserts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixHCInserts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixDeletes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixHCDeletes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixElements": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefStatsPrefixHCElements": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefSwitchingStatsTable": {
                      "type": "object",
                      "properties": {
                        "cefSwitchingStatsEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefFIBIpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefSwitchingIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "cefSwitchingPath": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            },
                            "cefSwitchingDrop": {
                              "type": "string",
                              "example": "0"
                            },
                            "cefSwitchingHCDrop": {
                              "type": "string",
                              "example": "0"
                            },
                            "cefSwitchingPunt": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefSwitchingHCPunt": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefSwitchingPunt2Host": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefSwitchingHCPunt2Host": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "entLastInconsistencyDetectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:CISCO-CEF-MIB": {
                    "cefFIB": {
                      "cefLMPrefixSpinLock": "configured-value"
                    },
                    "cefCC": {
                      "entLastInconsistencyDetectTime": "10:30:45",
                      "cefInconsistencyReset": "configured-value",
                      "cefInconsistencyResetStatus": "active"
                    },
                    "cefNotifCntl": {
                      "cefResourceFailureNotifEnable": true,
                      "cefPeerStateChangeNotifEnable": true,
                      "cefPeerFIBStateChangeNotifEnable": true,
                      "cefNotifThrottlingInterval": 1,
                      "cefInconsistencyNotifEnable": true
                    },
                    "cefFIBSummaryTable": {
                      "cefFIBSummaryEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "cefFIBSummaryFwdPrefixes": 1
                      }
                    },
                    "cefPrefixTable": {
                      "cefPrefixEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefPrefixType": "configured-value",
                        "cefPrefixAddr": "configured-value",
                        "cefPrefixLen": "configured-value",
                        "cefPrefixForwardingInfo": "configured-value",
                        "cefPrefixPkts": "configured-value",
                        "cefPrefixHCPkts": "configured-value",
                        "cefPrefixBytes": "configured-value",
                        "cefPrefixHCBytes": "configured-value",
                        "cefPrefixInternalNRPkts": "configured-value",
                        "cefPrefixInternalNRHCPkts": "configured-value",
                        "cefPrefixInternalNRBytes": "1284563200",
                        "cefPrefixInternalNRHCBytes": "1284563200",
                        "cefPrefixExternalNRPkts": "configured-value",
                        "cefPrefixExternalNRHCPkts": "configured-value",
                        "cefPrefixExternalNRBytes": "configured-value",
                        "cefPrefixExternalNRHCBytes": "configured-value"
                      }
                    },
                    "cefLMPrefixTable": {
                      "cefLMPrefixEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefLMPrefixDestAddrType": "configured-value",
                        "cefLMPrefixDestAddr": "configured-value",
                        "cefLMPrefixState": "active",
                        "cefLMPrefixAddr": "configured-value",
                        "cefLMPrefixLen": "configured-value",
                        "cefLMPrefixRowStatus": "active"
                      }
                    },
                    "cefPathTable": {
                      "cefPathEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefPrefixType": "configured-value",
                        "cefPrefixAddr": "configured-value",
                        "cefPrefixLen": "configured-value",
                        "cefPathId": 1,
                        "cefPathType": "/data/example",
                        "cefPathInterface": "/data/example",
                        "cefPathNextHopAddr": "/data/example",
                        "cefPathRecurseVrfName": "example-1"
                      }
                    },
                    "cefAdjSummaryTable": {
                      "cefAdjSummaryEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefAdjSummaryLinkType": "configured-value",
                        "cefAdjSummaryComplete": 1,
                        "cefAdjSummaryIncomplete": 1,
                        "cefAdjSummaryFixup": 1,
                        "cefAdjSummaryRedirect": 1
                      }
                    },
                    "cefAdjTable": {
                      "cefAdjEntry": {
                        "entPhysicalIndex": "configured-value",
                        "ifIndex": "configured-value",
                        "cefAdjSummaryLinkType": "configured-value",
                        "cefAdjNextHopAddrType": "configured-value",
                        "cefAdjNextHopAddr": "configured-value",
                        "cefAdjConnId": 1,
                        "cefAdjSource": "configured-value",
                        "cefAdjEncap": "configured-value",
                        "cefAdjFixup": "configured-value",
                        "cefAdjMTU": 1,
                        "cefAdjForwardingInfo": "configured-value",
                        "cefAdjPkts": "configured-value",
                        "cefAdjHCPkts": "configured-value",
                        "cefAdjBytes": "configured-value",
                        "cefAdjHCBytes": "configured-value"
                      }
                    },
                    "cefFESelectionTable": {
                      "cefFESelectionEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFESelectionName": "QmFzZTY0",
                        "cefFESelectionId": 1,
                        "cefFESelectionSpecial": "configured-value",
                        "cefFESelectionLabels": "configured-value",
                        "cefFESelectionAdjLinkType": "configured-value",
                        "cefFESelectionAdjInterface": "configured-value",
                        "cefFESelectionAdjNextHopAddrType": "configured-value",
                        "cefFESelectionAdjNextHopAddr": "configured-value",
                        "cefFESelectionAdjConnId": 1,
                        "cefFESelectionVrfName": "example-1",
                        "cefFESelectionWeight": 1
                      }
                    },
                    "cefCfgTable": {
                      "cefCfgEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "cefCfgAdminState": "active",
                        "cefCfgOperState": "active",
                        "cefCfgDistributionAdminState": "active",
                        "cefCfgDistributionOperState": "active",
                        "cefCfgAccountingMap": "",
                        "cefCfgLoadSharingAlgorithm": "default",
                        "cefCfgLoadSharingID": 1,
                        "cefCfgTrafficStatsLoadInterval": 1,
                        "cefCfgTrafficStatsUpdateRate": 1
                      }
                    },
                    "cefResourceTable": {
                      "cefResourceEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefResourceMemoryUsed": "921600000",
                          "cefResourceFailureReason": "configured-value"
                        }
                      ]
                    },
                    "cefIntTable": {
                      "cefIntEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "ifIndex": "configured-value",
                        "cefIntSwitchingState": "default",
                        "cefIntLoadSharing": "default",
                        "cefIntNonrecursiveAccouting": "default"
                      }
                    },
                    "cefPeerTable": {
                      "cefPeerEntry": {
                        "entPhysicalIndex": "configured-value",
                        "entPeerPhysicalIndex": "configured-value",
                        "cefPeerOperState": "default",
                        "cefPeerNumberOfResets": "10"
                      }
                    },
                    "cefPeerFIBTable": {
                      "cefPeerFIBEntry": {
                        "entPhysicalIndex": "configured-value",
                        "entPeerPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "cefPeerFIBOperState": "default"
                      }
                    },
                    "cefCCGlobalTable": {
                      "cefCCGlobalEntry": [
                        {
                          "cefFIBIpVersion": "configured-value",
                          "cefCCGlobalAutoRepairEnabled": true,
                          "cefCCGlobalAutoRepairDelay": 1,
                          "cefCCGlobalAutoRepairHoldDown": 1,
                          "cefCCGlobalErrorMsgEnabled": true,
                          "cefCCGlobalFullScanAction": "configured-value",
                          "cefCCGlobalFullScanStatus": "active"
                        }
                      ]
                    },
                    "cefCCTypeTable": {
                      "cefCCTypeEntry": {
                        "cefFIBIpVersion": "configured-value",
                        "cefCCType": "configured-value",
                        "cefCCEnabled": true,
                        "cefCCCount": 10,
                        "cefCCPeriod": 1,
                        "cefCCQueriesSent": "configured-value",
                        "cefCCQueriesIgnored": "configured-value",
                        "cefCCQueriesChecked": "configured-value",
                        "cefCCQueriesIterated": "configured-value"
                      }
                    },
                    "cefInconsistencyRecordTable": {
                      "cefInconsistencyRecordEntry": {
                        "cefFIBIpVersion": "configured-value",
                        "cefInconsistencyRecId": 1,
                        "cefInconsistencyPrefixType": "configured-value",
                        "cefInconsistencyPrefixAddr": "configured-value",
                        "cefInconsistencyPrefixLen": "configured-value",
                        "cefInconsistencyVrfName": "example-1",
                        "cefInconsistencyCCType": "configured-value",
                        "cefInconsistencyEntity": "configured-value",
                        "cefInconsistencyReason": "default"
                      }
                    },
                    "cefStatsPrefixLenTable": {
                      "cefStatsPrefixLenEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "cefStatsPrefixLen": "configured-value",
                        "cefStatsPrefixQueries": "configured-value",
                        "cefStatsPrefixHCQueries": "configured-value",
                        "cefStatsPrefixInserts": "configured-value",
                        "cefStatsPrefixHCInserts": "configured-value",
                        "cefStatsPrefixDeletes": "configured-value",
                        "cefStatsPrefixHCDeletes": "configured-value",
                        "cefStatsPrefixElements": "configured-value",
                        "cefStatsPrefixHCElements": "configured-value"
                      }
                    },
                    "cefSwitchingStatsTable": {
                      "cefSwitchingStatsEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefFIBIpVersion": "configured-value",
                        "cefSwitchingIndex": 1,
                        "cefSwitchingPath": "QmFzZTY0",
                        "cefSwitchingDrop": "0",
                        "cefSwitchingHCDrop": "0",
                        "cefSwitchingPunt": "configured-value",
                        "cefSwitchingHCPunt": "configured-value",
                        "cefSwitchingPunt2Host": "configured-value",
                        "cefSwitchingHCPunt2Host": "configured-value"
                      },
                      "object-1": {
                        "entLastInconsistencyDetectTime": "10:30:45"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-CEF-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIB": {
      "get": {
        "summary": "Get cefFIB",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIB",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefLMPrefixSpinLock": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFIB": {
                    "cefLMPrefixSpinLock": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIB/cefLMPrefixSpinLock": {
      "get": {
        "summary": "Get cefLMPrefixSpinLock",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIB-cefLMPrefixSpinLock",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixSpinLock": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixSpinLock from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCC": {
      "get": {
        "summary": "Get cefCC",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCC",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entLastInconsistencyDetectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cefInconsistencyReset": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyResetStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCC": {
                    "entLastInconsistencyDetectTime": "10:30:45",
                    "cefInconsistencyReset": "configured-value",
                    "cefInconsistencyResetStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCC from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCC/entLastInconsistencyDetectTime": {
      "get": {
        "summary": "Get entLastInconsistencyDetectTime",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCC-entLastInconsistencyDetectTime",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entLastInconsistencyDetectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLastInconsistencyDetectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCC/cefInconsistencyReset": {
      "get": {
        "summary": "Get cefInconsistencyReset",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCC-cefInconsistencyReset",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyReset": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyReset from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCC/cefInconsistencyResetStatus": {
      "get": {
        "summary": "Get cefInconsistencyResetStatus",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCC-cefInconsistencyResetStatus",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyResetStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyResetStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl": {
      "get": {
        "summary": "Get cefNotifCntl",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefResourceFailureNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cefPeerStateChangeNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cefPeerFIBStateChangeNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cefNotifThrottlingInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "cefInconsistencyNotifEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefNotifCntl": {
                    "cefResourceFailureNotifEnable": true,
                    "cefPeerStateChangeNotifEnable": true,
                    "cefPeerFIBStateChangeNotifEnable": true,
                    "cefNotifThrottlingInterval": 1,
                    "cefInconsistencyNotifEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefNotifCntl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl/cefResourceFailureNotifEnable": {
      "get": {
        "summary": "Get cefResourceFailureNotifEnable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl-cefResourceFailureNotifEnable",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefResourceFailureNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceFailureNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl/cefPeerStateChangeNotifEnable": {
      "get": {
        "summary": "Get cefPeerStateChangeNotifEnable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl-cefPeerStateChangeNotifEnable",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerStateChangeNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerStateChangeNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl/cefPeerFIBStateChangeNotifEnable": {
      "get": {
        "summary": "Get cefPeerFIBStateChangeNotifEnable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl-cefPeerFIBStateChangeNotifEnable",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerFIBStateChangeNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerFIBStateChangeNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl/cefNotifThrottlingInterval": {
      "get": {
        "summary": "Get cefNotifThrottlingInterval",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl-cefNotifThrottlingInterval",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefNotifThrottlingInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefNotifThrottlingInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefNotifCntl/cefInconsistencyNotifEnable": {
      "get": {
        "summary": "Get cefInconsistencyNotifEnable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefNotifCntl-cefInconsistencyNotifEnable",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIBSummaryTable": {
      "get": {
        "summary": "Get cefFIBSummaryTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIBSummaryTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefFIBSummaryEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBSummaryFwdPrefixes": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFIBSummaryTable": {
                    "cefFIBSummaryEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "cefFIBSummaryFwdPrefixes": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBSummaryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIBSummaryTable/cefFIBSummaryEntry": {
      "get": {
        "summary": "Get cefFIBSummaryEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIBSummaryTable-cefFIBSummaryEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBSummaryFwdPrefixes": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFIBSummaryEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "cefFIBSummaryFwdPrefixes": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBSummaryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIBSummaryTable/cefFIBSummaryEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIBSummaryTable-cefFIBSummaryEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIBSummaryTable/cefFIBSummaryEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIBSummaryTable-cefFIBSummaryEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFIBSummaryTable/cefFIBSummaryEntry/cefFIBSummaryFwdPrefixes": {
      "get": {
        "summary": "Get cefFIBSummaryFwdPrefixes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFIBSummaryTable-cefFIBSummaryEntry-cefFIBSummaryFwdPrefixes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBSummaryFwdPrefixes": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBSummaryFwdPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable": {
      "get": {
        "summary": "Get cefPrefixTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefPrefixEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixForwardingInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixHCPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixBytes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixHCBytes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixInternalNRPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixInternalNRHCPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixInternalNRBytes": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cefPrefixInternalNRHCBytes": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cefPrefixExternalNRPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixExternalNRHCPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixExternalNRBytes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixExternalNRHCBytes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPrefixTable": {
                    "cefPrefixEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefPrefixType": "configured-value",
                      "cefPrefixAddr": "configured-value",
                      "cefPrefixLen": "configured-value",
                      "cefPrefixForwardingInfo": "configured-value",
                      "cefPrefixPkts": "configured-value",
                      "cefPrefixHCPkts": "configured-value",
                      "cefPrefixBytes": "configured-value",
                      "cefPrefixHCBytes": "configured-value",
                      "cefPrefixInternalNRPkts": "configured-value",
                      "cefPrefixInternalNRHCPkts": "configured-value",
                      "cefPrefixInternalNRBytes": "1284563200",
                      "cefPrefixInternalNRHCBytes": "1284563200",
                      "cefPrefixExternalNRPkts": "configured-value",
                      "cefPrefixExternalNRHCPkts": "configured-value",
                      "cefPrefixExternalNRBytes": "configured-value",
                      "cefPrefixExternalNRHCBytes": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry": {
      "get": {
        "summary": "Get cefPrefixEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixForwardingInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixHCPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixBytes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixHCBytes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixInternalNRPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixInternalNRHCPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixInternalNRBytes": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cefPrefixInternalNRHCBytes": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cefPrefixExternalNRPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixExternalNRHCPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixExternalNRBytes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixExternalNRHCBytes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPrefixEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefPrefixType": "configured-value",
                    "cefPrefixAddr": "configured-value",
                    "cefPrefixLen": "configured-value",
                    "cefPrefixForwardingInfo": "configured-value",
                    "cefPrefixPkts": "configured-value",
                    "cefPrefixHCPkts": "configured-value",
                    "cefPrefixBytes": "configured-value",
                    "cefPrefixHCBytes": "configured-value",
                    "cefPrefixInternalNRPkts": "configured-value",
                    "cefPrefixInternalNRHCPkts": "configured-value",
                    "cefPrefixInternalNRBytes": "1284563200",
                    "cefPrefixInternalNRHCBytes": "1284563200",
                    "cefPrefixExternalNRPkts": "configured-value",
                    "cefPrefixExternalNRHCPkts": "configured-value",
                    "cefPrefixExternalNRBytes": "configured-value",
                    "cefPrefixExternalNRHCBytes": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixType": {
      "get": {
        "summary": "Get cefPrefixType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixAddr": {
      "get": {
        "summary": "Get cefPrefixAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixLen": {
      "get": {
        "summary": "Get cefPrefixLen",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixLen",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixForwardingInfo": {
      "get": {
        "summary": "Get cefPrefixForwardingInfo",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixForwardingInfo",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixForwardingInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixForwardingInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixPkts": {
      "get": {
        "summary": "Get cefPrefixPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixHCPkts": {
      "get": {
        "summary": "Get cefPrefixHCPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixHCPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixHCPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixHCPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixBytes": {
      "get": {
        "summary": "Get cefPrefixBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixHCBytes": {
      "get": {
        "summary": "Get cefPrefixHCBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixHCBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixHCBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixHCBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixInternalNRPkts": {
      "get": {
        "summary": "Get cefPrefixInternalNRPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixInternalNRPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixInternalNRPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixInternalNRPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixInternalNRHCPkts": {
      "get": {
        "summary": "Get cefPrefixInternalNRHCPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixInternalNRHCPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixInternalNRHCPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixInternalNRHCPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixInternalNRBytes": {
      "get": {
        "summary": "Get cefPrefixInternalNRBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixInternalNRBytes",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPrefixInternalNRBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixInternalNRBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixInternalNRHCBytes": {
      "get": {
        "summary": "Get cefPrefixInternalNRHCBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixInternalNRHCBytes",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPrefixInternalNRHCBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixInternalNRHCBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixExternalNRPkts": {
      "get": {
        "summary": "Get cefPrefixExternalNRPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixExternalNRPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixExternalNRPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixExternalNRPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixExternalNRHCPkts": {
      "get": {
        "summary": "Get cefPrefixExternalNRHCPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixExternalNRHCPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixExternalNRHCPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixExternalNRHCPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixExternalNRBytes": {
      "get": {
        "summary": "Get cefPrefixExternalNRBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixExternalNRBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixExternalNRBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixExternalNRBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPrefixTable/cefPrefixEntry/cefPrefixExternalNRHCBytes": {
      "get": {
        "summary": "Get cefPrefixExternalNRHCBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPrefixTable-cefPrefixEntry-cefPrefixExternalNRHCBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixExternalNRHCBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixExternalNRHCBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable": {
      "get": {
        "summary": "Get cefLMPrefixTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefLMPrefixEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefLMPrefixDestAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefLMPrefixDestAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefLMPrefixState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefLMPrefixAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefLMPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefLMPrefixRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefLMPrefixTable": {
                    "cefLMPrefixEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefLMPrefixDestAddrType": "configured-value",
                      "cefLMPrefixDestAddr": "configured-value",
                      "cefLMPrefixState": "active",
                      "cefLMPrefixAddr": "configured-value",
                      "cefLMPrefixLen": "configured-value",
                      "cefLMPrefixRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry": {
      "get": {
        "summary": "Get cefLMPrefixEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefLMPrefixDestAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefLMPrefixDestAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefLMPrefixState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefLMPrefixAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefLMPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefLMPrefixRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefLMPrefixEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefLMPrefixDestAddrType": "configured-value",
                    "cefLMPrefixDestAddr": "configured-value",
                    "cefLMPrefixState": "active",
                    "cefLMPrefixAddr": "configured-value",
                    "cefLMPrefixLen": "configured-value",
                    "cefLMPrefixRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixDestAddrType": {
      "get": {
        "summary": "Get cefLMPrefixDestAddrType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixDestAddrType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixDestAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixDestAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixDestAddr": {
      "get": {
        "summary": "Get cefLMPrefixDestAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixDestAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixDestAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixDestAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixState": {
      "get": {
        "summary": "Get cefLMPrefixState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixAddr": {
      "get": {
        "summary": "Get cefLMPrefixAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixLen": {
      "get": {
        "summary": "Get cefLMPrefixLen",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixLen",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefLMPrefixTable/cefLMPrefixEntry/cefLMPrefixRowStatus": {
      "get": {
        "summary": "Get cefLMPrefixRowStatus",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefLMPrefixTable-cefLMPrefixEntry-cefLMPrefixRowStatus",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefLMPrefixRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefLMPrefixRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable": {
      "get": {
        "summary": "Get cefPathTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefPathEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPathId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cefPathType": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "cefPathInterface": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "cefPathNextHopAddr": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "cefPathRecurseVrfName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPathTable": {
                    "cefPathEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefPrefixType": "configured-value",
                      "cefPrefixAddr": "configured-value",
                      "cefPrefixLen": "configured-value",
                      "cefPathId": 1,
                      "cefPathType": "/data/example",
                      "cefPathInterface": "/data/example",
                      "cefPathNextHopAddr": "/data/example",
                      "cefPathRecurseVrfName": "example-1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry": {
      "get": {
        "summary": "Get cefPathEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPathId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cefPathType": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "cefPathInterface": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "cefPathNextHopAddr": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "cefPathRecurseVrfName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPathEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefPrefixType": "configured-value",
                    "cefPrefixAddr": "configured-value",
                    "cefPrefixLen": "configured-value",
                    "cefPathId": 1,
                    "cefPathType": "/data/example",
                    "cefPathInterface": "/data/example",
                    "cefPathNextHopAddr": "/data/example",
                    "cefPathRecurseVrfName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPrefixType": {
      "get": {
        "summary": "Get cefPrefixType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPrefixType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPrefixAddr": {
      "get": {
        "summary": "Get cefPrefixAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPrefixAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPrefixLen": {
      "get": {
        "summary": "Get cefPrefixLen",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPrefixLen",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPathId": {
      "get": {
        "summary": "Get cefPathId",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPathId",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPathId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPathType": {
      "get": {
        "summary": "Get cefPathType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPathType",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPathType": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPathInterface": {
      "get": {
        "summary": "Get cefPathInterface",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPathInterface",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPathInterface": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPathNextHopAddr": {
      "get": {
        "summary": "Get cefPathNextHopAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPathNextHopAddr",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPathNextHopAddr": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathNextHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPathTable/cefPathEntry/cefPathRecurseVrfName": {
      "get": {
        "summary": "Get cefPathRecurseVrfName",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPathTable-cefPathEntry-cefPathRecurseVrfName",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPathRecurseVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPathRecurseVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable": {
      "get": {
        "summary": "Get cefAdjSummaryTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefAdjSummaryEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjSummaryLinkType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjSummaryComplete": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefAdjSummaryIncomplete": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefAdjSummaryFixup": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefAdjSummaryRedirect": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefAdjSummaryTable": {
                    "cefAdjSummaryEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefAdjSummaryLinkType": "configured-value",
                      "cefAdjSummaryComplete": 1,
                      "cefAdjSummaryIncomplete": 1,
                      "cefAdjSummaryFixup": 1,
                      "cefAdjSummaryRedirect": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry": {
      "get": {
        "summary": "Get cefAdjSummaryEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjSummaryLinkType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjSummaryComplete": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefAdjSummaryIncomplete": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefAdjSummaryFixup": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefAdjSummaryRedirect": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefAdjSummaryEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefAdjSummaryLinkType": "configured-value",
                    "cefAdjSummaryComplete": 1,
                    "cefAdjSummaryIncomplete": 1,
                    "cefAdjSummaryFixup": 1,
                    "cefAdjSummaryRedirect": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/cefAdjSummaryLinkType": {
      "get": {
        "summary": "Get cefAdjSummaryLinkType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-cefAdjSummaryLinkType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryLinkType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryLinkType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/cefAdjSummaryComplete": {
      "get": {
        "summary": "Get cefAdjSummaryComplete",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-cefAdjSummaryComplete",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryComplete": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryComplete from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/cefAdjSummaryIncomplete": {
      "get": {
        "summary": "Get cefAdjSummaryIncomplete",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-cefAdjSummaryIncomplete",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryIncomplete": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryIncomplete from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/cefAdjSummaryFixup": {
      "get": {
        "summary": "Get cefAdjSummaryFixup",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-cefAdjSummaryFixup",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryFixup": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryFixup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjSummaryTable/cefAdjSummaryEntry/cefAdjSummaryRedirect": {
      "get": {
        "summary": "Get cefAdjSummaryRedirect",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjSummaryTable-cefAdjSummaryEntry-cefAdjSummaryRedirect",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryRedirect": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryRedirect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable": {
      "get": {
        "summary": "Get cefAdjTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefAdjEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjSummaryLinkType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjNextHopAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjNextHopAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjConnId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefAdjSource": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjEncap": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjFixup": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjMTU": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefAdjForwardingInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjHCPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjBytes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefAdjHCBytes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefAdjTable": {
                    "cefAdjEntry": {
                      "entPhysicalIndex": "configured-value",
                      "ifIndex": "configured-value",
                      "cefAdjSummaryLinkType": "configured-value",
                      "cefAdjNextHopAddrType": "configured-value",
                      "cefAdjNextHopAddr": "configured-value",
                      "cefAdjConnId": 1,
                      "cefAdjSource": "configured-value",
                      "cefAdjEncap": "configured-value",
                      "cefAdjFixup": "configured-value",
                      "cefAdjMTU": 1,
                      "cefAdjForwardingInfo": "configured-value",
                      "cefAdjPkts": "configured-value",
                      "cefAdjHCPkts": "configured-value",
                      "cefAdjBytes": "configured-value",
                      "cefAdjHCBytes": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry": {
      "get": {
        "summary": "Get cefAdjEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjSummaryLinkType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjNextHopAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjNextHopAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjConnId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefAdjSource": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjEncap": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjFixup": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjMTU": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefAdjForwardingInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjHCPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjBytes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefAdjHCBytes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefAdjEntry": {
                    "entPhysicalIndex": "configured-value",
                    "ifIndex": "configured-value",
                    "cefAdjSummaryLinkType": "configured-value",
                    "cefAdjNextHopAddrType": "configured-value",
                    "cefAdjNextHopAddr": "configured-value",
                    "cefAdjConnId": 1,
                    "cefAdjSource": "configured-value",
                    "cefAdjEncap": "configured-value",
                    "cefAdjFixup": "configured-value",
                    "cefAdjMTU": 1,
                    "cefAdjForwardingInfo": "configured-value",
                    "cefAdjPkts": "configured-value",
                    "cefAdjHCPkts": "configured-value",
                    "cefAdjBytes": "configured-value",
                    "cefAdjHCBytes": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-ifIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjSummaryLinkType": {
      "get": {
        "summary": "Get cefAdjSummaryLinkType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjSummaryLinkType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSummaryLinkType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSummaryLinkType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjNextHopAddrType": {
      "get": {
        "summary": "Get cefAdjNextHopAddrType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjNextHopAddrType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjNextHopAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjNextHopAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjNextHopAddr": {
      "get": {
        "summary": "Get cefAdjNextHopAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjNextHopAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjNextHopAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjNextHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjConnId": {
      "get": {
        "summary": "Get cefAdjConnId",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjConnId",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjConnId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjConnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjSource": {
      "get": {
        "summary": "Get cefAdjSource",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjSource",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjEncap": {
      "get": {
        "summary": "Get cefAdjEncap",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjEncap",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjEncap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjEncap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjFixup": {
      "get": {
        "summary": "Get cefAdjFixup",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjFixup",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjFixup": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjFixup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjMTU": {
      "get": {
        "summary": "Get cefAdjMTU",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjMTU",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjMTU": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjMTU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjForwardingInfo": {
      "get": {
        "summary": "Get cefAdjForwardingInfo",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjForwardingInfo",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjForwardingInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjForwardingInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjPkts": {
      "get": {
        "summary": "Get cefAdjPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjHCPkts": {
      "get": {
        "summary": "Get cefAdjHCPkts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjHCPkts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjHCPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjHCPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjBytes": {
      "get": {
        "summary": "Get cefAdjBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefAdjTable/cefAdjEntry/cefAdjHCBytes": {
      "get": {
        "summary": "Get cefAdjHCBytes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefAdjTable-cefAdjEntry-cefAdjHCBytes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefAdjHCBytes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefAdjHCBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable": {
      "get": {
        "summary": "Get cefFESelectionTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefFESelectionEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionName": {
                          "type": "string",
                          "format": "byte",
                          "example": "example-1"
                        },
                        "cefFESelectionId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cefFESelectionSpecial": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionLabels": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionAdjLinkType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionAdjInterface": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionAdjNextHopAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionAdjNextHopAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFESelectionAdjConnId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefFESelectionVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cefFESelectionWeight": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFESelectionTable": {
                    "cefFESelectionEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFESelectionName": "QmFzZTY0",
                      "cefFESelectionId": 1,
                      "cefFESelectionSpecial": "configured-value",
                      "cefFESelectionLabels": "configured-value",
                      "cefFESelectionAdjLinkType": "configured-value",
                      "cefFESelectionAdjInterface": "configured-value",
                      "cefFESelectionAdjNextHopAddrType": "configured-value",
                      "cefFESelectionAdjNextHopAddr": "configured-value",
                      "cefFESelectionAdjConnId": 1,
                      "cefFESelectionVrfName": "example-1",
                      "cefFESelectionWeight": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry": {
      "get": {
        "summary": "Get cefFESelectionEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionName": {
                      "type": "string",
                      "format": "byte",
                      "example": "example-1"
                    },
                    "cefFESelectionId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cefFESelectionSpecial": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionLabels": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionAdjLinkType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionAdjInterface": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionAdjNextHopAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionAdjNextHopAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFESelectionAdjConnId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefFESelectionVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cefFESelectionWeight": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFESelectionEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFESelectionName": "QmFzZTY0",
                    "cefFESelectionId": 1,
                    "cefFESelectionSpecial": "configured-value",
                    "cefFESelectionLabels": "configured-value",
                    "cefFESelectionAdjLinkType": "configured-value",
                    "cefFESelectionAdjInterface": "configured-value",
                    "cefFESelectionAdjNextHopAddrType": "configured-value",
                    "cefFESelectionAdjNextHopAddr": "configured-value",
                    "cefFESelectionAdjConnId": 1,
                    "cefFESelectionVrfName": "example-1",
                    "cefFESelectionWeight": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionName": {
      "get": {
        "summary": "Get cefFESelectionName",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionName",
        "tags": [
          "CISCO-CEF-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": "example-1"
                },
                "example": {
                  "CISCO-CEF-MIB:cefFESelectionName": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionId": {
      "get": {
        "summary": "Get cefFESelectionId",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionId",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionSpecial": {
      "get": {
        "summary": "Get cefFESelectionSpecial",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionSpecial",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionSpecial": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionSpecial from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionLabels": {
      "get": {
        "summary": "Get cefFESelectionLabels",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionLabels",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionLabels": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionLabels from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionAdjLinkType": {
      "get": {
        "summary": "Get cefFESelectionAdjLinkType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionAdjLinkType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionAdjLinkType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionAdjLinkType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionAdjInterface": {
      "get": {
        "summary": "Get cefFESelectionAdjInterface",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionAdjInterface",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionAdjInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionAdjInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionAdjNextHopAddrType": {
      "get": {
        "summary": "Get cefFESelectionAdjNextHopAddrType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionAdjNextHopAddrType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionAdjNextHopAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionAdjNextHopAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionAdjNextHopAddr": {
      "get": {
        "summary": "Get cefFESelectionAdjNextHopAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionAdjNextHopAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionAdjNextHopAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionAdjNextHopAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionAdjConnId": {
      "get": {
        "summary": "Get cefFESelectionAdjConnId",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionAdjConnId",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionAdjConnId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionAdjConnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionVrfName": {
      "get": {
        "summary": "Get cefFESelectionVrfName",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionVrfName",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefFESelectionTable/cefFESelectionEntry/cefFESelectionWeight": {
      "get": {
        "summary": "Get cefFESelectionWeight",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefFESelectionTable-cefFESelectionEntry-cefFESelectionWeight",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFESelectionWeight": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFESelectionWeight from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable": {
      "get": {
        "summary": "Get cefCfgTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefCfgEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCfgAdminState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefCfgOperState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefCfgDistributionAdminState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefCfgDistributionOperState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefCfgAccountingMap": {
                          "type": "string",
                          "example": "10"
                        },
                        "cefCfgLoadSharingAlgorithm": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCfgLoadSharingID": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefCfgTrafficStatsLoadInterval": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefCfgTrafficStatsUpdateRate": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCfgTable": {
                    "cefCfgEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "cefCfgAdminState": "active",
                      "cefCfgOperState": "active",
                      "cefCfgDistributionAdminState": "active",
                      "cefCfgDistributionOperState": "active",
                      "cefCfgAccountingMap": "",
                      "cefCfgLoadSharingAlgorithm": "default",
                      "cefCfgLoadSharingID": 1,
                      "cefCfgTrafficStatsLoadInterval": 1,
                      "cefCfgTrafficStatsUpdateRate": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry": {
      "get": {
        "summary": "Get cefCfgEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCfgAdminState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefCfgOperState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefCfgDistributionAdminState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefCfgDistributionOperState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefCfgAccountingMap": {
                      "type": "string",
                      "example": "10"
                    },
                    "cefCfgLoadSharingAlgorithm": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCfgLoadSharingID": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefCfgTrafficStatsLoadInterval": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefCfgTrafficStatsUpdateRate": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCfgEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "cefCfgAdminState": "active",
                    "cefCfgOperState": "active",
                    "cefCfgDistributionAdminState": "active",
                    "cefCfgDistributionOperState": "active",
                    "cefCfgAccountingMap": "",
                    "cefCfgLoadSharingAlgorithm": "default",
                    "cefCfgLoadSharingID": 1,
                    "cefCfgTrafficStatsLoadInterval": 1,
                    "cefCfgTrafficStatsUpdateRate": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgAdminState": {
      "get": {
        "summary": "Get cefCfgAdminState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgAdminState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgOperState": {
      "get": {
        "summary": "Get cefCfgOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgOperState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgDistributionAdminState": {
      "get": {
        "summary": "Get cefCfgDistributionAdminState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgDistributionAdminState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgDistributionAdminState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgDistributionAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgDistributionOperState": {
      "get": {
        "summary": "Get cefCfgDistributionOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgDistributionOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgDistributionOperState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgDistributionOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgAccountingMap": {
      "get": {
        "summary": "Get cefCfgAccountingMap",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgAccountingMap",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgAccountingMap": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgAccountingMap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgLoadSharingAlgorithm": {
      "get": {
        "summary": "Get cefCfgLoadSharingAlgorithm",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgLoadSharingAlgorithm",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgLoadSharingAlgorithm": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgLoadSharingAlgorithm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgLoadSharingID": {
      "get": {
        "summary": "Get cefCfgLoadSharingID",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgLoadSharingID",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgLoadSharingID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgLoadSharingID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgTrafficStatsLoadInterval": {
      "get": {
        "summary": "Get cefCfgTrafficStatsLoadInterval",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgTrafficStatsLoadInterval",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgTrafficStatsLoadInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgTrafficStatsLoadInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCfgTable/cefCfgEntry/cefCfgTrafficStatsUpdateRate": {
      "get": {
        "summary": "Get cefCfgTrafficStatsUpdateRate",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCfgTable-cefCfgEntry-cefCfgTrafficStatsUpdateRate",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCfgTrafficStatsUpdateRate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCfgTrafficStatsUpdateRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefResourceTable": {
      "get": {
        "summary": "Get cefResourceTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefResourceTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefResourceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefResourceMemoryUsed": {
                            "type": "string",
                            "example": "921600000"
                          },
                          "cefResourceFailureReason": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefResourceTable": {
                    "cefResourceEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefResourceMemoryUsed": "921600000",
                        "cefResourceFailureReason": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefResourceTable/cefResourceEntry": {
      "get": {
        "summary": "Get cefResourceEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefResourceTable-cefResourceEntry",
        "tags": [
          "CISCO-CEF-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefResourceMemoryUsed": {
                        "type": "string",
                        "example": "921600000"
                      },
                      "cefResourceFailureReason": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefResourceEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefResourceMemoryUsed": "921600000",
                      "cefResourceFailureReason": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefResourceTable/cefResourceEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefResourceTable-cefResourceEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefResourceTable/cefResourceEntry/cefResourceMemoryUsed": {
      "get": {
        "summary": "Get cefResourceMemoryUsed",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefResourceTable-cefResourceEntry-cefResourceMemoryUsed",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "921600000"
                },
                "example": {
                  "CISCO-CEF-MIB:cefResourceMemoryUsed": "921600000"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceMemoryUsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefResourceTable/cefResourceEntry/cefResourceFailureReason": {
      "get": {
        "summary": "Get cefResourceFailureReason",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefResourceTable-cefResourceEntry-cefResourceFailureReason",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefResourceFailureReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceFailureReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable": {
      "get": {
        "summary": "Get cefIntTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefIntEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefIntSwitchingState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefIntLoadSharing": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefIntNonrecursiveAccouting": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefIntTable": {
                    "cefIntEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "ifIndex": "configured-value",
                      "cefIntSwitchingState": "default",
                      "cefIntLoadSharing": "default",
                      "cefIntNonrecursiveAccouting": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefIntTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry": {
      "get": {
        "summary": "Get cefIntEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefIntSwitchingState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefIntLoadSharing": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefIntNonrecursiveAccouting": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefIntEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "ifIndex": "configured-value",
                    "cefIntSwitchingState": "default",
                    "cefIntLoadSharing": "default",
                    "cefIntNonrecursiveAccouting": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefIntEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-ifIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/cefIntSwitchingState": {
      "get": {
        "summary": "Get cefIntSwitchingState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-cefIntSwitchingState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefIntSwitchingState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefIntSwitchingState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/cefIntLoadSharing": {
      "get": {
        "summary": "Get cefIntLoadSharing",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-cefIntLoadSharing",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefIntLoadSharing": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefIntLoadSharing from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefIntTable/cefIntEntry/cefIntNonrecursiveAccouting": {
      "get": {
        "summary": "Get cefIntNonrecursiveAccouting",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefIntTable-cefIntEntry-cefIntNonrecursiveAccouting",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefIntNonrecursiveAccouting": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefIntNonrecursiveAccouting from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable": {
      "get": {
        "summary": "Get cefPeerTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefPeerEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPeerPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPeerOperState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cefPeerNumberOfResets": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPeerTable": {
                    "cefPeerEntry": {
                      "entPhysicalIndex": "configured-value",
                      "entPeerPhysicalIndex": "configured-value",
                      "cefPeerOperState": "default",
                      "cefPeerNumberOfResets": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable/cefPeerEntry": {
      "get": {
        "summary": "Get cefPeerEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable-cefPeerEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entPeerPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPeerOperState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cefPeerNumberOfResets": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPeerEntry": {
                    "entPhysicalIndex": "configured-value",
                    "entPeerPhysicalIndex": "configured-value",
                    "cefPeerOperState": "default",
                    "cefPeerNumberOfResets": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable/cefPeerEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable-cefPeerEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable/cefPeerEntry/entPeerPhysicalIndex": {
      "get": {
        "summary": "Get entPeerPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable-cefPeerEntry-entPeerPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPeerPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPeerPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable/cefPeerEntry/cefPeerOperState": {
      "get": {
        "summary": "Get cefPeerOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable-cefPeerEntry-cefPeerOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerOperState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerTable/cefPeerEntry/cefPeerNumberOfResets": {
      "get": {
        "summary": "Get cefPeerNumberOfResets",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerTable-cefPeerEntry-cefPeerNumberOfResets",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerNumberOfResets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerNumberOfResets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable": {
      "get": {
        "summary": "Get cefPeerFIBTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefPeerFIBEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPeerPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefPeerFIBOperState": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPeerFIBTable": {
                    "cefPeerFIBEntry": {
                      "entPhysicalIndex": "configured-value",
                      "entPeerPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "cefPeerFIBOperState": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerFIBTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable/cefPeerFIBEntry": {
      "get": {
        "summary": "Get cefPeerFIBEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable-cefPeerFIBEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entPeerPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefPeerFIBOperState": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefPeerFIBEntry": {
                    "entPhysicalIndex": "configured-value",
                    "entPeerPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "cefPeerFIBOperState": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerFIBEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable/cefPeerFIBEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable-cefPeerFIBEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable/cefPeerFIBEntry/entPeerPhysicalIndex": {
      "get": {
        "summary": "Get entPeerPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable-cefPeerFIBEntry-entPeerPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPeerPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPeerPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable/cefPeerFIBEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable-cefPeerFIBEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefPeerFIBTable/cefPeerFIBEntry/cefPeerFIBOperState": {
      "get": {
        "summary": "Get cefPeerFIBOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefPeerFIBTable-cefPeerFIBEntry-cefPeerFIBOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerFIBOperState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerFIBOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable": {
      "get": {
        "summary": "Get cefCCGlobalTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefCCGlobalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cefFIBIpVersion": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefCCGlobalAutoRepairEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "cefCCGlobalAutoRepairDelay": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cefCCGlobalAutoRepairHoldDown": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cefCCGlobalErrorMsgEnabled": {
                            "type": "boolean",
                            "example": false
                          },
                          "cefCCGlobalFullScanAction": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefCCGlobalFullScanStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCCGlobalTable": {
                    "cefCCGlobalEntry": [
                      {
                        "cefFIBIpVersion": "configured-value",
                        "cefCCGlobalAutoRepairEnabled": true,
                        "cefCCGlobalAutoRepairDelay": 1,
                        "cefCCGlobalAutoRepairHoldDown": 1,
                        "cefCCGlobalErrorMsgEnabled": true,
                        "cefCCGlobalFullScanAction": "configured-value",
                        "cefCCGlobalFullScanStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry": {
      "get": {
        "summary": "Get cefCCGlobalEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry",
        "tags": [
          "CISCO-CEF-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": {
                      "cefFIBIpVersion": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefCCGlobalAutoRepairEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "cefCCGlobalAutoRepairDelay": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cefCCGlobalAutoRepairHoldDown": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cefCCGlobalErrorMsgEnabled": {
                        "type": "boolean",
                        "example": false
                      },
                      "cefCCGlobalFullScanAction": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefCCGlobalFullScanStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCCGlobalEntry": [
                    {
                      "cefFIBIpVersion": "configured-value",
                      "cefCCGlobalAutoRepairEnabled": true,
                      "cefCCGlobalAutoRepairDelay": 1,
                      "cefCCGlobalAutoRepairHoldDown": 1,
                      "cefCCGlobalErrorMsgEnabled": true,
                      "cefCCGlobalFullScanAction": "configured-value",
                      "cefCCGlobalFullScanStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalAutoRepairEnabled": {
      "get": {
        "summary": "Get cefCCGlobalAutoRepairEnabled",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalAutoRepairEnabled",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCGlobalAutoRepairEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalAutoRepairEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalAutoRepairDelay": {
      "get": {
        "summary": "Get cefCCGlobalAutoRepairDelay",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalAutoRepairDelay",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCGlobalAutoRepairDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalAutoRepairDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalAutoRepairHoldDown": {
      "get": {
        "summary": "Get cefCCGlobalAutoRepairHoldDown",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalAutoRepairHoldDown",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCGlobalAutoRepairHoldDown": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalAutoRepairHoldDown from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalErrorMsgEnabled": {
      "get": {
        "summary": "Get cefCCGlobalErrorMsgEnabled",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalErrorMsgEnabled",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": false
                },
                "example": {
                  "CISCO-CEF-MIB:cefCCGlobalErrorMsgEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalErrorMsgEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalFullScanAction": {
      "get": {
        "summary": "Get cefCCGlobalFullScanAction",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalFullScanAction",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCGlobalFullScanAction": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalFullScanAction from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCGlobalTable/cefCCGlobalEntry/cefCCGlobalFullScanStatus": {
      "get": {
        "summary": "Get cefCCGlobalFullScanStatus",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCGlobalTable-cefCCGlobalEntry-cefCCGlobalFullScanStatus",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCGlobalFullScanStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCGlobalFullScanStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable": {
      "get": {
        "summary": "Get cefCCTypeTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefCCTypeEntry": {
                      "type": "object",
                      "properties": {
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCCType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCCEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cefCCCount": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "cefCCPeriod": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefCCQueriesSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCCQueriesIgnored": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCCQueriesChecked": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefCCQueriesIterated": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCCTypeTable": {
                    "cefCCTypeEntry": {
                      "cefFIBIpVersion": "configured-value",
                      "cefCCType": "configured-value",
                      "cefCCEnabled": true,
                      "cefCCCount": 10,
                      "cefCCPeriod": 1,
                      "cefCCQueriesSent": "configured-value",
                      "cefCCQueriesIgnored": "configured-value",
                      "cefCCQueriesChecked": "configured-value",
                      "cefCCQueriesIterated": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCTypeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry": {
      "get": {
        "summary": "Get cefCCTypeEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCCType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCCEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cefCCCount": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "cefCCPeriod": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefCCQueriesSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCCQueriesIgnored": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCCQueriesChecked": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefCCQueriesIterated": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefCCTypeEntry": {
                    "cefFIBIpVersion": "configured-value",
                    "cefCCType": "configured-value",
                    "cefCCEnabled": true,
                    "cefCCCount": 10,
                    "cefCCPeriod": 1,
                    "cefCCQueriesSent": "configured-value",
                    "cefCCQueriesIgnored": "configured-value",
                    "cefCCQueriesChecked": "configured-value",
                    "cefCCQueriesIterated": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCTypeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCType": {
      "get": {
        "summary": "Get cefCCType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCEnabled": {
      "get": {
        "summary": "Get cefCCEnabled",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCEnabled",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCCount": {
      "get": {
        "summary": "Get cefCCCount",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCCount",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCPeriod": {
      "get": {
        "summary": "Get cefCCPeriod",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCPeriod",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCPeriod": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCPeriod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCQueriesSent": {
      "get": {
        "summary": "Get cefCCQueriesSent",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCQueriesSent",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCQueriesSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCQueriesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCQueriesIgnored": {
      "get": {
        "summary": "Get cefCCQueriesIgnored",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCQueriesIgnored",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCQueriesIgnored": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCQueriesIgnored from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCQueriesChecked": {
      "get": {
        "summary": "Get cefCCQueriesChecked",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCQueriesChecked",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCQueriesChecked": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCQueriesChecked from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefCCTypeTable/cefCCTypeEntry/cefCCQueriesIterated": {
      "get": {
        "summary": "Get cefCCQueriesIterated",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefCCTypeTable-cefCCTypeEntry-cefCCQueriesIterated",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefCCQueriesIterated": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefCCQueriesIterated from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable": {
      "get": {
        "summary": "Get cefInconsistencyRecordTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefInconsistencyRecordEntry": {
                      "type": "object",
                      "properties": {
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyRecId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cefInconsistencyPrefixType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyPrefixAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cefInconsistencyCCType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyEntity": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefInconsistencyReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefInconsistencyRecordTable": {
                    "cefInconsistencyRecordEntry": {
                      "cefFIBIpVersion": "configured-value",
                      "cefInconsistencyRecId": 1,
                      "cefInconsistencyPrefixType": "configured-value",
                      "cefInconsistencyPrefixAddr": "configured-value",
                      "cefInconsistencyPrefixLen": "configured-value",
                      "cefInconsistencyVrfName": "example-1",
                      "cefInconsistencyCCType": "configured-value",
                      "cefInconsistencyEntity": "configured-value",
                      "cefInconsistencyReason": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyRecordTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry": {
      "get": {
        "summary": "Get cefInconsistencyRecordEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyRecId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cefInconsistencyPrefixType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyPrefixAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cefInconsistencyCCType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyEntity": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefInconsistencyReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefInconsistencyRecordEntry": {
                    "cefFIBIpVersion": "configured-value",
                    "cefInconsistencyRecId": 1,
                    "cefInconsistencyPrefixType": "configured-value",
                    "cefInconsistencyPrefixAddr": "configured-value",
                    "cefInconsistencyPrefixLen": "configured-value",
                    "cefInconsistencyVrfName": "example-1",
                    "cefInconsistencyCCType": "configured-value",
                    "cefInconsistencyEntity": "configured-value",
                    "cefInconsistencyReason": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyRecordEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyRecId": {
      "get": {
        "summary": "Get cefInconsistencyRecId",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyRecId",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyRecId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyRecId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyPrefixType": {
      "get": {
        "summary": "Get cefInconsistencyPrefixType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyPrefixType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyPrefixType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyPrefixType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyPrefixAddr": {
      "get": {
        "summary": "Get cefInconsistencyPrefixAddr",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyPrefixAddr",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyPrefixAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyPrefixAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyPrefixLen": {
      "get": {
        "summary": "Get cefInconsistencyPrefixLen",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyPrefixLen",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyVrfName": {
      "get": {
        "summary": "Get cefInconsistencyVrfName",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyVrfName",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyCCType": {
      "get": {
        "summary": "Get cefInconsistencyCCType",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyCCType",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyCCType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyCCType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyEntity": {
      "get": {
        "summary": "Get cefInconsistencyEntity",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyEntity",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyEntity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyEntity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefInconsistencyRecordTable/cefInconsistencyRecordEntry/cefInconsistencyReason": {
      "get": {
        "summary": "Get cefInconsistencyReason",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefInconsistencyRecordTable-cefInconsistencyRecordEntry-cefInconsistencyReason",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefInconsistencyReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefInconsistencyReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable": {
      "get": {
        "summary": "Get cefStatsPrefixLenTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefStatsPrefixLenEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixQueries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixHCQueries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixInserts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixHCInserts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixDeletes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixHCDeletes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixElements": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefStatsPrefixHCElements": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefStatsPrefixLenTable": {
                    "cefStatsPrefixLenEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "cefStatsPrefixLen": "configured-value",
                      "cefStatsPrefixQueries": "configured-value",
                      "cefStatsPrefixHCQueries": "configured-value",
                      "cefStatsPrefixInserts": "configured-value",
                      "cefStatsPrefixHCInserts": "configured-value",
                      "cefStatsPrefixDeletes": "configured-value",
                      "cefStatsPrefixHCDeletes": "configured-value",
                      "cefStatsPrefixElements": "configured-value",
                      "cefStatsPrefixHCElements": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixLenTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry": {
      "get": {
        "summary": "Get cefStatsPrefixLenEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixQueries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixHCQueries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixInserts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixHCInserts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixDeletes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixHCDeletes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixElements": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefStatsPrefixHCElements": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefStatsPrefixLenEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "cefStatsPrefixLen": "configured-value",
                    "cefStatsPrefixQueries": "configured-value",
                    "cefStatsPrefixHCQueries": "configured-value",
                    "cefStatsPrefixInserts": "configured-value",
                    "cefStatsPrefixHCInserts": "configured-value",
                    "cefStatsPrefixDeletes": "configured-value",
                    "cefStatsPrefixHCDeletes": "configured-value",
                    "cefStatsPrefixElements": "configured-value",
                    "cefStatsPrefixHCElements": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixLenEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixLen": {
      "get": {
        "summary": "Get cefStatsPrefixLen",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixLen",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixQueries": {
      "get": {
        "summary": "Get cefStatsPrefixQueries",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixQueries",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixQueries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixQueries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixHCQueries": {
      "get": {
        "summary": "Get cefStatsPrefixHCQueries",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixHCQueries",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixHCQueries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixHCQueries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixInserts": {
      "get": {
        "summary": "Get cefStatsPrefixInserts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixInserts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixHCInserts": {
      "get": {
        "summary": "Get cefStatsPrefixHCInserts",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixHCInserts",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixHCInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixHCInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixDeletes": {
      "get": {
        "summary": "Get cefStatsPrefixDeletes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixDeletes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixHCDeletes": {
      "get": {
        "summary": "Get cefStatsPrefixHCDeletes",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixHCDeletes",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixHCDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixHCDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixElements": {
      "get": {
        "summary": "Get cefStatsPrefixElements",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixElements",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixElements": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixElements from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefStatsPrefixLenTable/cefStatsPrefixLenEntry/cefStatsPrefixHCElements": {
      "get": {
        "summary": "Get cefStatsPrefixHCElements",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefStatsPrefixLenTable-cefStatsPrefixLenEntry-cefStatsPrefixHCElements",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefStatsPrefixHCElements": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefStatsPrefixHCElements from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable": {
      "get": {
        "summary": "Get cefSwitchingStatsTable",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefSwitchingStatsEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefFIBIpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefSwitchingIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "cefSwitchingPath": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        },
                        "cefSwitchingDrop": {
                          "type": "string",
                          "example": "0"
                        },
                        "cefSwitchingHCDrop": {
                          "type": "string",
                          "example": "0"
                        },
                        "cefSwitchingPunt": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefSwitchingHCPunt": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefSwitchingPunt2Host": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefSwitchingHCPunt2Host": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "entLastInconsistencyDetectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefSwitchingStatsTable": {
                    "cefSwitchingStatsEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefFIBIpVersion": "configured-value",
                      "cefSwitchingIndex": 1,
                      "cefSwitchingPath": "QmFzZTY0",
                      "cefSwitchingDrop": "0",
                      "cefSwitchingHCDrop": "0",
                      "cefSwitchingPunt": "configured-value",
                      "cefSwitchingHCPunt": "configured-value",
                      "cefSwitchingPunt2Host": "configured-value",
                      "cefSwitchingHCPunt2Host": "configured-value"
                    },
                    "object-1": {
                      "entLastInconsistencyDetectTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry": {
      "get": {
        "summary": "Get cefSwitchingStatsEntry",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefFIBIpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefSwitchingIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "cefSwitchingPath": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    },
                    "cefSwitchingDrop": {
                      "type": "string",
                      "example": "0"
                    },
                    "cefSwitchingHCDrop": {
                      "type": "string",
                      "example": "0"
                    },
                    "cefSwitchingPunt": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefSwitchingHCPunt": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefSwitchingPunt2Host": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefSwitchingHCPunt2Host": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:cefSwitchingStatsEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefFIBIpVersion": "configured-value",
                    "cefSwitchingIndex": 1,
                    "cefSwitchingPath": "QmFzZTY0",
                    "cefSwitchingDrop": "0",
                    "cefSwitchingHCDrop": "0",
                    "cefSwitchingPunt": "configured-value",
                    "cefSwitchingHCPunt": "configured-value",
                    "cefSwitchingPunt2Host": "configured-value",
                    "cefSwitchingHCPunt2Host": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingIndex": {
      "get": {
        "summary": "Get cefSwitchingIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingPath": {
      "get": {
        "summary": "Get cefSwitchingPath",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingPath",
        "tags": [
          "CISCO-CEF-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": "/data/example"
                },
                "example": {
                  "CISCO-CEF-MIB:cefSwitchingPath": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingPath from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingDrop": {
      "get": {
        "summary": "Get cefSwitchingDrop",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingDrop",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingDrop": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingDrop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingHCDrop": {
      "get": {
        "summary": "Get cefSwitchingHCDrop",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingHCDrop",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingHCDrop": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingHCDrop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingPunt": {
      "get": {
        "summary": "Get cefSwitchingPunt",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingPunt",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingPunt": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingPunt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingHCPunt": {
      "get": {
        "summary": "Get cefSwitchingHCPunt",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingHCPunt",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingHCPunt": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingHCPunt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingPunt2Host": {
      "get": {
        "summary": "Get cefSwitchingPunt2Host",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingPunt2Host",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingPunt2Host": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingPunt2Host from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/cefSwitchingStatsEntry/cefSwitchingHCPunt2Host": {
      "get": {
        "summary": "Get cefSwitchingHCPunt2Host",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-cefSwitchingStatsEntry-cefSwitchingHCPunt2Host",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefSwitchingHCPunt2Host": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefSwitchingHCPunt2Host from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1",
        "tags": [
          "CISCO-CEF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefResourceFailureReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-CEF-MIB:object-1": {
                    "entPhysicalIndex": "configured-value",
                    "cefResourceFailureReason": "configured-value"
                  }
                }
              }
            }
          },
          "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-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-entPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/cefResourceFailureReason": {
      "get": {
        "summary": "Get cefResourceFailureReason",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-cefResourceFailureReason",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefResourceFailureReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefResourceFailureReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/entPeerPhysicalIndex": {
      "get": {
        "summary": "Get entPeerPhysicalIndex",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-entPeerPhysicalIndex",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entPeerPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPeerPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/cefPeerOperState": {
      "get": {
        "summary": "Get cefPeerOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-cefPeerOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerOperState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/cefFIBIpVersion": {
      "get": {
        "summary": "Get cefFIBIpVersion",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-cefFIBIpVersion",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefFIBIpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefFIBIpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/cefPeerFIBOperState": {
      "get": {
        "summary": "Get cefPeerFIBOperState",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-cefPeerFIBOperState",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:cefPeerFIBOperState": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefPeerFIBOperState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-CEF-MIB:CISCO-CEF-MIB/cefSwitchingStatsTable/object-1/entLastInconsistencyDetectTime": {
      "get": {
        "summary": "Get entLastInconsistencyDetectTime",
        "operationId": "get-CISCO-CEF-MIB:CISCO-CEF-MIB-cefSwitchingStatsTable-object-1-entLastInconsistencyDetectTime",
        "tags": [
          "CISCO-CEF-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-CEF-MIB:entLastInconsistencyDetectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLastInconsistencyDetectTime 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": []
    }
  ]
}
