Vertiv · Schema

StatusSummary

Status summary with alarm and event counts

Critical InfrastructureData-CenterDCIMInfrastructure MonitoringPower ManagementUPS

Properties

Name Type Description
overall string Overall status value
alarmCount integer Number of active alarms
warningCount integer Number of active warnings
infoCount integer Number of informational events
downCount integer Number of down devices/points
faultCount integer Number of faults
maintenanceCount integer Number of items in maintenance mode
disabledCount integer Number of disabled items
normalCount integer Number of items in normal state
unknownCount integer Number of items in unknown state
View JSON Schema on GitHub

JSON Schema

vertiv-statussummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusSummary",
  "title": "StatusSummary",
  "type": "object",
  "description": "Status summary with alarm and event counts",
  "properties": {
    "overall": {
      "type": "string",
      "description": "Overall status value",
      "enum": [
        "NORMAL",
        "ALARM",
        "WARNING",
        "DOWN",
        "MAINTENANCE",
        "DISABLED",
        "FAULT",
        "UNKNOWN"
      ]
    },
    "alarmCount": {
      "type": "integer",
      "description": "Number of active alarms"
    },
    "warningCount": {
      "type": "integer",
      "description": "Number of active warnings"
    },
    "infoCount": {
      "type": "integer",
      "description": "Number of informational events"
    },
    "downCount": {
      "type": "integer",
      "description": "Number of down devices/points"
    },
    "faultCount": {
      "type": "integer",
      "description": "Number of faults"
    },
    "maintenanceCount": {
      "type": "integer",
      "description": "Number of items in maintenance mode"
    },
    "disabledCount": {
      "type": "integer",
      "description": "Number of disabled items"
    },
    "normalCount": {
      "type": "integer",
      "description": "Number of items in normal state"
    },
    "unknownCount": {
      "type": "integer",
      "description": "Number of items in unknown state"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vertiv-statussummary"
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.