{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-ENTITY-SENSOR-MIB",
    "description": "MIB data from `CISCO-ENTITY-SENSOR-MIB` module.\n\n**Root containers:** 1 (CISCO-ENTITY-SENSOR-MIB)\n**Paths:** 38 | **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": "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB": {
      "get": {
        "summary": "Get CISCO-ENTITY-SENSOR-MIB",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB",
        "tags": [
          "CISCO-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": {
                    "entSensorGlobalObjects": {
                      "type": "object",
                      "properties": {
                        "entSensorThreshNotifGlobalEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "entSensorValueTable": {
                      "type": "object",
                      "properties": {
                        "entSensorValueEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entSensorType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entSensorScale": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entSensorPrecision": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entSensorValue": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "entSensorStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "entSensorValueTimeStamp": {
                                "type": "string",
                                "example": "2025-03-15T10:30:45Z"
                              },
                              "entSensorValueUpdateRate": {
                                "type": "string",
                                "example": "2025-03-15"
                              },
                              "entSensorMeasuredEntity": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "entSensorThresholdTable": {
                      "type": "object",
                      "properties": {
                        "entSensorThresholdEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "entSensorThresholdSeverity": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdRelation": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdValue": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdEvaluation": {
                              "type": "boolean",
                              "example": true
                            },
                            "entSensorThresholdNotificationEnable": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorValue": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdSeverity": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entSensorThresholdValue": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB": {
                    "entSensorGlobalObjects": {
                      "entSensorThreshNotifGlobalEnable": true
                    },
                    "entSensorValueTable": {
                      "entSensorValueEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "entSensorType": "configured-value",
                          "entSensorScale": "configured-value",
                          "entSensorPrecision": "configured-value",
                          "entSensorValue": "configured-value",
                          "entSensorStatus": "active",
                          "entSensorValueTimeStamp": "2025-03-15T10:30:45Z",
                          "entSensorValueUpdateRate": "2025-03-15",
                          "entSensorMeasuredEntity": "configured-value"
                        }
                      ]
                    },
                    "entSensorThresholdTable": {
                      "entSensorThresholdEntry": {
                        "entPhysicalIndex": "configured-value",
                        "entSensorThresholdIndex": 1,
                        "entSensorThresholdSeverity": "configured-value",
                        "entSensorThresholdRelation": "configured-value",
                        "entSensorThresholdValue": "configured-value",
                        "entSensorThresholdEvaluation": true,
                        "entSensorThresholdNotificationEnable": true
                      },
                      "object-1": {
                        "entPhysicalIndex": "configured-value",
                        "entSensorValue": "configured-value"
                      },
                      "object-2": {
                        "entPhysicalIndex": "configured-value",
                        "entSensorThresholdIndex": "configured-value",
                        "entSensorThresholdSeverity": "configured-value"
                      },
                      "object-3": {
                        "entPhysicalIndex": "configured-value",
                        "entSensorThresholdIndex": "configured-value",
                        "entSensorThresholdValue": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-ENTITY-SENSOR-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorGlobalObjects": {
      "get": {
        "summary": "Get entSensorGlobalObjects",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorGlobalObjects",
        "tags": [
          "CISCO-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": {
                    "entSensorThreshNotifGlobalEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorGlobalObjects": {
                    "entSensorThreshNotifGlobalEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorGlobalObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorGlobalObjects/entSensorThreshNotifGlobalEnable": {
      "get": {
        "summary": "Get entSensorThreshNotifGlobalEnable",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorGlobalObjects-entSensorThreshNotifGlobalEnable",
        "tags": [
          "CISCO-ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThreshNotifGlobalEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThreshNotifGlobalEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable": {
      "get": {
        "summary": "Get entSensorValueTable",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable",
        "tags": [
          "CISCO-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": {
                    "entSensorValueEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entSensorType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entSensorScale": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entSensorPrecision": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entSensorValue": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "entSensorStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "entSensorValueTimeStamp": {
                            "type": "string",
                            "example": "2025-03-15T10:30:45Z"
                          },
                          "entSensorValueUpdateRate": {
                            "type": "string",
                            "example": "2025-03-15"
                          },
                          "entSensorMeasuredEntity": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValueTable": {
                    "entSensorValueEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "entSensorType": "configured-value",
                        "entSensorScale": "configured-value",
                        "entSensorPrecision": "configured-value",
                        "entSensorValue": "configured-value",
                        "entSensorStatus": "active",
                        "entSensorValueTimeStamp": "2025-03-15T10:30:45Z",
                        "entSensorValueUpdateRate": "2025-03-15",
                        "entSensorMeasuredEntity": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValueTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry": {
      "get": {
        "summary": "Get entSensorValueEntry",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry",
        "tags": [
          "CISCO-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"
                      },
                      "entSensorType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entSensorScale": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entSensorPrecision": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entSensorValue": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "entSensorStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "entSensorValueTimeStamp": {
                        "type": "string",
                        "example": "2025-03-15T10:30:45Z"
                      },
                      "entSensorValueUpdateRate": {
                        "type": "string",
                        "example": "2025-03-15"
                      },
                      "entSensorMeasuredEntity": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValueEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "entSensorType": "configured-value",
                      "entSensorScale": "configured-value",
                      "entSensorPrecision": "configured-value",
                      "entSensorValue": "configured-value",
                      "entSensorStatus": "active",
                      "entSensorValueTimeStamp": "2025-03-15T10:30:45Z",
                      "entSensorValueUpdateRate": "2025-03-15",
                      "entSensorMeasuredEntity": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValueEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entPhysicalIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorType": {
      "get": {
        "summary": "Get entSensorType",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorType",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorScale": {
      "get": {
        "summary": "Get entSensorScale",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorScale",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorScale": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorScale from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorPrecision": {
      "get": {
        "summary": "Get entSensorPrecision",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorPrecision",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorPrecision": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorPrecision from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorValue": {
      "get": {
        "summary": "Get entSensorValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorStatus": {
      "get": {
        "summary": "Get entSensorStatus",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorStatus",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorValueTimeStamp": {
      "get": {
        "summary": "Get entSensorValueTimeStamp",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorValueTimeStamp",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValueTimeStamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValueTimeStamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorValueUpdateRate": {
      "get": {
        "summary": "Get entSensorValueUpdateRate",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorValueUpdateRate",
        "tags": [
          "CISCO-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-15"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValueUpdateRate": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValueUpdateRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorValueTable/entSensorValueEntry/entSensorMeasuredEntity": {
      "get": {
        "summary": "Get entSensorMeasuredEntity",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorValueTable-entSensorValueEntry-entSensorMeasuredEntity",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorMeasuredEntity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorMeasuredEntity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable": {
      "get": {
        "summary": "Get entSensorThresholdTable",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable",
        "tags": [
          "CISCO-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": {
                    "entSensorThresholdEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "entSensorThresholdSeverity": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdRelation": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdValue": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdEvaluation": {
                          "type": "boolean",
                          "example": true
                        },
                        "entSensorThresholdNotificationEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorValue": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdSeverity": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entSensorThresholdValue": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdTable": {
                    "entSensorThresholdEntry": {
                      "entPhysicalIndex": "configured-value",
                      "entSensorThresholdIndex": 1,
                      "entSensorThresholdSeverity": "configured-value",
                      "entSensorThresholdRelation": "configured-value",
                      "entSensorThresholdValue": "configured-value",
                      "entSensorThresholdEvaluation": true,
                      "entSensorThresholdNotificationEnable": true
                    },
                    "object-1": {
                      "entPhysicalIndex": "configured-value",
                      "entSensorValue": "configured-value"
                    },
                    "object-2": {
                      "entPhysicalIndex": "configured-value",
                      "entSensorThresholdIndex": "configured-value",
                      "entSensorThresholdSeverity": "configured-value"
                    },
                    "object-3": {
                      "entPhysicalIndex": "configured-value",
                      "entSensorThresholdIndex": "configured-value",
                      "entSensorThresholdValue": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry": {
      "get": {
        "summary": "Get entSensorThresholdEntry",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry",
        "tags": [
          "CISCO-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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "entSensorThresholdSeverity": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdRelation": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdValue": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdEvaluation": {
                      "type": "boolean",
                      "example": true
                    },
                    "entSensorThresholdNotificationEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdEntry": {
                    "entPhysicalIndex": "configured-value",
                    "entSensorThresholdIndex": 1,
                    "entSensorThresholdSeverity": "configured-value",
                    "entSensorThresholdRelation": "configured-value",
                    "entSensorThresholdValue": "configured-value",
                    "entSensorThresholdEvaluation": true,
                    "entSensorThresholdNotificationEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entPhysicalIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdIndex": {
      "get": {
        "summary": "Get entSensorThresholdIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdIndex",
        "tags": [
          "CISCO-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",
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdSeverity": {
      "get": {
        "summary": "Get entSensorThresholdSeverity",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdSeverity",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdRelation": {
      "get": {
        "summary": "Get entSensorThresholdRelation",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdRelation",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdRelation": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdRelation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdValue": {
      "get": {
        "summary": "Get entSensorThresholdValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdEvaluation": {
      "get": {
        "summary": "Get entSensorThresholdEvaluation",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdEvaluation",
        "tags": [
          "CISCO-ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdEvaluation": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdEvaluation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/entSensorThresholdEntry/entSensorThresholdNotificationEnable": {
      "get": {
        "summary": "Get entSensorThresholdNotificationEnable",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-entSensorThresholdEntry-entSensorThresholdNotificationEnable",
        "tags": [
          "CISCO-ENTITY-SENSOR-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdNotificationEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdNotificationEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-1",
        "tags": [
          "CISCO-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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdValue": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:object-1": {
                    "entPhysicalIndex": "configured-value",
                    "entSensorThresholdIndex": "configured-value",
                    "entSensorThresholdValue": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-1/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-1-entPhysicalIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-1/entSensorThresholdIndex": {
      "get": {
        "summary": "Get entSensorThresholdIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-1-entSensorThresholdIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-1/entSensorThresholdValue": {
      "get": {
        "summary": "Get entSensorThresholdValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-1-entSensorThresholdValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-2",
        "tags": [
          "CISCO-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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorValue": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:object-2": {
                    "entPhysicalIndex": "configured-value",
                    "entSensorValue": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-2/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-2-entPhysicalIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-2/entSensorValue": {
      "get": {
        "summary": "Get entSensorValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-2-entSensorValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-3",
        "tags": [
          "CISCO-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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entSensorThresholdSeverity": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-SENSOR-MIB:object-3": {
                    "entPhysicalIndex": "configured-value",
                    "entSensorThresholdIndex": "configured-value",
                    "entSensorThresholdSeverity": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-3/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-3-entPhysicalIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-3/entSensorThresholdIndex": {
      "get": {
        "summary": "Get entSensorThresholdIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-3-entSensorThresholdIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-3/entSensorThresholdSeverity": {
      "get": {
        "summary": "Get entSensorThresholdSeverity",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-3-entSensorThresholdSeverity",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-1/entSensorValue": {
      "get": {
        "summary": "Get entSensorValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-1-entSensorValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-2/entSensorThresholdIndex": {
      "get": {
        "summary": "Get entSensorThresholdIndex",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-2-entSensorThresholdIndex",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-2/entSensorThresholdSeverity": {
      "get": {
        "summary": "Get entSensorThresholdSeverity",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-2-entSensorThresholdSeverity",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdSeverity": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdSeverity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB/entSensorThresholdTable/object-3/entSensorThresholdValue": {
      "get": {
        "summary": "Get entSensorThresholdValue",
        "operationId": "get-CISCO-ENTITY-SENSOR-MIB:CISCO-ENTITY-SENSOR-MIB-entSensorThresholdTable-object-3-entSensorThresholdValue",
        "tags": [
          "CISCO-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": {
                  "CISCO-ENTITY-SENSOR-MIB:entSensorThresholdValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entSensorThresholdValue 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": []
    }
  ]
}
