BigPanda · Example Payload

Bigpanda Alert Request Example

CPU usage above 95% for 5 minutes

IncidentsMonitoringPlatform

Bigpanda Alert Request Example is an example object payload from BigPanda, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

app_keystatushostcheckdescriptiontimestamp

Example Payload

Raw ↑
{
  "app_key": "abc123appkey",
  "status": "critical",
  "host": "production-database-1",
  "check": "CPU overloaded",
  "description": "CPU usage above 95% for 5 minutes",
  "timestamp": 1713000000
}