Vertiv Device
A monitored device in the Vertiv Environet Alert DCIM monitoring system
Critical InfrastructureData-CenterDCIMInfrastructure MonitoringPower ManagementUPS
Properties
| Name |
Type |
Description |
| deviceId |
string |
Unique device identifier |
| deviceName |
string |
Human-readable device name |
| siteName |
string |
Data center site where the device is located |
| groupPath |
string |
Hierarchical group/location path (e.g., /DC-East/Row-A/Rack-A1) |
| category |
string |
Device category type |
| status |
object |
Device status summary |
| lastUpdated |
string |
Timestamp of the last status update |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vertiv/refs/heads/main/json-schema/vertiv-device-schema.json",
"title": "Vertiv Device",
"description": "A monitored device in the Vertiv Environet Alert DCIM monitoring system",
"type": "object",
"properties": {
"deviceId": {
"type": "string",
"description": "Unique device identifier"
},
"deviceName": {
"type": "string",
"description": "Human-readable device name"
},
"siteName": {
"type": "string",
"description": "Data center site where the device is located"
},
"groupPath": {
"type": "string",
"description": "Hierarchical group/location path (e.g., /DC-East/Row-A/Rack-A1)"
},
"category": {
"type": "string",
"description": "Device category type",
"enum": ["DEVICE", "PDU", "UPS", "SENSOR_HUB", "NETWORK"]
},
"status": {
"type": "object",
"description": "Device status summary",
"properties": {
"overall": {
"type": "string",
"enum": ["NORMAL", "ALARM", "WARNING", "DOWN", "MAINTENANCE", "DISABLED", "FAULT", "UNKNOWN"]
},
"alarmCount": { "type": "integer", "minimum": 0 },
"warningCount": { "type": "integer", "minimum": 0 },
"infoCount": { "type": "integer", "minimum": 0 },
"normalCount": { "type": "integer", "minimum": 0 }
}
},
"lastUpdated": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the last status update"
}
},
"required": ["deviceId", "deviceName"]
}
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/vertiv-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.