Dell Servers · Schema

Alert

An alert generated by a managed device

HardwareInfrastructureManagementMonitoringServers

Properties

Name Type Description
Id integer Unique alert identifier
AlertDeviceId integer Device that generated the alert
AlertDeviceName string Name of the device that generated the alert
AlertDeviceIpAddress string IP address of the device
SeverityType integer Alert severity code. 1 is informational, 2 is normal, 4 is warning, 8 is critical, 16 is unknown.
StatusType integer Alert acknowledgment status. 1000 is new, 2000 is acknowledged.
CategoryName string Alert category name
SubCategoryName string Alert subcategory name
Message string Alert message text
TimeStamp string Timestamp when the alert was generated
RecommendedAction string Recommended action to resolve the alert
View JSON Schema on GitHub

JSON Schema

dell-servers-alert-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Alert",
  "title": "Alert",
  "type": "object",
  "description": "An alert generated by a managed device",
  "properties": {
    "Id": {
      "type": "integer",
      "description": "Unique alert identifier"
    },
    "AlertDeviceId": {
      "type": "integer",
      "description": "Device that generated the alert"
    },
    "AlertDeviceName": {
      "type": "string",
      "description": "Name of the device that generated the alert"
    },
    "AlertDeviceIpAddress": {
      "type": "string",
      "description": "IP address of the device"
    },
    "SeverityType": {
      "type": "integer",
      "description": "Alert severity code. 1 is informational, 2 is normal, 4 is warning, 8 is critical, 16 is unknown."
    },
    "StatusType": {
      "type": "integer",
      "description": "Alert acknowledgment status. 1000 is new, 2000 is acknowledged."
    },
    "CategoryName": {
      "type": "string",
      "description": "Alert category name"
    },
    "SubCategoryName": {
      "type": "string",
      "description": "Alert subcategory name"
    },
    "Message": {
      "type": "string",
      "description": "Alert message text"
    },
    "TimeStamp": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the alert was generated"
    },
    "RecommendedAction": {
      "type": "string",
      "description": "Recommended action to resolve the alert"
    }
  }
}

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-alert"
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.