EcoStruxure IT Device
A physical or virtual device discovered and monitored by EcoStruxure IT Expert, including UPS, PDU, CRAC, and other data center infrastructure equipment.
Building AutomationCommerce APIsEcoStruxureEnergy ManagementIndustrial IoTSchneider Electric
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.ecostruxureit.com/schemas/device",
"title": "EcoStruxure IT Device",
"description": "A physical or virtual device discovered and monitored by EcoStruxure IT Expert, including UPS, PDU, CRAC, and other data center infrastructure equipment.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the device."
},
"name": {
"type": "string",
"description": "Display name of the device."
},
"type": {
"type": "string",
"description": "Device type classification (e.g., UPS, PDU, CRAC, Server, Network)."
},
"status": {
"type": "string",
"enum": ["normal", "warning", "critical", "unknown"],
"description": "Current operational status of the device."
},
"location": {
"$ref": "#/$defs/LocationRef",
"description": "The location where this device is installed."
},
"ipAddress": {
"type": "string",
"description": "IP address of the device."
},
"macAddress": {
"type": "string",
"description": "MAC address of the device."
},
"firmwareVersion": {
"type": "string",
"description": "Firmware version installed on the device."
},
"serialNumber": {
"type": "string",
"description": "Manufacturer serial number."
},
"modelNumber": {
"type": "string",
"description": "Manufacturer model number."
},
"sensors": {
"type": "array",
"description": "Sensors attached to or reported by this device.",
"items": { "$ref": "#/$defs/SensorRef" }
},
"alarms": {
"type": "array",
"description": "Active alarms for this device.",
"items": { "$ref": "#/$defs/AlarmRef" }
},
"lastUpdated": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the most recent data update from this device."
}
},
"required": ["id", "name", "type"],
"$defs": {
"LocationRef": {
"type": "object",
"properties": {
"id": { "type": "string" },
"name": { "type": "string" }
}
},
"SensorRef": {
"type": "object",
"properties": {
"id": { "type": "string" },
"label": { "type": "string" },
"unit": { "type": "string" }
}
},
"AlarmRef": {
"type": "object",
"properties": {
"id": { "type": "string" },
"severity": { "type": "string", "enum": ["critical", "warning", "info"] },
"description": { "type": "string" }
}
}
}
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ecostruxure-it-device"
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 email required.
A second provider on the same verified email joins the account you already have.