{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - ENTITY-MIB",
    "description": "MIB data from `ENTITY-MIB` module.\n\n**Root containers:** 1 (ENTITY-MIB)\n**Paths:** 45 | **Descendants:** 44\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": "ENTITY-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/ENTITY-MIB:ENTITY-MIB": {
      "get": {
        "summary": "Get ENTITY-MIB",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entityGeneral": {
                      "type": "object",
                      "properties": {
                        "entLastChangeTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entPhysicalTable": {
                      "type": "object",
                      "properties": {
                        "entPhysicalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalDescr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalVendorType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalContainedIn": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalClass": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalParentRelPos": {
                                "type": "integer",
                                "example": 1
                              },
                              "entPhysicalName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "entPhysicalHardwareRev": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalFirmwareRev": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalSoftwareRev": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalSerialNum": {
                                "type": "string",
                                "example": "10"
                              },
                              "entPhysicalMfgName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "entPhysicalModelName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "entPhysicalAlias": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhysicalAssetID": {
                                "type": "string",
                                "example": "1"
                              },
                              "entPhysicalIsFRU": {
                                "type": "boolean",
                                "example": true
                              },
                              "entPhysicalMfgDate": {
                                "type": "string",
                                "example": "2025-03-15"
                              },
                              "entPhysicalUris": {
                                "type": "string",
                                "format": "byte",
                                "example": "https://10.1.1.1/restconf"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entLogicalTable": {
                      "type": "object",
                      "properties": {
                        "entLogicalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entLogicalIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "entLogicalDescr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entLogicalType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entLogicalTAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "entLogicalTDomain": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entLogicalContextEngineID": {
                                "type": "string",
                                "example": "1"
                              },
                              "entLogicalContextName": {
                                "type": "string",
                                "example": "example-1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entLPMappingTable": {
                      "type": "object",
                      "properties": {
                        "entLPMappingEntry": {
                          "type": "object",
                          "properties": {
                            "entLogicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entLPPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entAliasMappingTable": {
                      "type": "object",
                      "properties": {
                        "entAliasMappingEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entAliasLogicalIndexOrZero": {
                              "type": "integer",
                              "example": 1
                            },
                            "entAliasMappingIdentifier": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entPhysicalContainsTable": {
                      "type": "object",
                      "properties": {
                        "entPhysicalContainsEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPhysicalChildIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:ENTITY-MIB": {
                    "entityGeneral": {
                      "entLastChangeTime": "10:30:45"
                    },
                    "entPhysicalTable": {
                      "entPhysicalEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "entPhysicalDescr": "configured-value",
                          "entPhysicalVendorType": "configured-value",
                          "entPhysicalContainedIn": "configured-value",
                          "entPhysicalClass": "configured-value",
                          "entPhysicalParentRelPos": 1,
                          "entPhysicalName": "example-1",
                          "entPhysicalHardwareRev": "configured-value",
                          "entPhysicalFirmwareRev": "configured-value",
                          "entPhysicalSoftwareRev": "configured-value",
                          "entPhysicalSerialNum": "10",
                          "entPhysicalMfgName": "example-1",
                          "entPhysicalModelName": "example-1",
                          "entPhysicalAlias": "configured-value",
                          "entPhysicalAssetID": "1",
                          "entPhysicalIsFRU": true,
                          "entPhysicalMfgDate": "2025-03-15",
                          "entPhysicalUris": "QmFzZTY0"
                        }
                      ]
                    },
                    "entLogicalTable": {
                      "entLogicalEntry": [
                        {
                          "entLogicalIndex": 1,
                          "entLogicalDescr": "configured-value",
                          "entLogicalType": "configured-value",
                          "entLogicalTAddress": "10.1.1.1",
                          "entLogicalTDomain": "configured-value",
                          "entLogicalContextEngineID": "1",
                          "entLogicalContextName": "example-1"
                        }
                      ]
                    },
                    "entLPMappingTable": {
                      "entLPMappingEntry": {
                        "entLogicalIndex": "configured-value",
                        "entLPPhysicalIndex": "configured-value"
                      }
                    },
                    "entAliasMappingTable": {
                      "entAliasMappingEntry": {
                        "entPhysicalIndex": "configured-value",
                        "entAliasLogicalIndexOrZero": 1,
                        "entAliasMappingIdentifier": "1"
                      }
                    },
                    "entPhysicalContainsTable": {
                      "entPhysicalContainsEntry": {
                        "entPhysicalIndex": "configured-value",
                        "entPhysicalChildIndex": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ENTITY-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entityGeneral": {
      "get": {
        "summary": "Get entityGeneral",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entityGeneral",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entLastChangeTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entityGeneral": {
                    "entLastChangeTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entityGeneral from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entityGeneral/entLastChangeTime": {
      "get": {
        "summary": "Get entLastChangeTime",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entityGeneral-entLastChangeTime",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entLastChangeTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLastChangeTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable": {
      "get": {
        "summary": "Get entPhysicalTable",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalDescr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalVendorType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalContainedIn": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalClass": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalParentRelPos": {
                            "type": "integer",
                            "example": 1
                          },
                          "entPhysicalName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "entPhysicalHardwareRev": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalFirmwareRev": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalSoftwareRev": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalSerialNum": {
                            "type": "string",
                            "example": "10"
                          },
                          "entPhysicalMfgName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "entPhysicalModelName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "entPhysicalAlias": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhysicalAssetID": {
                            "type": "string",
                            "example": "1"
                          },
                          "entPhysicalIsFRU": {
                            "type": "boolean",
                            "example": true
                          },
                          "entPhysicalMfgDate": {
                            "type": "string",
                            "example": "2025-03-15"
                          },
                          "entPhysicalUris": {
                            "type": "string",
                            "format": "byte",
                            "example": "https://10.1.1.1/restconf"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalTable": {
                    "entPhysicalEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "entPhysicalDescr": "configured-value",
                        "entPhysicalVendorType": "configured-value",
                        "entPhysicalContainedIn": "configured-value",
                        "entPhysicalClass": "configured-value",
                        "entPhysicalParentRelPos": 1,
                        "entPhysicalName": "example-1",
                        "entPhysicalHardwareRev": "configured-value",
                        "entPhysicalFirmwareRev": "configured-value",
                        "entPhysicalSoftwareRev": "configured-value",
                        "entPhysicalSerialNum": "10",
                        "entPhysicalMfgName": "example-1",
                        "entPhysicalModelName": "example-1",
                        "entPhysicalAlias": "configured-value",
                        "entPhysicalAssetID": "1",
                        "entPhysicalIsFRU": true,
                        "entPhysicalMfgDate": "2025-03-15",
                        "entPhysicalUris": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry": {
      "get": {
        "summary": "Get entPhysicalEntry",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalDescr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalVendorType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalContainedIn": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalClass": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalParentRelPos": {
                        "type": "integer",
                        "example": 1
                      },
                      "entPhysicalName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "entPhysicalHardwareRev": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalFirmwareRev": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalSoftwareRev": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalSerialNum": {
                        "type": "string",
                        "example": "10"
                      },
                      "entPhysicalMfgName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "entPhysicalModelName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "entPhysicalAlias": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhysicalAssetID": {
                        "type": "string",
                        "example": "1"
                      },
                      "entPhysicalIsFRU": {
                        "type": "boolean",
                        "example": true
                      },
                      "entPhysicalMfgDate": {
                        "type": "string",
                        "example": "2025-03-15"
                      },
                      "entPhysicalUris": {
                        "type": "string",
                        "format": "byte",
                        "example": "https://10.1.1.1/restconf"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "entPhysicalDescr": "configured-value",
                      "entPhysicalVendorType": "configured-value",
                      "entPhysicalContainedIn": "configured-value",
                      "entPhysicalClass": "configured-value",
                      "entPhysicalParentRelPos": 1,
                      "entPhysicalName": "example-1",
                      "entPhysicalHardwareRev": "configured-value",
                      "entPhysicalFirmwareRev": "configured-value",
                      "entPhysicalSoftwareRev": "configured-value",
                      "entPhysicalSerialNum": "10",
                      "entPhysicalMfgName": "example-1",
                      "entPhysicalModelName": "example-1",
                      "entPhysicalAlias": "configured-value",
                      "entPhysicalAssetID": "1",
                      "entPhysicalIsFRU": true,
                      "entPhysicalMfgDate": "2025-03-15",
                      "entPhysicalUris": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalDescr": {
      "get": {
        "summary": "Get entPhysicalDescr",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalDescr",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalVendorType": {
      "get": {
        "summary": "Get entPhysicalVendorType",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalVendorType",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalVendorType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalVendorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalContainedIn": {
      "get": {
        "summary": "Get entPhysicalContainedIn",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalContainedIn",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalContainedIn": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalContainedIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalClass": {
      "get": {
        "summary": "Get entPhysicalClass",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalClass",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalClass": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalClass from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalParentRelPos": {
      "get": {
        "summary": "Get entPhysicalParentRelPos",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalParentRelPos",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entPhysicalParentRelPos": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalParentRelPos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalName": {
      "get": {
        "summary": "Get entPhysicalName",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalName",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalHardwareRev": {
      "get": {
        "summary": "Get entPhysicalHardwareRev",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalHardwareRev",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalHardwareRev": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalHardwareRev from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalFirmwareRev": {
      "get": {
        "summary": "Get entPhysicalFirmwareRev",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalFirmwareRev",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalFirmwareRev": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalFirmwareRev from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalSoftwareRev": {
      "get": {
        "summary": "Get entPhysicalSoftwareRev",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalSoftwareRev",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalSoftwareRev": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalSoftwareRev from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalSerialNum": {
      "get": {
        "summary": "Get entPhysicalSerialNum",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalSerialNum",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalSerialNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalSerialNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalMfgName": {
      "get": {
        "summary": "Get entPhysicalMfgName",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalMfgName",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalMfgName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalMfgName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalModelName": {
      "get": {
        "summary": "Get entPhysicalModelName",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalModelName",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalModelName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalModelName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalAlias": {
      "get": {
        "summary": "Get entPhysicalAlias",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalAlias",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalAlias": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalAlias from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalAssetID": {
      "get": {
        "summary": "Get entPhysicalAssetID",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalAssetID",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalAssetID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalAssetID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalIsFRU": {
      "get": {
        "summary": "Get entPhysicalIsFRU",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalIsFRU",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entPhysicalIsFRU": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIsFRU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalMfgDate": {
      "get": {
        "summary": "Get entPhysicalMfgDate",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalMfgDate",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalMfgDate": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalMfgDate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalTable/entPhysicalEntry/entPhysicalUris": {
      "get": {
        "summary": "Get entPhysicalUris",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalTable-entPhysicalEntry-entPhysicalUris",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalUris": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalUris from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable": {
      "get": {
        "summary": "Get entLogicalTable",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entLogicalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entLogicalIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "entLogicalDescr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entLogicalType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entLogicalTAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "entLogicalTDomain": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entLogicalContextEngineID": {
                            "type": "string",
                            "example": "1"
                          },
                          "entLogicalContextName": {
                            "type": "string",
                            "example": "example-1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalTable": {
                    "entLogicalEntry": [
                      {
                        "entLogicalIndex": 1,
                        "entLogicalDescr": "configured-value",
                        "entLogicalType": "configured-value",
                        "entLogicalTAddress": "10.1.1.1",
                        "entLogicalTDomain": "configured-value",
                        "entLogicalContextEngineID": "1",
                        "entLogicalContextName": "example-1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry": {
      "get": {
        "summary": "Get entLogicalEntry",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry",
        "tags": [
          "ENTITY-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": {
                      "entLogicalIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "entLogicalDescr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entLogicalType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entLogicalTAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "entLogicalTDomain": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entLogicalContextEngineID": {
                        "type": "string",
                        "example": "1"
                      },
                      "entLogicalContextName": {
                        "type": "string",
                        "example": "example-1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalEntry": [
                    {
                      "entLogicalIndex": 1,
                      "entLogicalDescr": "configured-value",
                      "entLogicalType": "configured-value",
                      "entLogicalTAddress": "10.1.1.1",
                      "entLogicalTDomain": "configured-value",
                      "entLogicalContextEngineID": "1",
                      "entLogicalContextName": "example-1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalIndex": {
      "get": {
        "summary": "Get entLogicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalIndex",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entLogicalIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalDescr": {
      "get": {
        "summary": "Get entLogicalDescr",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalDescr",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalType": {
      "get": {
        "summary": "Get entLogicalType",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalType",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalTAddress": {
      "get": {
        "summary": "Get entLogicalTAddress",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalTAddress",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entLogicalTAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalTAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalTDomain": {
      "get": {
        "summary": "Get entLogicalTDomain",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalTDomain",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalTDomain": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalTDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalContextEngineID": {
      "get": {
        "summary": "Get entLogicalContextEngineID",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalContextEngineID",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "ENTITY-MIB:entLogicalContextEngineID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalContextEngineID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLogicalTable/entLogicalEntry/entLogicalContextName": {
      "get": {
        "summary": "Get entLogicalContextName",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLogicalTable-entLogicalEntry-entLogicalContextName",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "ENTITY-MIB:entLogicalContextName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalContextName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLPMappingTable": {
      "get": {
        "summary": "Get entLPMappingTable",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLPMappingTable",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entLPMappingEntry": {
                      "type": "object",
                      "properties": {
                        "entLogicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entLPPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLPMappingTable": {
                    "entLPMappingEntry": {
                      "entLogicalIndex": "configured-value",
                      "entLPPhysicalIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLPMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLPMappingTable/entLPMappingEntry": {
      "get": {
        "summary": "Get entLPMappingEntry",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLPMappingTable-entLPMappingEntry",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entLogicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entLPPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLPMappingEntry": {
                    "entLogicalIndex": "configured-value",
                    "entLPPhysicalIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLPMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLPMappingTable/entLPMappingEntry/entLogicalIndex": {
      "get": {
        "summary": "Get entLogicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLPMappingTable-entLPMappingEntry-entLogicalIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLogicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLogicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entLPMappingTable/entLPMappingEntry/entLPPhysicalIndex": {
      "get": {
        "summary": "Get entLPPhysicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entLPMappingTable-entLPMappingEntry-entLPPhysicalIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entLPPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entLPPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entAliasMappingTable": {
      "get": {
        "summary": "Get entAliasMappingTable",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entAliasMappingTable",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entAliasMappingEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entAliasLogicalIndexOrZero": {
                          "type": "integer",
                          "example": 1
                        },
                        "entAliasMappingIdentifier": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entAliasMappingTable": {
                    "entAliasMappingEntry": {
                      "entPhysicalIndex": "configured-value",
                      "entAliasLogicalIndexOrZero": 1,
                      "entAliasMappingIdentifier": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entAliasMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entAliasMappingTable/entAliasMappingEntry": {
      "get": {
        "summary": "Get entAliasMappingEntry",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entAliasMappingTable-entAliasMappingEntry",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entAliasLogicalIndexOrZero": {
                      "type": "integer",
                      "example": 1
                    },
                    "entAliasMappingIdentifier": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entAliasMappingEntry": {
                    "entPhysicalIndex": "configured-value",
                    "entAliasLogicalIndexOrZero": 1,
                    "entAliasMappingIdentifier": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entAliasMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entAliasMappingTable/entAliasMappingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entAliasMappingTable-entAliasMappingEntry-entPhysicalIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entAliasMappingTable/entAliasMappingEntry/entAliasLogicalIndexOrZero": {
      "get": {
        "summary": "Get entAliasLogicalIndexOrZero",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entAliasMappingTable-entAliasMappingEntry-entAliasLogicalIndexOrZero",
        "tags": [
          "ENTITY-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": {
                  "ENTITY-MIB:entAliasLogicalIndexOrZero": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entAliasLogicalIndexOrZero from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entAliasMappingTable/entAliasMappingEntry/entAliasMappingIdentifier": {
      "get": {
        "summary": "Get entAliasMappingIdentifier",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entAliasMappingTable-entAliasMappingEntry-entAliasMappingIdentifier",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "ENTITY-MIB:entAliasMappingIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entAliasMappingIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalContainsTable": {
      "get": {
        "summary": "Get entPhysicalContainsTable",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalContainsTable",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalContainsEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPhysicalChildIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalContainsTable": {
                    "entPhysicalContainsEntry": {
                      "entPhysicalIndex": "configured-value",
                      "entPhysicalChildIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalContainsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalContainsTable/entPhysicalContainsEntry": {
      "get": {
        "summary": "Get entPhysicalContainsEntry",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalContainsTable-entPhysicalContainsEntry",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entPhysicalChildIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalContainsEntry": {
                    "entPhysicalIndex": "configured-value",
                    "entPhysicalChildIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalContainsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalContainsTable/entPhysicalContainsEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalContainsTable-entPhysicalContainsEntry-entPhysicalIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-MIB:ENTITY-MIB/entPhysicalContainsTable/entPhysicalContainsEntry/entPhysicalChildIndex": {
      "get": {
        "summary": "Get entPhysicalChildIndex",
        "operationId": "get-ENTITY-MIB:ENTITY-MIB-entPhysicalContainsTable-entPhysicalContainsEntry-entPhysicalChildIndex",
        "tags": [
          "ENTITY-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-MIB:entPhysicalChildIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalChildIndex 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": []
    }
  ]
}
