Skip to main content
WEBHOOK
downed_machines
{
  "organization_id": "<string>",
  "machines": [
    {
      "machine_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "<string>",
      "last_seen": "2023-11-07T05:31:56Z",
      "reason": "<string>",
      "name": "<string>"
    }
  ],
  "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_type": "downed_machines",
  "occurred_at": "2023-11-07T05:31:56Z"
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Payload sent for the downed_machines webhook event.

organization_id
string
required

Organization that owns the downed machines

machines
DownedMachine · object[]
required

Machines that currently appear down

event_id
string<uuid>

Unique event identifier for idempotency

event_type
string
default:downed_machines

Event type key

occurred_at
string<date-time>

Time the event occurred (UTC)

Response

Successful Response