{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IF-EXTENSION-MIB",
    "description": "MIB data from `CISCO-IF-EXTENSION-MIB` module.\n\n**Root containers:** 1 (CISCO-IF-EXTENSION-MIB)\n**Paths:** 107 | **Descendants:** 130\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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB": {
      "get": {
        "summary": "Get CISCO-IF-EXTENSION-MIB",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoIfExtSystemConfig": {
                      "type": "object",
                      "properties": {
                        "cieSystemMtu": {
                          "type": "integer",
                          "example": 1
                        },
                        "cieDelayedLinkUpDownNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cieDelayedLinkUpDownNotifDelay": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cieIfIndexGlobalPersistence": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieLinkUpDownConfig": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfPacketStatsTable": {
                      "type": "object",
                      "properties": {
                        "cieIfPacketStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfLastInTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cieIfLastOutTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cieIfLastOutHangTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cieIfInRuntsErrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInGiantsErrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInFramingErrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInOverrunErrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInIgnored": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInAbortErrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInputQueueDrops": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfOutputQueueDrops": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfPacketDiscontinuityTime": {
                                "type": "string",
                                "example": "12845632"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "cieIfInterfaceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfResetCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "cieIfKeepAliveEnabled": {
                                "type": "boolean",
                                "example": true
                              },
                              "cieIfStateChangeReason": {
                                "type": "string",
                                "example": "active"
                              },
                              "cieIfCarrierTransitionCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "cieIfInterfaceDiscontinuityTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cieIfDhcpMode": {
                                "type": "boolean",
                                "example": true
                              },
                              "cieIfMtu": {
                                "type": "integer",
                                "example": 1
                              },
                              "cieIfContextName": {
                                "type": "string",
                                "format": "byte",
                                "example": "example-1"
                              },
                              "cieIfOperStatusCause": {
                                "type": "string",
                                "example": "active"
                              },
                              "cieIfOperStatusCauseDescr": {
                                "type": "string",
                                "example": "active"
                              },
                              "cieIfSpeedReceive": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfHighSpeedReceive": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfSharedConfig": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfSpeedGroupConfig": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfTransceiverFrequencyConfig": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfFillPatternConfig": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfIgnoreBitErrorsConfig": {
                                "type": "boolean",
                                "example": false
                              },
                              "cieIfIgnoreInterruptThresholdConfig": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfStatusListTable": {
                      "type": "object",
                      "properties": {
                        "cieIfStatusListEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cieIfStatusListIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cieInterfacesIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cieInterfacesOperMode": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cieInterfacesOperCause": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cieInterfaceOwnershipBitmap": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cieIfVlStatsTable": {
                      "type": "object",
                      "properties": {
                        "cieIfVlStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfNoDropVlInPkts": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfNoDropVlInOctets": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfNoDropVlOutPkts": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfNoDropVlOutOctets": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfDropVlInPkts": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfDropVlInOctets": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfDropVlOutPkts": {
                                "type": "string",
                                "example": "0"
                              },
                              "cieIfDropVlOutOctets": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfIndexPersistenceTable": {
                      "type": "object",
                      "properties": {
                        "cieIfIndexPersistenceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfIndexPersistenceControl": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfDot1qCustomEtherTypeTable": {
                      "type": "object",
                      "properties": {
                        "cieIfDot1qCustomEtherTypeEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfDot1qCustomAdminEtherType": {
                                "type": "integer",
                                "example": 1
                              },
                              "cieIfDot1qCustomOperEtherType": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfUtilTable": {
                      "type": "object",
                      "properties": {
                        "cieIfUtilEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInPktRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInOctetRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfOutPktRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfOutOctetRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfInterval": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfDot1dBaseMappingTable": {
                      "type": "object",
                      "properties": {
                        "cieIfDot1dBaseMappingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cieIfDot1dBaseMappingPort": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cieIfNameMappingTable": {
                      "type": "object",
                      "properties": {
                        "cieIfNameMappingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cieIfName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cieIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "example-1"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifAdminStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifOperStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifName": {
                              "type": "string",
                              "example": "Gi1/0/1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cieIfOperStatusCause": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB": {
                    "ciscoIfExtSystemConfig": {
                      "cieSystemMtu": 1,
                      "cieDelayedLinkUpDownNotifEnable": true,
                      "cieDelayedLinkUpDownNotifDelay": 1,
                      "cieIfIndexGlobalPersistence": "configured-value",
                      "cieLinkUpDownConfig": ""
                    },
                    "cieIfPacketStatsTable": {
                      "cieIfPacketStatsEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfLastInTime": "10:30:45",
                          "cieIfLastOutTime": "10:30:45",
                          "cieIfLastOutHangTime": "10:30:45",
                          "cieIfInRuntsErrs": "configured-value",
                          "cieIfInGiantsErrs": "configured-value",
                          "cieIfInFramingErrs": "configured-value",
                          "cieIfInOverrunErrs": "configured-value",
                          "cieIfInIgnored": "configured-value",
                          "cieIfInAbortErrs": "configured-value",
                          "cieIfInputQueueDrops": "0",
                          "cieIfOutputQueueDrops": "0",
                          "cieIfPacketDiscontinuityTime": "12845632"
                        }
                      ]
                    },
                    "cieIfInterfaceTable": {
                      "cieIfInterfaceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfResetCount": "10",
                          "cieIfKeepAliveEnabled": true,
                          "cieIfStateChangeReason": "active",
                          "cieIfCarrierTransitionCount": "10",
                          "cieIfInterfaceDiscontinuityTime": "10:30:45",
                          "cieIfDhcpMode": true,
                          "cieIfMtu": 1,
                          "cieIfContextName": "QmFzZTY0",
                          "cieIfOperStatusCause": "active",
                          "cieIfOperStatusCauseDescr": "active",
                          "cieIfSpeedReceive": "configured-value",
                          "cieIfHighSpeedReceive": "configured-value",
                          "cieIfOwner": "configured-value",
                          "cieIfSharedConfig": "default",
                          "cieIfSpeedGroupConfig": "default",
                          "cieIfTransceiverFrequencyConfig": "default",
                          "cieIfFillPatternConfig": "default",
                          "cieIfIgnoreBitErrorsConfig": true,
                          "cieIfIgnoreInterruptThresholdConfig": true
                        }
                      ]
                    },
                    "cieIfStatusListTable": {
                      "cieIfStatusListEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cieIfStatusListIndex": 1,
                        "cieInterfacesIndex": "configured-value",
                        "cieInterfacesOperMode": "configured-value",
                        "cieInterfacesOperCause": "configured-value",
                        "cieInterfaceOwnershipBitmap": "configured-value"
                      }
                    },
                    "cieIfVlStatsTable": {
                      "cieIfVlStatsEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfNoDropVlInPkts": "0",
                          "cieIfNoDropVlInOctets": "0",
                          "cieIfNoDropVlOutPkts": "0",
                          "cieIfNoDropVlOutOctets": "0",
                          "cieIfDropVlInPkts": "0",
                          "cieIfDropVlInOctets": "0",
                          "cieIfDropVlOutPkts": "0",
                          "cieIfDropVlOutOctets": "0"
                        }
                      ]
                    },
                    "cieIfIndexPersistenceTable": {
                      "cieIfIndexPersistenceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfIndexPersistenceControl": "configured-value"
                        }
                      ]
                    },
                    "cieIfDot1qCustomEtherTypeTable": {
                      "cieIfDot1qCustomEtherTypeEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfDot1qCustomAdminEtherType": 1,
                          "cieIfDot1qCustomOperEtherType": 1
                        }
                      ]
                    },
                    "cieIfUtilTable": {
                      "cieIfUtilEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfInPktRate": "configured-value",
                          "cieIfInOctetRate": "configured-value",
                          "cieIfOutPktRate": "configured-value",
                          "cieIfOutOctetRate": "configured-value",
                          "cieIfInterval": 1
                        }
                      ]
                    },
                    "cieIfDot1dBaseMappingTable": {
                      "cieIfDot1dBaseMappingEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cieIfDot1dBaseMappingPort": 1
                        }
                      ]
                    },
                    "cieIfNameMappingTable": {
                      "cieIfNameMappingEntry": [
                        {
                          "cieIfName": "example-1",
                          "cieIfIndex": "configured-value"
                        }
                      ],
                      "object-1": {
                        "ifIndex": "configured-value",
                        "ifAdminStatus": "active"
                      },
                      "object-2": {
                        "ifIndex": "configured-value",
                        "ifOperStatus": "active"
                      },
                      "object-3": {
                        "ifIndex": "configured-value",
                        "ifName": "Gi1/0/1"
                      },
                      "object-4": {
                        "ifIndex": "configured-value",
                        "ifType": "configured-value"
                      },
                      "object-5": {
                        "ifIndex": "configured-value",
                        "cieIfOperStatusCause": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IF-EXTENSION-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig": {
      "get": {
        "summary": "Get ciscoIfExtSystemConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieSystemMtu": {
                      "type": "integer",
                      "example": 1
                    },
                    "cieDelayedLinkUpDownNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cieDelayedLinkUpDownNotifDelay": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cieIfIndexGlobalPersistence": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cieLinkUpDownConfig": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:ciscoIfExtSystemConfig": {
                    "cieSystemMtu": 1,
                    "cieDelayedLinkUpDownNotifEnable": true,
                    "cieDelayedLinkUpDownNotifDelay": 1,
                    "cieIfIndexGlobalPersistence": "configured-value",
                    "cieLinkUpDownConfig": ""
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoIfExtSystemConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig/cieSystemMtu": {
      "get": {
        "summary": "Get cieSystemMtu",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig-cieSystemMtu",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieSystemMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieSystemMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig/cieDelayedLinkUpDownNotifEnable": {
      "get": {
        "summary": "Get cieDelayedLinkUpDownNotifEnable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig-cieDelayedLinkUpDownNotifEnable",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieDelayedLinkUpDownNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieDelayedLinkUpDownNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig/cieDelayedLinkUpDownNotifDelay": {
      "get": {
        "summary": "Get cieDelayedLinkUpDownNotifDelay",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig-cieDelayedLinkUpDownNotifDelay",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieDelayedLinkUpDownNotifDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieDelayedLinkUpDownNotifDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig/cieIfIndexGlobalPersistence": {
      "get": {
        "summary": "Get cieIfIndexGlobalPersistence",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig-cieIfIndexGlobalPersistence",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfIndexGlobalPersistence": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIndexGlobalPersistence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/ciscoIfExtSystemConfig/cieLinkUpDownConfig": {
      "get": {
        "summary": "Get cieLinkUpDownConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-ciscoIfExtSystemConfig-cieLinkUpDownConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieLinkUpDownConfig": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieLinkUpDownConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable": {
      "get": {
        "summary": "Get cieIfPacketStatsTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfPacketStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfLastInTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cieIfLastOutTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cieIfLastOutHangTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cieIfInRuntsErrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInGiantsErrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInFramingErrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInOverrunErrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInIgnored": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInAbortErrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInputQueueDrops": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfOutputQueueDrops": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfPacketDiscontinuityTime": {
                            "type": "string",
                            "example": "12845632"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfPacketStatsTable": {
                    "cieIfPacketStatsEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfLastInTime": "10:30:45",
                        "cieIfLastOutTime": "10:30:45",
                        "cieIfLastOutHangTime": "10:30:45",
                        "cieIfInRuntsErrs": "configured-value",
                        "cieIfInGiantsErrs": "configured-value",
                        "cieIfInFramingErrs": "configured-value",
                        "cieIfInOverrunErrs": "configured-value",
                        "cieIfInIgnored": "configured-value",
                        "cieIfInAbortErrs": "configured-value",
                        "cieIfInputQueueDrops": "0",
                        "cieIfOutputQueueDrops": "0",
                        "cieIfPacketDiscontinuityTime": "12845632"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfPacketStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry": {
      "get": {
        "summary": "Get cieIfPacketStatsEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfLastInTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cieIfLastOutTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cieIfLastOutHangTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cieIfInRuntsErrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInGiantsErrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInFramingErrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInOverrunErrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInIgnored": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInAbortErrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInputQueueDrops": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfOutputQueueDrops": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfPacketDiscontinuityTime": {
                        "type": "string",
                        "example": "12845632"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfPacketStatsEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfLastInTime": "10:30:45",
                      "cieIfLastOutTime": "10:30:45",
                      "cieIfLastOutHangTime": "10:30:45",
                      "cieIfInRuntsErrs": "configured-value",
                      "cieIfInGiantsErrs": "configured-value",
                      "cieIfInFramingErrs": "configured-value",
                      "cieIfInOverrunErrs": "configured-value",
                      "cieIfInIgnored": "configured-value",
                      "cieIfInAbortErrs": "configured-value",
                      "cieIfInputQueueDrops": "0",
                      "cieIfOutputQueueDrops": "0",
                      "cieIfPacketDiscontinuityTime": "12845632"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfPacketStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfLastInTime": {
      "get": {
        "summary": "Get cieIfLastInTime",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfLastInTime",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfLastInTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfLastInTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfLastOutTime": {
      "get": {
        "summary": "Get cieIfLastOutTime",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfLastOutTime",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfLastOutTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfLastOutTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfLastOutHangTime": {
      "get": {
        "summary": "Get cieIfLastOutHangTime",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfLastOutHangTime",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfLastOutHangTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfLastOutHangTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInRuntsErrs": {
      "get": {
        "summary": "Get cieIfInRuntsErrs",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInRuntsErrs",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInRuntsErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInRuntsErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInGiantsErrs": {
      "get": {
        "summary": "Get cieIfInGiantsErrs",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInGiantsErrs",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInGiantsErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInGiantsErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInFramingErrs": {
      "get": {
        "summary": "Get cieIfInFramingErrs",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInFramingErrs",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInFramingErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInFramingErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInOverrunErrs": {
      "get": {
        "summary": "Get cieIfInOverrunErrs",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInOverrunErrs",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInOverrunErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInOverrunErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInIgnored": {
      "get": {
        "summary": "Get cieIfInIgnored",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInIgnored",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInIgnored": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInIgnored from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInAbortErrs": {
      "get": {
        "summary": "Get cieIfInAbortErrs",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInAbortErrs",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInAbortErrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInAbortErrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfInputQueueDrops": {
      "get": {
        "summary": "Get cieIfInputQueueDrops",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfInputQueueDrops",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInputQueueDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInputQueueDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfOutputQueueDrops": {
      "get": {
        "summary": "Get cieIfOutputQueueDrops",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfOutputQueueDrops",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOutputQueueDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOutputQueueDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfPacketStatsTable/cieIfPacketStatsEntry/cieIfPacketDiscontinuityTime": {
      "get": {
        "summary": "Get cieIfPacketDiscontinuityTime",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfPacketStatsTable-cieIfPacketStatsEntry-cieIfPacketDiscontinuityTime",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfPacketDiscontinuityTime": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfPacketDiscontinuityTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable": {
      "get": {
        "summary": "Get cieIfInterfaceTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfInterfaceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfResetCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "cieIfKeepAliveEnabled": {
                            "type": "boolean",
                            "example": true
                          },
                          "cieIfStateChangeReason": {
                            "type": "string",
                            "example": "active"
                          },
                          "cieIfCarrierTransitionCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "cieIfInterfaceDiscontinuityTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cieIfDhcpMode": {
                            "type": "boolean",
                            "example": true
                          },
                          "cieIfMtu": {
                            "type": "integer",
                            "example": 1
                          },
                          "cieIfContextName": {
                            "type": "string",
                            "format": "byte",
                            "example": "example-1"
                          },
                          "cieIfOperStatusCause": {
                            "type": "string",
                            "example": "active"
                          },
                          "cieIfOperStatusCauseDescr": {
                            "type": "string",
                            "example": "active"
                          },
                          "cieIfSpeedReceive": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfHighSpeedReceive": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfSharedConfig": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfSpeedGroupConfig": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfTransceiverFrequencyConfig": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfFillPatternConfig": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfIgnoreBitErrorsConfig": {
                            "type": "boolean",
                            "example": false
                          },
                          "cieIfIgnoreInterruptThresholdConfig": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfInterfaceTable": {
                    "cieIfInterfaceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfResetCount": "10",
                        "cieIfKeepAliveEnabled": true,
                        "cieIfStateChangeReason": "active",
                        "cieIfCarrierTransitionCount": "10",
                        "cieIfInterfaceDiscontinuityTime": "10:30:45",
                        "cieIfDhcpMode": true,
                        "cieIfMtu": 1,
                        "cieIfContextName": "QmFzZTY0",
                        "cieIfOperStatusCause": "active",
                        "cieIfOperStatusCauseDescr": "active",
                        "cieIfSpeedReceive": "configured-value",
                        "cieIfHighSpeedReceive": "configured-value",
                        "cieIfOwner": "configured-value",
                        "cieIfSharedConfig": "default",
                        "cieIfSpeedGroupConfig": "default",
                        "cieIfTransceiverFrequencyConfig": "default",
                        "cieIfFillPatternConfig": "default",
                        "cieIfIgnoreBitErrorsConfig": true,
                        "cieIfIgnoreInterruptThresholdConfig": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry": {
      "get": {
        "summary": "Get cieIfInterfaceEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfResetCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "cieIfKeepAliveEnabled": {
                        "type": "boolean",
                        "example": true
                      },
                      "cieIfStateChangeReason": {
                        "type": "string",
                        "example": "active"
                      },
                      "cieIfCarrierTransitionCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "cieIfInterfaceDiscontinuityTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cieIfDhcpMode": {
                        "type": "boolean",
                        "example": true
                      },
                      "cieIfMtu": {
                        "type": "integer",
                        "example": 1
                      },
                      "cieIfContextName": {
                        "type": "string",
                        "format": "byte",
                        "example": "example-1"
                      },
                      "cieIfOperStatusCause": {
                        "type": "string",
                        "example": "active"
                      },
                      "cieIfOperStatusCauseDescr": {
                        "type": "string",
                        "example": "active"
                      },
                      "cieIfSpeedReceive": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfHighSpeedReceive": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfSharedConfig": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfSpeedGroupConfig": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfTransceiverFrequencyConfig": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfFillPatternConfig": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfIgnoreBitErrorsConfig": {
                        "type": "boolean",
                        "example": false
                      },
                      "cieIfIgnoreInterruptThresholdConfig": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfInterfaceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfResetCount": "10",
                      "cieIfKeepAliveEnabled": true,
                      "cieIfStateChangeReason": "active",
                      "cieIfCarrierTransitionCount": "10",
                      "cieIfInterfaceDiscontinuityTime": "10:30:45",
                      "cieIfDhcpMode": true,
                      "cieIfMtu": 1,
                      "cieIfContextName": "QmFzZTY0",
                      "cieIfOperStatusCause": "active",
                      "cieIfOperStatusCauseDescr": "active",
                      "cieIfSpeedReceive": "configured-value",
                      "cieIfHighSpeedReceive": "configured-value",
                      "cieIfOwner": "configured-value",
                      "cieIfSharedConfig": "default",
                      "cieIfSpeedGroupConfig": "default",
                      "cieIfTransceiverFrequencyConfig": "default",
                      "cieIfFillPatternConfig": "default",
                      "cieIfIgnoreBitErrorsConfig": true,
                      "cieIfIgnoreInterruptThresholdConfig": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfResetCount": {
      "get": {
        "summary": "Get cieIfResetCount",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfResetCount",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfResetCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfResetCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfKeepAliveEnabled": {
      "get": {
        "summary": "Get cieIfKeepAliveEnabled",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfKeepAliveEnabled",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfKeepAliveEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfKeepAliveEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfStateChangeReason": {
      "get": {
        "summary": "Get cieIfStateChangeReason",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfStateChangeReason",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfStateChangeReason": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfStateChangeReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfCarrierTransitionCount": {
      "get": {
        "summary": "Get cieIfCarrierTransitionCount",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfCarrierTransitionCount",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfCarrierTransitionCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfCarrierTransitionCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfInterfaceDiscontinuityTime": {
      "get": {
        "summary": "Get cieIfInterfaceDiscontinuityTime",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfInterfaceDiscontinuityTime",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInterfaceDiscontinuityTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInterfaceDiscontinuityTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfDhcpMode": {
      "get": {
        "summary": "Get cieIfDhcpMode",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfDhcpMode",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDhcpMode": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDhcpMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfMtu": {
      "get": {
        "summary": "Get cieIfMtu",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfMtu",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfContextName": {
      "get": {
        "summary": "Get cieIfContextName",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfContextName",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfContextName": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfContextName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfOperStatusCause": {
      "get": {
        "summary": "Get cieIfOperStatusCause",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfOperStatusCause",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOperStatusCause": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOperStatusCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfOperStatusCauseDescr": {
      "get": {
        "summary": "Get cieIfOperStatusCauseDescr",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfOperStatusCauseDescr",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOperStatusCauseDescr": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOperStatusCauseDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfSpeedReceive": {
      "get": {
        "summary": "Get cieIfSpeedReceive",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfSpeedReceive",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfSpeedReceive": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfSpeedReceive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfHighSpeedReceive": {
      "get": {
        "summary": "Get cieIfHighSpeedReceive",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfHighSpeedReceive",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfHighSpeedReceive": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfHighSpeedReceive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfOwner": {
      "get": {
        "summary": "Get cieIfOwner",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfOwner",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfSharedConfig": {
      "get": {
        "summary": "Get cieIfSharedConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfSharedConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfSharedConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfSharedConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfSpeedGroupConfig": {
      "get": {
        "summary": "Get cieIfSpeedGroupConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfSpeedGroupConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfSpeedGroupConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfSpeedGroupConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfTransceiverFrequencyConfig": {
      "get": {
        "summary": "Get cieIfTransceiverFrequencyConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfTransceiverFrequencyConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfTransceiverFrequencyConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfTransceiverFrequencyConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfFillPatternConfig": {
      "get": {
        "summary": "Get cieIfFillPatternConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfFillPatternConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfFillPatternConfig": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfFillPatternConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfIgnoreBitErrorsConfig": {
      "get": {
        "summary": "Get cieIfIgnoreBitErrorsConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfIgnoreBitErrorsConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfIgnoreBitErrorsConfig": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIgnoreBitErrorsConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfInterfaceTable/cieIfInterfaceEntry/cieIfIgnoreInterruptThresholdConfig": {
      "get": {
        "summary": "Get cieIfIgnoreInterruptThresholdConfig",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfInterfaceTable-cieIfInterfaceEntry-cieIfIgnoreInterruptThresholdConfig",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfIgnoreInterruptThresholdConfig": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIgnoreInterruptThresholdConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable": {
      "get": {
        "summary": "Get cieIfStatusListTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfStatusListEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieIfStatusListIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cieInterfacesIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieInterfacesOperMode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieInterfacesOperCause": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieInterfaceOwnershipBitmap": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfStatusListTable": {
                    "cieIfStatusListEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cieIfStatusListIndex": 1,
                      "cieInterfacesIndex": "configured-value",
                      "cieInterfacesOperMode": "configured-value",
                      "cieInterfacesOperCause": "configured-value",
                      "cieInterfaceOwnershipBitmap": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfStatusListTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry": {
      "get": {
        "summary": "Get cieIfStatusListEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry",
        "tags": [
          "CISCO-IF-EXTENSION-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"
                    },
                    "cieIfStatusListIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cieInterfacesIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cieInterfacesOperMode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cieInterfacesOperCause": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cieInterfaceOwnershipBitmap": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfStatusListEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cieIfStatusListIndex": 1,
                    "cieInterfacesIndex": "configured-value",
                    "cieInterfacesOperMode": "configured-value",
                    "cieInterfacesOperCause": "configured-value",
                    "cieInterfaceOwnershipBitmap": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfStatusListEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-entPhysicalIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/cieIfStatusListIndex": {
      "get": {
        "summary": "Get cieIfStatusListIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-cieIfStatusListIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfStatusListIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfStatusListIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/cieInterfacesIndex": {
      "get": {
        "summary": "Get cieInterfacesIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-cieInterfacesIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieInterfacesIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieInterfacesIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/cieInterfacesOperMode": {
      "get": {
        "summary": "Get cieInterfacesOperMode",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-cieInterfacesOperMode",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieInterfacesOperMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieInterfacesOperMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/cieInterfacesOperCause": {
      "get": {
        "summary": "Get cieInterfacesOperCause",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-cieInterfacesOperCause",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieInterfacesOperCause": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieInterfacesOperCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfStatusListTable/cieIfStatusListEntry/cieInterfaceOwnershipBitmap": {
      "get": {
        "summary": "Get cieInterfaceOwnershipBitmap",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfStatusListTable-cieIfStatusListEntry-cieInterfaceOwnershipBitmap",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieInterfaceOwnershipBitmap": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieInterfaceOwnershipBitmap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable": {
      "get": {
        "summary": "Get cieIfVlStatsTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfVlStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfNoDropVlInPkts": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfNoDropVlInOctets": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfNoDropVlOutPkts": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfNoDropVlOutOctets": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfDropVlInPkts": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfDropVlInOctets": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfDropVlOutPkts": {
                            "type": "string",
                            "example": "0"
                          },
                          "cieIfDropVlOutOctets": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfVlStatsTable": {
                    "cieIfVlStatsEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfNoDropVlInPkts": "0",
                        "cieIfNoDropVlInOctets": "0",
                        "cieIfNoDropVlOutPkts": "0",
                        "cieIfNoDropVlOutOctets": "0",
                        "cieIfDropVlInPkts": "0",
                        "cieIfDropVlInOctets": "0",
                        "cieIfDropVlOutPkts": "0",
                        "cieIfDropVlOutOctets": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfVlStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry": {
      "get": {
        "summary": "Get cieIfVlStatsEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfNoDropVlInPkts": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfNoDropVlInOctets": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfNoDropVlOutPkts": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfNoDropVlOutOctets": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfDropVlInPkts": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfDropVlInOctets": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfDropVlOutPkts": {
                        "type": "string",
                        "example": "0"
                      },
                      "cieIfDropVlOutOctets": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfVlStatsEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfNoDropVlInPkts": "0",
                      "cieIfNoDropVlInOctets": "0",
                      "cieIfNoDropVlOutPkts": "0",
                      "cieIfNoDropVlOutOctets": "0",
                      "cieIfDropVlInPkts": "0",
                      "cieIfDropVlInOctets": "0",
                      "cieIfDropVlOutPkts": "0",
                      "cieIfDropVlOutOctets": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfVlStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfNoDropVlInPkts": {
      "get": {
        "summary": "Get cieIfNoDropVlInPkts",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfNoDropVlInPkts",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfNoDropVlInPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNoDropVlInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfNoDropVlInOctets": {
      "get": {
        "summary": "Get cieIfNoDropVlInOctets",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfNoDropVlInOctets",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfNoDropVlInOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNoDropVlInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfNoDropVlOutPkts": {
      "get": {
        "summary": "Get cieIfNoDropVlOutPkts",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfNoDropVlOutPkts",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfNoDropVlOutPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNoDropVlOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfNoDropVlOutOctets": {
      "get": {
        "summary": "Get cieIfNoDropVlOutOctets",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfNoDropVlOutOctets",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfNoDropVlOutOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNoDropVlOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfDropVlInPkts": {
      "get": {
        "summary": "Get cieIfDropVlInPkts",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfDropVlInPkts",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDropVlInPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDropVlInPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfDropVlInOctets": {
      "get": {
        "summary": "Get cieIfDropVlInOctets",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfDropVlInOctets",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDropVlInOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDropVlInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfDropVlOutPkts": {
      "get": {
        "summary": "Get cieIfDropVlOutPkts",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfDropVlOutPkts",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDropVlOutPkts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDropVlOutPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfVlStatsTable/cieIfVlStatsEntry/cieIfDropVlOutOctets": {
      "get": {
        "summary": "Get cieIfDropVlOutOctets",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfVlStatsTable-cieIfVlStatsEntry-cieIfDropVlOutOctets",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDropVlOutOctets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDropVlOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfIndexPersistenceTable": {
      "get": {
        "summary": "Get cieIfIndexPersistenceTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfIndexPersistenceTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfIndexPersistenceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfIndexPersistenceControl": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfIndexPersistenceTable": {
                    "cieIfIndexPersistenceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfIndexPersistenceControl": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIndexPersistenceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfIndexPersistenceTable/cieIfIndexPersistenceEntry": {
      "get": {
        "summary": "Get cieIfIndexPersistenceEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfIndexPersistenceTable-cieIfIndexPersistenceEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfIndexPersistenceControl": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfIndexPersistenceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfIndexPersistenceControl": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIndexPersistenceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfIndexPersistenceTable/cieIfIndexPersistenceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfIndexPersistenceTable-cieIfIndexPersistenceEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfIndexPersistenceTable/cieIfIndexPersistenceEntry/cieIfIndexPersistenceControl": {
      "get": {
        "summary": "Get cieIfIndexPersistenceControl",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfIndexPersistenceTable-cieIfIndexPersistenceEntry-cieIfIndexPersistenceControl",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfIndexPersistenceControl": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIndexPersistenceControl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1qCustomEtherTypeTable": {
      "get": {
        "summary": "Get cieIfDot1qCustomEtherTypeTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1qCustomEtherTypeTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfDot1qCustomEtherTypeEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfDot1qCustomAdminEtherType": {
                            "type": "integer",
                            "example": 1
                          },
                          "cieIfDot1qCustomOperEtherType": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfDot1qCustomEtherTypeTable": {
                    "cieIfDot1qCustomEtherTypeEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfDot1qCustomAdminEtherType": 1,
                        "cieIfDot1qCustomOperEtherType": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1qCustomEtherTypeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1qCustomEtherTypeTable/cieIfDot1qCustomEtherTypeEntry": {
      "get": {
        "summary": "Get cieIfDot1qCustomEtherTypeEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1qCustomEtherTypeTable-cieIfDot1qCustomEtherTypeEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfDot1qCustomAdminEtherType": {
                        "type": "integer",
                        "example": 1
                      },
                      "cieIfDot1qCustomOperEtherType": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfDot1qCustomEtherTypeEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfDot1qCustomAdminEtherType": 1,
                      "cieIfDot1qCustomOperEtherType": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1qCustomEtherTypeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1qCustomEtherTypeTable/cieIfDot1qCustomEtherTypeEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1qCustomEtherTypeTable-cieIfDot1qCustomEtherTypeEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1qCustomEtherTypeTable/cieIfDot1qCustomEtherTypeEntry/cieIfDot1qCustomAdminEtherType": {
      "get": {
        "summary": "Get cieIfDot1qCustomAdminEtherType",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1qCustomEtherTypeTable-cieIfDot1qCustomEtherTypeEntry-cieIfDot1qCustomAdminEtherType",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDot1qCustomAdminEtherType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1qCustomAdminEtherType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1qCustomEtherTypeTable/cieIfDot1qCustomEtherTypeEntry/cieIfDot1qCustomOperEtherType": {
      "get": {
        "summary": "Get cieIfDot1qCustomOperEtherType",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1qCustomEtherTypeTable-cieIfDot1qCustomEtherTypeEntry-cieIfDot1qCustomOperEtherType",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDot1qCustomOperEtherType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1qCustomOperEtherType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable": {
      "get": {
        "summary": "Get cieIfUtilTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfUtilEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInPktRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInOctetRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfOutPktRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfOutOctetRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfInterval": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfUtilTable": {
                    "cieIfUtilEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfInPktRate": "configured-value",
                        "cieIfInOctetRate": "configured-value",
                        "cieIfOutPktRate": "configured-value",
                        "cieIfOutOctetRate": "configured-value",
                        "cieIfInterval": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfUtilTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry": {
      "get": {
        "summary": "Get cieIfUtilEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInPktRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInOctetRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfOutPktRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfOutOctetRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfInterval": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfUtilEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfInPktRate": "configured-value",
                      "cieIfInOctetRate": "configured-value",
                      "cieIfOutPktRate": "configured-value",
                      "cieIfOutOctetRate": "configured-value",
                      "cieIfInterval": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfUtilEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/cieIfInPktRate": {
      "get": {
        "summary": "Get cieIfInPktRate",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-cieIfInPktRate",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInPktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInPktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/cieIfInOctetRate": {
      "get": {
        "summary": "Get cieIfInOctetRate",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-cieIfInOctetRate",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/cieIfOutPktRate": {
      "get": {
        "summary": "Get cieIfOutPktRate",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-cieIfOutPktRate",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOutPktRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOutPktRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/cieIfOutOctetRate": {
      "get": {
        "summary": "Get cieIfOutOctetRate",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-cieIfOutOctetRate",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOutOctetRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOutOctetRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfUtilTable/cieIfUtilEntry/cieIfInterval": {
      "get": {
        "summary": "Get cieIfInterval",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfUtilTable-cieIfUtilEntry-cieIfInterval",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1dBaseMappingTable": {
      "get": {
        "summary": "Get cieIfDot1dBaseMappingTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1dBaseMappingTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfDot1dBaseMappingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cieIfDot1dBaseMappingPort": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfDot1dBaseMappingTable": {
                    "cieIfDot1dBaseMappingEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cieIfDot1dBaseMappingPort": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1dBaseMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1dBaseMappingTable/cieIfDot1dBaseMappingEntry": {
      "get": {
        "summary": "Get cieIfDot1dBaseMappingEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1dBaseMappingTable-cieIfDot1dBaseMappingEntry",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cieIfDot1dBaseMappingPort": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfDot1dBaseMappingEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cieIfDot1dBaseMappingPort": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1dBaseMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1dBaseMappingTable/cieIfDot1dBaseMappingEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1dBaseMappingTable-cieIfDot1dBaseMappingEntry-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfDot1dBaseMappingTable/cieIfDot1dBaseMappingEntry/cieIfDot1dBaseMappingPort": {
      "get": {
        "summary": "Get cieIfDot1dBaseMappingPort",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfDot1dBaseMappingTable-cieIfDot1dBaseMappingEntry-cieIfDot1dBaseMappingPort",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfDot1dBaseMappingPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfDot1dBaseMappingPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable": {
      "get": {
        "summary": "Get cieIfNameMappingTable",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cieIfNameMappingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cieIfName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cieIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "example-1"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifAdminStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifOperStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifName": {
                          "type": "string",
                          "example": "Gi1/0/1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cieIfOperStatusCause": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfNameMappingTable": {
                    "cieIfNameMappingEntry": [
                      {
                        "cieIfName": "example-1",
                        "cieIfIndex": "configured-value"
                      }
                    ],
                    "object-1": {
                      "ifIndex": "configured-value",
                      "ifAdminStatus": "active"
                    },
                    "object-2": {
                      "ifIndex": "configured-value",
                      "ifOperStatus": "active"
                    },
                    "object-3": {
                      "ifIndex": "configured-value",
                      "ifName": "Gi1/0/1"
                    },
                    "object-4": {
                      "ifIndex": "configured-value",
                      "ifType": "configured-value"
                    },
                    "object-5": {
                      "ifIndex": "configured-value",
                      "cieIfOperStatusCause": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNameMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/cieIfNameMappingEntry": {
      "get": {
        "summary": "Get cieIfNameMappingEntry",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-cieIfNameMappingEntry",
        "tags": [
          "CISCO-IF-EXTENSION-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": {
                      "cieIfName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cieIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "example-1"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:cieIfNameMappingEntry": [
                    {
                      "cieIfName": "example-1",
                      "cieIfIndex": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfNameMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/cieIfNameMappingEntry/cieIfName": {
      "get": {
        "summary": "Get cieIfName",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-cieIfNameMappingEntry-cieIfName",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/cieIfNameMappingEntry/cieIfIndex": {
      "get": {
        "summary": "Get cieIfIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-cieIfNameMappingEntry-cieIfIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-1",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:object-1": {
                    "ifIndex": "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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-1/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-1-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-2",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifAdminStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:object-2": {
                    "ifIndex": "configured-value",
                    "ifAdminStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-2/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-2-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-2/ifAdminStatus": {
      "get": {
        "summary": "Get ifAdminStatus",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-2-ifAdminStatus",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifAdminStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-3",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifOperStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:object-3": {
                    "ifIndex": "configured-value",
                    "ifOperStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-3/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-3-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-3/ifOperStatus": {
      "get": {
        "summary": "Get ifOperStatus",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-3-ifOperStatus",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-4",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifName": {
                      "type": "string",
                      "example": "Gi1/0/1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:object-4": {
                    "ifIndex": "configured-value",
                    "ifName": "Gi1/0/1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-4/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-4-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-4/ifName": {
      "get": {
        "summary": "Get ifName",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-4-ifName",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Gi1/0/1"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:ifName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-5",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:object-5": {
                    "ifIndex": "configured-value",
                    "ifType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-5/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-5-ifIndex",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-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-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-5/ifType": {
      "get": {
        "summary": "Get ifType",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-5-ifType",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-1/ifAdminStatus": {
      "get": {
        "summary": "Get ifAdminStatus",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-1-ifAdminStatus",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifAdminStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-2/ifOperStatus": {
      "get": {
        "summary": "Get ifOperStatus",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-2-ifOperStatus",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-3/ifName": {
      "get": {
        "summary": "Get ifName",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-3-ifName",
        "tags": [
          "CISCO-IF-EXTENSION-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Gi1/0/1"
                },
                "example": {
                  "CISCO-IF-EXTENSION-MIB:ifName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-4/ifType": {
      "get": {
        "summary": "Get ifType",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-4-ifType",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:ifType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB/cieIfNameMappingTable/object-5/cieIfOperStatusCause": {
      "get": {
        "summary": "Get cieIfOperStatusCause",
        "operationId": "get-CISCO-IF-EXTENSION-MIB:CISCO-IF-EXTENSION-MIB-cieIfNameMappingTable-object-5-cieIfOperStatusCause",
        "tags": [
          "CISCO-IF-EXTENSION-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-IF-EXTENSION-MIB:cieIfOperStatusCause": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cieIfOperStatusCause 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": []
    }
  ]
}
