{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - ENTITY-SENSOR-MIB",
    "description": "MIB data from `ENTITY-SENSOR-MIB` module.\n\n**Root containers:** 1 (ENTITY-SENSOR-MIB)\n**Paths:** 12 | **Descendants:** 11\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-SENSOR-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-SENSOR-MIB:ENTITY-SENSOR-MIB": {
      "get": {
        "summary": "Get ENTITY-SENSOR-MIB",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB",
        "tags": [
          "ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhySensorTable": {
                      "type": "object",
                      "properties": {
                        "entPhySensorEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorScale": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorPrecision": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorValue": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "entPhySensorUnitsDisplay": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entPhySensorValueTimeStamp": {
                                "type": "string",
                                "example": "2025-03-15T10:30:45Z"
                              },
                              "entPhySensorValueUpdateRate": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB": {
                    "entPhySensorTable": {
                      "entPhySensorEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "entPhySensorType": "configured-value",
                          "entPhySensorScale": "configured-value",
                          "entPhySensorPrecision": "configured-value",
                          "entPhySensorValue": "configured-value",
                          "entPhySensorOperStatus": "active",
                          "entPhySensorUnitsDisplay": "configured-value",
                          "entPhySensorValueTimeStamp": "2025-03-15T10:30:45Z",
                          "entPhySensorValueUpdateRate": 1
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ENTITY-SENSOR-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable": {
      "get": {
        "summary": "Get entPhySensorTable",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable",
        "tags": [
          "ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhySensorEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorScale": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorPrecision": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorValue": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "entPhySensorUnitsDisplay": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entPhySensorValueTimeStamp": {
                            "type": "string",
                            "example": "2025-03-15T10:30:45Z"
                          },
                          "entPhySensorValueUpdateRate": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-SENSOR-MIB:entPhySensorTable": {
                    "entPhySensorEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "entPhySensorType": "configured-value",
                        "entPhySensorScale": "configured-value",
                        "entPhySensorPrecision": "configured-value",
                        "entPhySensorValue": "configured-value",
                        "entPhySensorOperStatus": "active",
                        "entPhySensorUnitsDisplay": "configured-value",
                        "entPhySensorValueTimeStamp": "2025-03-15T10:30:45Z",
                        "entPhySensorValueUpdateRate": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry": {
      "get": {
        "summary": "Get entPhySensorEntry",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry",
        "tags": [
          "ENTITY-SENSOR-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"
                      },
                      "entPhySensorType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhySensorScale": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhySensorPrecision": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhySensorValue": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhySensorOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "entPhySensorUnitsDisplay": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entPhySensorValueTimeStamp": {
                        "type": "string",
                        "example": "2025-03-15T10:30:45Z"
                      },
                      "entPhySensorValueUpdateRate": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ENTITY-SENSOR-MIB:entPhySensorEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "entPhySensorType": "configured-value",
                      "entPhySensorScale": "configured-value",
                      "entPhySensorPrecision": "configured-value",
                      "entPhySensorValue": "configured-value",
                      "entPhySensorOperStatus": "active",
                      "entPhySensorUnitsDisplay": "configured-value",
                      "entPhySensorValueTimeStamp": "2025-03-15T10:30:45Z",
                      "entPhySensorValueUpdateRate": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhysicalIndex",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-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-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorType": {
      "get": {
        "summary": "Get entPhySensorType",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorType",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-MIB:entPhySensorType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorScale": {
      "get": {
        "summary": "Get entPhySensorScale",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorScale",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-MIB:entPhySensorScale": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorScale from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorPrecision": {
      "get": {
        "summary": "Get entPhySensorPrecision",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorPrecision",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-MIB:entPhySensorPrecision": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorPrecision from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorValue": {
      "get": {
        "summary": "Get entPhySensorValue",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorValue",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-MIB:entPhySensorValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorOperStatus": {
      "get": {
        "summary": "Get entPhySensorOperStatus",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorOperStatus",
        "tags": [
          "ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "ENTITY-SENSOR-MIB:entPhySensorOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorUnitsDisplay": {
      "get": {
        "summary": "Get entPhySensorUnitsDisplay",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorUnitsDisplay",
        "tags": [
          "ENTITY-SENSOR-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-SENSOR-MIB:entPhySensorUnitsDisplay": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorUnitsDisplay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorValueTimeStamp": {
      "get": {
        "summary": "Get entPhySensorValueTimeStamp",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorValueTimeStamp",
        "tags": [
          "ENTITY-SENSOR-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-15T10:30:45Z"
                },
                "example": {
                  "ENTITY-SENSOR-MIB:entPhySensorValueTimeStamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorValueTimeStamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB/entPhySensorTable/entPhySensorEntry/entPhySensorValueUpdateRate": {
      "get": {
        "summary": "Get entPhySensorValueUpdateRate",
        "operationId": "get-ENTITY-SENSOR-MIB:ENTITY-SENSOR-MIB-entPhySensorTable-entPhySensorEntry-entPhySensorValueUpdateRate",
        "tags": [
          "ENTITY-SENSOR-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": {
                  "ENTITY-SENSOR-MIB:entPhySensorValueUpdateRate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhySensorValueUpdateRate 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": []
    }
  ]
}
