Dell Servers · Schema

Power

Power supply and power consumption information for a chassis

HardwareInfrastructureManagementMonitoringServers

Properties

Name Type Description
@odata.id string OData resource identifier
PowerControl array Power control and consumption readings
PowerSupplies array Power supply inventory and status
View JSON Schema on GitHub

JSON Schema

dell-servers-power-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Power",
  "title": "Power",
  "type": "object",
  "description": "Power supply and power consumption information for a chassis",
  "properties": {
    "@odata.id": {
      "type": "string",
      "description": "OData resource identifier"
    },
    "PowerControl": {
      "type": "array",
      "description": "Power control and consumption readings",
      "items": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "description": "Power control name"
          },
          "PowerConsumedWatts": {
            "type": "number",
            "description": "Current power consumption in watts"
          },
          "PowerCapacityWatts": {
            "type": "number",
            "description": "Total power capacity in watts"
          },
          "PowerMetrics": {
            "type": "object",
            "description": "Power consumption metrics over time",
            "properties": {
              "IntervalInMin": {
                "type": "integer",
                "description": "Metric sampling interval in minutes"
              },
              "MinConsumedWatts": {
                "type": "number",
                "description": "Minimum power consumed during interval"
              },
              "MaxConsumedWatts": {
                "type": "number",
                "description": "Maximum power consumed during interval"
              },
              "AverageConsumedWatts": {
                "type": "number",
                "description": "Average power consumed during interval"
              }
            }
          }
        }
      }
    },
    "PowerSupplies": {
      "type": "array",
      "description": "Power supply inventory and status",
      "items": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "description": "Power supply name"
          },
          "PowerCapacityWatts": {
            "type": "number",
            "description": "Power supply rated capacity in watts"
          },
          "LineInputVoltage": {
            "type": "number",
            "description": "Input voltage in volts"
          },
          "Model": {
            "type": "string",
            "description": "Power supply model"
          },
          "SerialNumber": {
            "type": "string",
            "description": "Power supply serial number"
          },
          "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.
All 92 tools →

Call it yourself

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