{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - IF-MIB",
    "description": "MIB data from `IF-MIB` module.\n\n**Root containers:** 1 (IF-MIB)\n**Paths:** 64 | **Descendants:** 71\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": "IF-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/IF-MIB:IF-MIB": {
      "get": {
        "summary": "Get IF-MIB",
        "operationId": "get-IF-MIB:IF-MIB",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interfaces": {
                      "type": "object",
                      "properties": {
                        "ifNumber": {
                          "type": "integer",
                          "example": 10
                        }
                      },
                      "example": "configured-value"
                    },
                    "ifMIBObjects": {
                      "type": "object",
                      "properties": {
                        "ifTableLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifStackLastChange": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ifTable": {
                      "type": "object",
                      "properties": {
                        "ifEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifDescr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifMtu": {
                                "type": "integer",
                                "example": 1
                              },
                              "ifSpeed": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifPhysAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "ifAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ifOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ifLastChange": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifInOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifInUcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifInDiscards": {
                                "type": "string",
                                "example": "0"
                              },
                              "ifInErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "ifInUnknownProtos": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifOutOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifOutUcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifOutDiscards": {
                                "type": "string",
                                "example": "0"
                              },
                              "ifOutErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "ifName": {
                                "type": "string",
                                "example": "Gi1/0/1"
                              },
                              "ifInMulticastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifInBroadcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifOutMulticastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifOutBroadcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCInOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCInUcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCInMulticastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCInBroadcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCOutOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCOutUcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCOutMulticastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHCOutBroadcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifLinkUpDownTrapEnable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifHighSpeed": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifPromiscuousMode": {
                                "type": "boolean",
                                "example": true
                              },
                              "ifConnectorPresent": {
                                "type": "boolean",
                                "example": true
                              },
                              "ifAlias": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ifCounterDiscontinuityTime": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ifStackTable": {
                      "type": "object",
                      "properties": {
                        "ifStackEntry": {
                          "type": "object",
                          "properties": {
                            "ifStackHigherLayer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifStackLowerLayer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifStackStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ifRcvAddressTable": {
                      "type": "object",
                      "properties": {
                        "ifRcvAddressEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifRcvAddressAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ifRcvAddressStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ifRcvAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "10.1.1.1"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifAdminStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifOperStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:IF-MIB": {
                    "interfaces": {
                      "ifNumber": 10
                    },
                    "ifMIBObjects": {
                      "ifTableLastChange": "configured-value",
                      "ifStackLastChange": "configured-value"
                    },
                    "ifTable": {
                      "ifEntry": [
                        {
                          "ifIndex": "configured-value",
                          "ifDescr": "configured-value",
                          "ifType": "configured-value",
                          "ifMtu": 1,
                          "ifSpeed": "configured-value",
                          "ifPhysAddress": "10.1.1.1",
                          "ifAdminStatus": "default",
                          "ifOperStatus": "default",
                          "ifLastChange": "configured-value",
                          "ifInOctets": "configured-value",
                          "ifInUcastPkts": "configured-value",
                          "ifInDiscards": "0",
                          "ifInErrors": "0",
                          "ifInUnknownProtos": "configured-value",
                          "ifOutOctets": "configured-value",
                          "ifOutUcastPkts": "configured-value",
                          "ifOutDiscards": "0",
                          "ifOutErrors": "0",
                          "ifName": "Gi1/0/1",
                          "ifInMulticastPkts": "configured-value",
                          "ifInBroadcastPkts": "configured-value",
                          "ifOutMulticastPkts": "configured-value",
                          "ifOutBroadcastPkts": "configured-value",
                          "ifHCInOctets": "configured-value",
                          "ifHCInUcastPkts": "configured-value",
                          "ifHCInMulticastPkts": "configured-value",
                          "ifHCInBroadcastPkts": "configured-value",
                          "ifHCOutOctets": "configured-value",
                          "ifHCOutUcastPkts": "configured-value",
                          "ifHCOutMulticastPkts": "configured-value",
                          "ifHCOutBroadcastPkts": "configured-value",
                          "ifLinkUpDownTrapEnable": "default",
                          "ifHighSpeed": "configured-value",
                          "ifPromiscuousMode": true,
                          "ifConnectorPresent": true,
                          "ifAlias": "configured-value",
                          "ifCounterDiscontinuityTime": "10:30:45"
                        }
                      ]
                    },
                    "ifStackTable": {
                      "ifStackEntry": {
                        "ifStackHigherLayer": "configured-value",
                        "ifStackLowerLayer": "configured-value",
                        "ifStackStatus": "active"
                      }
                    },
                    "ifRcvAddressTable": {
                      "ifRcvAddressEntry": {
                        "ifIndex": "configured-value",
                        "ifRcvAddressAddress": "10.1.1.1",
                        "ifRcvAddressStatus": "active",
                        "ifRcvAddressType": "default"
                      },
                      "object-1": {
                        "ifIndex": "configured-value"
                      },
                      "object-2": {
                        "ifIndex": "configured-value",
                        "ifAdminStatus": "active"
                      },
                      "object-3": {
                        "ifIndex": "configured-value",
                        "ifOperStatus": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve IF-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/interfaces": {
      "get": {
        "summary": "Get interfaces",
        "operationId": "get-IF-MIB:IF-MIB-interfaces",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifNumber": {
                      "type": "integer",
                      "example": 10
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:interfaces": {
                    "ifNumber": 10
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve interfaces from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/interfaces/ifNumber": {
      "get": {
        "summary": "Get ifNumber",
        "operationId": "get-IF-MIB:IF-MIB-interfaces-ifNumber",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "IF-MIB:ifNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifMIBObjects": {
      "get": {
        "summary": "Get ifMIBObjects",
        "operationId": "get-IF-MIB:IF-MIB-ifMIBObjects",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifTableLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifStackLastChange": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifMIBObjects": {
                    "ifTableLastChange": "configured-value",
                    "ifStackLastChange": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifMIBObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifMIBObjects/ifTableLastChange": {
      "get": {
        "summary": "Get ifTableLastChange",
        "operationId": "get-IF-MIB:IF-MIB-ifMIBObjects-ifTableLastChange",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifTableLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifTableLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifMIBObjects/ifStackLastChange": {
      "get": {
        "summary": "Get ifStackLastChange",
        "operationId": "get-IF-MIB:IF-MIB-ifMIBObjects-ifStackLastChange",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifStackLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable": {
      "get": {
        "summary": "Get ifTable",
        "operationId": "get-IF-MIB:IF-MIB-ifTable",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifDescr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifMtu": {
                            "type": "integer",
                            "example": 1
                          },
                          "ifSpeed": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifPhysAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "ifAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ifOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ifLastChange": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifInOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifInUcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifInDiscards": {
                            "type": "string",
                            "example": "0"
                          },
                          "ifInErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "ifInUnknownProtos": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifOutOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifOutUcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifOutDiscards": {
                            "type": "string",
                            "example": "0"
                          },
                          "ifOutErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "ifName": {
                            "type": "string",
                            "example": "Gi1/0/1"
                          },
                          "ifInMulticastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifInBroadcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifOutMulticastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifOutBroadcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCInOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCInUcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCInMulticastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCInBroadcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCOutOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCOutUcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCOutMulticastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHCOutBroadcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifLinkUpDownTrapEnable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifHighSpeed": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifPromiscuousMode": {
                            "type": "boolean",
                            "example": true
                          },
                          "ifConnectorPresent": {
                            "type": "boolean",
                            "example": true
                          },
                          "ifAlias": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ifCounterDiscontinuityTime": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifTable": {
                    "ifEntry": [
                      {
                        "ifIndex": "configured-value",
                        "ifDescr": "configured-value",
                        "ifType": "configured-value",
                        "ifMtu": 1,
                        "ifSpeed": "configured-value",
                        "ifPhysAddress": "10.1.1.1",
                        "ifAdminStatus": "default",
                        "ifOperStatus": "default",
                        "ifLastChange": "configured-value",
                        "ifInOctets": "configured-value",
                        "ifInUcastPkts": "configured-value",
                        "ifInDiscards": "0",
                        "ifInErrors": "0",
                        "ifInUnknownProtos": "configured-value",
                        "ifOutOctets": "configured-value",
                        "ifOutUcastPkts": "configured-value",
                        "ifOutDiscards": "0",
                        "ifOutErrors": "0",
                        "ifName": "Gi1/0/1",
                        "ifInMulticastPkts": "configured-value",
                        "ifInBroadcastPkts": "configured-value",
                        "ifOutMulticastPkts": "configured-value",
                        "ifOutBroadcastPkts": "configured-value",
                        "ifHCInOctets": "configured-value",
                        "ifHCInUcastPkts": "configured-value",
                        "ifHCInMulticastPkts": "configured-value",
                        "ifHCInBroadcastPkts": "configured-value",
                        "ifHCOutOctets": "configured-value",
                        "ifHCOutUcastPkts": "configured-value",
                        "ifHCOutMulticastPkts": "configured-value",
                        "ifHCOutBroadcastPkts": "configured-value",
                        "ifLinkUpDownTrapEnable": "default",
                        "ifHighSpeed": "configured-value",
                        "ifPromiscuousMode": true,
                        "ifConnectorPresent": true,
                        "ifAlias": "configured-value",
                        "ifCounterDiscontinuityTime": "10:30:45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry": {
      "get": {
        "summary": "Get ifEntry",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry",
        "tags": [
          "IF-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"
                      },
                      "ifDescr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifMtu": {
                        "type": "integer",
                        "example": 1
                      },
                      "ifSpeed": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifPhysAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "ifAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ifOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ifLastChange": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifInOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifInUcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifInDiscards": {
                        "type": "string",
                        "example": "0"
                      },
                      "ifInErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "ifInUnknownProtos": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifOutOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifOutUcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifOutDiscards": {
                        "type": "string",
                        "example": "0"
                      },
                      "ifOutErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "ifName": {
                        "type": "string",
                        "example": "Gi1/0/1"
                      },
                      "ifInMulticastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifInBroadcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifOutMulticastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifOutBroadcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCInOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCInUcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCInMulticastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCInBroadcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCOutOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCOutUcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCOutMulticastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHCOutBroadcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifLinkUpDownTrapEnable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifHighSpeed": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifPromiscuousMode": {
                        "type": "boolean",
                        "example": true
                      },
                      "ifConnectorPresent": {
                        "type": "boolean",
                        "example": true
                      },
                      "ifAlias": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ifCounterDiscontinuityTime": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifEntry": [
                    {
                      "ifIndex": "configured-value",
                      "ifDescr": "configured-value",
                      "ifType": "configured-value",
                      "ifMtu": 1,
                      "ifSpeed": "configured-value",
                      "ifPhysAddress": "10.1.1.1",
                      "ifAdminStatus": "default",
                      "ifOperStatus": "default",
                      "ifLastChange": "configured-value",
                      "ifInOctets": "configured-value",
                      "ifInUcastPkts": "configured-value",
                      "ifInDiscards": "0",
                      "ifInErrors": "0",
                      "ifInUnknownProtos": "configured-value",
                      "ifOutOctets": "configured-value",
                      "ifOutUcastPkts": "configured-value",
                      "ifOutDiscards": "0",
                      "ifOutErrors": "0",
                      "ifName": "Gi1/0/1",
                      "ifInMulticastPkts": "configured-value",
                      "ifInBroadcastPkts": "configured-value",
                      "ifOutMulticastPkts": "configured-value",
                      "ifOutBroadcastPkts": "configured-value",
                      "ifHCInOctets": "configured-value",
                      "ifHCInUcastPkts": "configured-value",
                      "ifHCInMulticastPkts": "configured-value",
                      "ifHCInBroadcastPkts": "configured-value",
                      "ifHCOutOctets": "configured-value",
                      "ifHCOutUcastPkts": "configured-value",
                      "ifHCOutMulticastPkts": "configured-value",
                      "ifHCOutBroadcastPkts": "configured-value",
                      "ifLinkUpDownTrapEnable": "default",
                      "ifHighSpeed": "configured-value",
                      "ifPromiscuousMode": true,
                      "ifConnectorPresent": true,
                      "ifAlias": "configured-value",
                      "ifCounterDiscontinuityTime": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifIndex",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifTable/ifEntry/ifDescr": {
      "get": {
        "summary": "Get ifDescr",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifDescr",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifType": {
      "get": {
        "summary": "Get ifType",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifType",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifTable/ifEntry/ifMtu": {
      "get": {
        "summary": "Get ifMtu",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifMtu",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifSpeed": {
      "get": {
        "summary": "Get ifSpeed",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifSpeed",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifSpeed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifSpeed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifPhysAddress": {
      "get": {
        "summary": "Get ifPhysAddress",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifPhysAddress",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "IF-MIB:ifPhysAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifPhysAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifAdminStatus": {
      "get": {
        "summary": "Get ifAdminStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifAdminStatus",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifAdminStatus": "default"
                }
              }
            }
          },
          "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/IF-MIB:IF-MIB/ifTable/ifEntry/ifOperStatus": {
      "get": {
        "summary": "Get ifOperStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOperStatus",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifOperStatus": "default"
                }
              }
            }
          },
          "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/IF-MIB:IF-MIB/ifTable/ifEntry/ifLastChange": {
      "get": {
        "summary": "Get ifLastChange",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifLastChange",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifLastChange": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifLastChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInOctets": {
      "get": {
        "summary": "Get ifInOctets",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInOctets",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInUcastPkts": {
      "get": {
        "summary": "Get ifInUcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInUcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifInUcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInUcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInDiscards": {
      "get": {
        "summary": "Get ifInDiscards",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInDiscards",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifInDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInErrors": {
      "get": {
        "summary": "Get ifInErrors",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInErrors",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifInErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInUnknownProtos": {
      "get": {
        "summary": "Get ifInUnknownProtos",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInUnknownProtos",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifInUnknownProtos": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInUnknownProtos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutOctets": {
      "get": {
        "summary": "Get ifOutOctets",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutOctets",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutUcastPkts": {
      "get": {
        "summary": "Get ifOutUcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutUcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifOutUcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutUcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutDiscards": {
      "get": {
        "summary": "Get ifOutDiscards",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutDiscards",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifOutDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutErrors": {
      "get": {
        "summary": "Get ifOutErrors",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutErrors",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifOutErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifName": {
      "get": {
        "summary": "Get ifName",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifName",
        "tags": [
          "IF-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": {
                  "IF-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/IF-MIB:IF-MIB/ifTable/ifEntry/ifInMulticastPkts": {
      "get": {
        "summary": "Get ifInMulticastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInMulticastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifInMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifInBroadcastPkts": {
      "get": {
        "summary": "Get ifInBroadcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifInBroadcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifInBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifInBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutMulticastPkts": {
      "get": {
        "summary": "Get ifOutMulticastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutMulticastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifOutMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifOutBroadcastPkts": {
      "get": {
        "summary": "Get ifOutBroadcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifOutBroadcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifOutBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOutBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCInOctets": {
      "get": {
        "summary": "Get ifHCInOctets",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCInOctets",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCInUcastPkts": {
      "get": {
        "summary": "Get ifHCInUcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCInUcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCInUcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCInUcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCInMulticastPkts": {
      "get": {
        "summary": "Get ifHCInMulticastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCInMulticastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCInMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCInMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCInBroadcastPkts": {
      "get": {
        "summary": "Get ifHCInBroadcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCInBroadcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCInBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCInBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCOutOctets": {
      "get": {
        "summary": "Get ifHCOutOctets",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCOutOctets",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCOutUcastPkts": {
      "get": {
        "summary": "Get ifHCOutUcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCOutUcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCOutUcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCOutUcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCOutMulticastPkts": {
      "get": {
        "summary": "Get ifHCOutMulticastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCOutMulticastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCOutMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCOutMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHCOutBroadcastPkts": {
      "get": {
        "summary": "Get ifHCOutBroadcastPkts",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHCOutBroadcastPkts",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHCOutBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHCOutBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifLinkUpDownTrapEnable": {
      "get": {
        "summary": "Get ifLinkUpDownTrapEnable",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifLinkUpDownTrapEnable",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifLinkUpDownTrapEnable": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifLinkUpDownTrapEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifHighSpeed": {
      "get": {
        "summary": "Get ifHighSpeed",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifHighSpeed",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifHighSpeed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifHighSpeed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifPromiscuousMode": {
      "get": {
        "summary": "Get ifPromiscuousMode",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifPromiscuousMode",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifPromiscuousMode": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifPromiscuousMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifConnectorPresent": {
      "get": {
        "summary": "Get ifConnectorPresent",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifConnectorPresent",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifConnectorPresent": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifConnectorPresent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifAlias": {
      "get": {
        "summary": "Get ifAlias",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifAlias",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifAlias": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifAlias from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifTable/ifEntry/ifCounterDiscontinuityTime": {
      "get": {
        "summary": "Get ifCounterDiscontinuityTime",
        "operationId": "get-IF-MIB:IF-MIB-ifTable-ifEntry-ifCounterDiscontinuityTime",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifCounterDiscontinuityTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifCounterDiscontinuityTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifStackTable": {
      "get": {
        "summary": "Get ifStackTable",
        "operationId": "get-IF-MIB:IF-MIB-ifStackTable",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifStackEntry": {
                      "type": "object",
                      "properties": {
                        "ifStackHigherLayer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifStackLowerLayer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifStackStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifStackTable": {
                    "ifStackEntry": {
                      "ifStackHigherLayer": "configured-value",
                      "ifStackLowerLayer": "configured-value",
                      "ifStackStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifStackTable/ifStackEntry": {
      "get": {
        "summary": "Get ifStackEntry",
        "operationId": "get-IF-MIB:IF-MIB-ifStackTable-ifStackEntry",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifStackHigherLayer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifStackLowerLayer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifStackStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifStackEntry": {
                    "ifStackHigherLayer": "configured-value",
                    "ifStackLowerLayer": "configured-value",
                    "ifStackStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifStackTable/ifStackEntry/ifStackHigherLayer": {
      "get": {
        "summary": "Get ifStackHigherLayer",
        "operationId": "get-IF-MIB:IF-MIB-ifStackTable-ifStackEntry-ifStackHigherLayer",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifStackHigherLayer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackHigherLayer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifStackTable/ifStackEntry/ifStackLowerLayer": {
      "get": {
        "summary": "Get ifStackLowerLayer",
        "operationId": "get-IF-MIB:IF-MIB-ifStackTable-ifStackEntry-ifStackLowerLayer",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-MIB:ifStackLowerLayer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackLowerLayer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifStackTable/ifStackEntry/ifStackStatus": {
      "get": {
        "summary": "Get ifStackStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifStackTable-ifStackEntry-ifStackStatus",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifStackStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifStackStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable": {
      "get": {
        "summary": "Get ifRcvAddressTable",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifRcvAddressEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifRcvAddressAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ifRcvAddressStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ifRcvAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "10.1.1.1"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifAdminStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifOperStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "IF-MIB:ifRcvAddressTable": {
                    "ifRcvAddressEntry": {
                      "ifIndex": "configured-value",
                      "ifRcvAddressAddress": "10.1.1.1",
                      "ifRcvAddressStatus": "active",
                      "ifRcvAddressType": "default"
                    },
                    "object-1": {
                      "ifIndex": "configured-value"
                    },
                    "object-2": {
                      "ifIndex": "configured-value",
                      "ifAdminStatus": "active"
                    },
                    "object-3": {
                      "ifIndex": "configured-value",
                      "ifOperStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifRcvAddressTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable/ifRcvAddressEntry": {
      "get": {
        "summary": "Get ifRcvAddressEntry",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-ifRcvAddressEntry",
        "tags": [
          "IF-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"
                    },
                    "ifRcvAddressAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ifRcvAddressStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ifRcvAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "10.1.1.1"
                },
                "example": {
                  "IF-MIB:ifRcvAddressEntry": {
                    "ifIndex": "configured-value",
                    "ifRcvAddressAddress": "10.1.1.1",
                    "ifRcvAddressStatus": "active",
                    "ifRcvAddressType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifRcvAddressEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable/ifRcvAddressEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-ifRcvAddressEntry-ifIndex",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/ifRcvAddressEntry/ifRcvAddressAddress": {
      "get": {
        "summary": "Get ifRcvAddressAddress",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-ifRcvAddressEntry-ifRcvAddressAddress",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "IF-MIB:ifRcvAddressAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifRcvAddressAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable/ifRcvAddressEntry/ifRcvAddressStatus": {
      "get": {
        "summary": "Get ifRcvAddressStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-ifRcvAddressEntry-ifRcvAddressStatus",
        "tags": [
          "IF-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": {
                  "IF-MIB:ifRcvAddressStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifRcvAddressStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable/ifRcvAddressEntry/ifRcvAddressType": {
      "get": {
        "summary": "Get ifRcvAddressType",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-ifRcvAddressEntry-ifRcvAddressType",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "IF-MIB:ifRcvAddressType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifRcvAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/IF-MIB:IF-MIB/ifRcvAddressTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-1",
        "tags": [
          "IF-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": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-1/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-1-ifIndex",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-2",
        "tags": [
          "IF-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": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-2/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-2-ifIndex",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-2/ifAdminStatus": {
      "get": {
        "summary": "Get ifAdminStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-2-ifAdminStatus",
        "tags": [
          "IF-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": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-3",
        "tags": [
          "IF-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": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-3/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-3-ifIndex",
        "tags": [
          "IF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "IF-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/IF-MIB:IF-MIB/ifRcvAddressTable/object-3/ifOperStatus": {
      "get": {
        "summary": "Get ifOperStatus",
        "operationId": "get-IF-MIB:IF-MIB-ifRcvAddressTable-object-3-ifOperStatus",
        "tags": [
          "IF-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": {
                  "IF-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."
      }
    }
  },
  "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": []
    }
  ]
}
