Dell Servers · Schema
Chassis
Chassis resource representing the physical enclosure of a Dell PowerEdge server including power, thermal, and physical component information
HardwareInfrastructureManagementMonitoringServers
Properties
| Name | Type | Description |
|---|---|---|
| @odata.id | string | OData resource identifier |
| Id | string | Chassis resource identifier |
| Name | string | Chassis name |
| ChassisType | string | Type of physical form factor |
| Manufacturer | string | Chassis manufacturer |
| Model | string | Chassis model |
| SerialNumber | string | Chassis serial number |
| PartNumber | string | Chassis part number |
| SKU | string | Chassis SKU or service tag |
| AssetTag | string | User-assigned asset tag |
| IndicatorLED | string | State of the chassis indicator LED |
| Status | object | |
| PowerState | string | Current power state |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Chassis",
"title": "Chassis",
"type": "object",
"description": "Chassis resource representing the physical enclosure of a Dell PowerEdge server including power, thermal, and physical component information",
"properties": {
"@odata.id": {
"type": "string",
"description": "OData resource identifier"
},
"Id": {
"type": "string",
"description": "Chassis resource identifier"
},
"Name": {
"type": "string",
"description": "Chassis name"
},
"ChassisType": {
"type": "string",
"description": "Type of physical form factor",
"enum": [
"Rack",
"Blade",
"Enclosure",
"StandAlone",
"RackMount",
"Card",
"Cartridge",
"Row",
"Pod",
"Expansion",
"Sidecar"
]
},
"Manufacturer": {
"type": "string",
"description": "Chassis manufacturer"
},
"Model": {
"type": "string",
"description": "Chassis model"
},
"SerialNumber": {
"type": "string",
"description": "Chassis serial number"
},
"PartNumber": {
"type": "string",
"description": "Chassis part number"
},
"SKU": {
"type": "string",
"description": "Chassis SKU or service tag"
},
"AssetTag": {
"type": "string",
"description": "User-assigned asset tag"
},
"IndicatorLED": {
"type": "string",
"description": "State of the chassis indicator LED",
"enum": [
"Lit",
"Blinking",
"Off"
]
},
"Status": {
"$ref": "#/components/schemas/Status"
},
"PowerState": {
"type": "string",
"description": "Current power state",
"enum": [
"On",
"Off",
"PoweringOn",
"PoweringOff"
]
}
}
}
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-chassis"
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.