ADT · JSON Structure

Platform Api System Status Response Structure

Response to an arm or disarm command.

Type: object Properties: 3
Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000

SystemStatusResponse is a JSON Structure definition published by ADT, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

systemId status timestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adt/refs/heads/main/json-structure/platform-api-system-status-response-structure.json",
  "name": "SystemStatusResponse",
  "description": "Response to an arm or disarm command.",
  "type": "object",
  "properties": {
    "systemId": {
      "type": "string",
      "description": "ID of the system.",
      "example": "sys-001"
    },
    "status": {
      "type": "string",
      "description": "New system status after command.",
      "example": "armed_away"
    },
    "timestamp": {
      "type": "datetime",
      "description": "Timestamp of the status change.",
      "example": "2025-03-15T14:30:00Z"
    }
  }
}