{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-ENTITY-EXT-MIB",
    "description": "MIB data from `CISCO-ENTITY-EXT-MIB` module.\n\n**Root containers:** 1 (CISCO-ENTITY-EXT-MIB)\n**Paths:** 22 | **Descendants:** 21\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-ENTITY-EXT-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB": {
      "get": {
        "summary": "Get CISCO-ENTITY-EXT-MIB",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceExtPhysicalProcessorTable": {
                      "type": "object",
                      "properties": {
                        "ceExtPhysicalProcessorEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceExtProcessorRam": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ceExtNVRAMSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ceExtNVRAMUsed": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ceExtProcessorRamOverflow": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ceExtHCProcessorRam": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ceExtConfigRegTable": {
                      "type": "object",
                      "properties": {
                        "ceExtConfigRegEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceExtConfigRegister": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceExtConfigRegNext": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ceExtSysBootImageList": {
                                "type": "string",
                                "example": "item-1"
                              },
                              "ceExtKickstartImageList": {
                                "type": "string",
                                "example": "item-1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ceExtEntityLEDTable": {
                      "type": "object",
                      "properties": {
                        "ceExtEntityLEDEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ceExtEntityLEDType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ceExtEntityLEDColor": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ceEntPhysicalSecondSerialNum": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB": {
                    "ceExtPhysicalProcessorTable": {
                      "ceExtPhysicalProcessorEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "ceExtProcessorRam": 1,
                          "ceExtNVRAMSize": 1,
                          "ceExtNVRAMUsed": 1,
                          "ceExtProcessorRamOverflow": 1,
                          "ceExtHCProcessorRam": "configured-value"
                        }
                      ]
                    },
                    "ceExtConfigRegTable": {
                      "ceExtConfigRegEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "ceExtConfigRegister": "configured-value",
                          "ceExtConfigRegNext": "configured-value",
                          "ceExtSysBootImageList": "item-1",
                          "ceExtKickstartImageList": "item-1"
                        }
                      ]
                    },
                    "ceExtEntityLEDTable": {
                      "ceExtEntityLEDEntry": {
                        "entPhysicalIndex": "configured-value",
                        "ceExtEntityLEDType": "default",
                        "ceExtEntityLEDColor": "default"
                      }
                    },
                    "ceEntPhysicalSecondSerialNum": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-ENTITY-EXT-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable": {
      "get": {
        "summary": "Get ceExtPhysicalProcessorTable",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceExtPhysicalProcessorEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceExtProcessorRam": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ceExtNVRAMSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ceExtNVRAMUsed": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ceExtProcessorRamOverflow": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ceExtHCProcessorRam": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtPhysicalProcessorTable": {
                    "ceExtPhysicalProcessorEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "ceExtProcessorRam": 1,
                        "ceExtNVRAMSize": 1,
                        "ceExtNVRAMUsed": 1,
                        "ceExtProcessorRamOverflow": 1,
                        "ceExtHCProcessorRam": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtPhysicalProcessorTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry": {
      "get": {
        "summary": "Get ceExtPhysicalProcessorEntry",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry",
        "tags": [
          "CISCO-ENTITY-EXT-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"
                      },
                      "ceExtProcessorRam": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ceExtNVRAMSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ceExtNVRAMUsed": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ceExtProcessorRamOverflow": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ceExtHCProcessorRam": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtPhysicalProcessorEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "ceExtProcessorRam": 1,
                      "ceExtNVRAMSize": 1,
                      "ceExtNVRAMUsed": 1,
                      "ceExtProcessorRamOverflow": 1,
                      "ceExtHCProcessorRam": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtPhysicalProcessorEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/ceExtProcessorRam": {
      "get": {
        "summary": "Get ceExtProcessorRam",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-ceExtProcessorRam",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtProcessorRam": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtProcessorRam from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/ceExtNVRAMSize": {
      "get": {
        "summary": "Get ceExtNVRAMSize",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-ceExtNVRAMSize",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtNVRAMSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtNVRAMSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/ceExtNVRAMUsed": {
      "get": {
        "summary": "Get ceExtNVRAMUsed",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-ceExtNVRAMUsed",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtNVRAMUsed": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtNVRAMUsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/ceExtProcessorRamOverflow": {
      "get": {
        "summary": "Get ceExtProcessorRamOverflow",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-ceExtProcessorRamOverflow",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtProcessorRamOverflow": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtProcessorRamOverflow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtPhysicalProcessorTable/ceExtPhysicalProcessorEntry/ceExtHCProcessorRam": {
      "get": {
        "summary": "Get ceExtHCProcessorRam",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtPhysicalProcessorTable-ceExtPhysicalProcessorEntry-ceExtHCProcessorRam",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtHCProcessorRam": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtHCProcessorRam from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable": {
      "get": {
        "summary": "Get ceExtConfigRegTable",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceExtConfigRegEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceExtConfigRegister": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceExtConfigRegNext": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ceExtSysBootImageList": {
                            "type": "string",
                            "example": "item-1"
                          },
                          "ceExtKickstartImageList": {
                            "type": "string",
                            "example": "item-1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtConfigRegTable": {
                    "ceExtConfigRegEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "ceExtConfigRegister": "configured-value",
                        "ceExtConfigRegNext": "configured-value",
                        "ceExtSysBootImageList": "item-1",
                        "ceExtKickstartImageList": "item-1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtConfigRegTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry": {
      "get": {
        "summary": "Get ceExtConfigRegEntry",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry",
        "tags": [
          "CISCO-ENTITY-EXT-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"
                      },
                      "ceExtConfigRegister": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ceExtConfigRegNext": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ceExtSysBootImageList": {
                        "type": "string",
                        "example": "item-1"
                      },
                      "ceExtKickstartImageList": {
                        "type": "string",
                        "example": "item-1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtConfigRegEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "ceExtConfigRegister": "configured-value",
                      "ceExtConfigRegNext": "configured-value",
                      "ceExtSysBootImageList": "item-1",
                      "ceExtKickstartImageList": "item-1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtConfigRegEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry/ceExtConfigRegister": {
      "get": {
        "summary": "Get ceExtConfigRegister",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry-ceExtConfigRegister",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtConfigRegister": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtConfigRegister from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry/ceExtConfigRegNext": {
      "get": {
        "summary": "Get ceExtConfigRegNext",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry-ceExtConfigRegNext",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtConfigRegNext": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtConfigRegNext from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry/ceExtSysBootImageList": {
      "get": {
        "summary": "Get ceExtSysBootImageList",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry-ceExtSysBootImageList",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtSysBootImageList": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtSysBootImageList from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtConfigRegTable/ceExtConfigRegEntry/ceExtKickstartImageList": {
      "get": {
        "summary": "Get ceExtKickstartImageList",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtConfigRegTable-ceExtConfigRegEntry-ceExtKickstartImageList",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "item-1"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtKickstartImageList": "item-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtKickstartImageList from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtEntityLEDTable": {
      "get": {
        "summary": "Get ceExtEntityLEDTable",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtEntityLEDTable",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ceExtEntityLEDEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ceExtEntityLEDType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ceExtEntityLEDColor": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtEntityLEDTable": {
                    "ceExtEntityLEDEntry": {
                      "entPhysicalIndex": "configured-value",
                      "ceExtEntityLEDType": "default",
                      "ceExtEntityLEDColor": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtEntityLEDTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtEntityLEDTable/ceExtEntityLEDEntry": {
      "get": {
        "summary": "Get ceExtEntityLEDEntry",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtEntityLEDTable-ceExtEntityLEDEntry",
        "tags": [
          "CISCO-ENTITY-EXT-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"
                    },
                    "ceExtEntityLEDType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ceExtEntityLEDColor": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtEntityLEDEntry": {
                    "entPhysicalIndex": "configured-value",
                    "ceExtEntityLEDType": "default",
                    "ceExtEntityLEDColor": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtEntityLEDEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtEntityLEDTable/ceExtEntityLEDEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtEntityLEDTable-ceExtEntityLEDEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtEntityLEDTable/ceExtEntityLEDEntry/ceExtEntityLEDType": {
      "get": {
        "summary": "Get ceExtEntityLEDType",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtEntityLEDTable-ceExtEntityLEDEntry-ceExtEntityLEDType",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtEntityLEDType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtEntityLEDType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceExtEntityLEDTable/ceExtEntityLEDEntry/ceExtEntityLEDColor": {
      "get": {
        "summary": "Get ceExtEntityLEDColor",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceExtEntityLEDTable-ceExtEntityLEDEntry-ceExtEntityLEDColor",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceExtEntityLEDColor": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceExtEntityLEDColor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB/ceEntPhysicalSecondSerialNum": {
      "get": {
        "summary": "Get ceEntPhysicalSecondSerialNum",
        "operationId": "get-CISCO-ENTITY-EXT-MIB:CISCO-ENTITY-EXT-MIB-ceEntPhysicalSecondSerialNum",
        "tags": [
          "CISCO-ENTITY-EXT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-ENTITY-EXT-MIB:ceEntPhysicalSecondSerialNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ceEntPhysicalSecondSerialNum 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": []
    }
  ]
}
