Dell Servers · Schema
Thermal
Thermal sensor readings and fan status for a chassis
HardwareInfrastructureManagementMonitoringServers
Properties
| Name | Type | Description |
|---|---|---|
| @odata.id | string | OData resource identifier |
| Temperatures | array | Temperature sensor readings |
| Fans | array | Fan inventory and status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Thermal",
"title": "Thermal",
"type": "object",
"description": "Thermal sensor readings and fan status for a chassis",
"properties": {
"@odata.id": {
"type": "string",
"description": "OData resource identifier"
},
"Temperatures": {
"type": "array",
"description": "Temperature sensor readings",
"items": {
"type": "object",
"properties": {
"Name": {
"type": "string",
"description": "Sensor name"
},
"ReadingCelsius": {
"type": "number",
"description": "Current temperature reading in Celsius"
},
"UpperThresholdCritical": {
"type": "number",
"description": "Critical upper temperature threshold"
},
"UpperThresholdFatal": {
"type": "number",
"description": "Fatal upper temperature threshold"
},
"LowerThresholdCritical": {
"type": "number",
"description": "Critical lower temperature threshold"
},
"Status": {
"$ref": "#/components/schemas/Status"
}
}
}
},
"Fans": {
"type": "array",
"description": "Fan inventory and status",
"items": {
"type": "object",
"properties": {
"Name": {
"type": "string",
"description": "Fan name"
},
"Reading": {
"type": "integer",
"description": "Current fan speed reading in RPM"
},
"ReadingUnits": {
"type": "string",
"description": "Units for the fan reading",
"enum": [
"RPM",
"Percent"
]
},
"Status": {
"$ref": "#/components/schemas/Status"
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dell-servers-thermal"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.