BigPanda · JSON Structure

Bigpanda Change Request Structure

Payload for ingesting a change event.

Type: object Properties: 5
IncidentsMonitoringPlatform

ChangeRequest is a JSON Structure definition published by BigPanda, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

summary status identifier hosts timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ChangeRequest",
  "type": "object",
  "description": "Payload for ingesting a change event.",
  "properties": {
    "summary": {
      "type": "string",
      "description": "Human-readable change summary."
    },
    "status": {
      "type": "string",
      "description": "Change status."
    },
    "identifier": {
      "type": "string",
      "description": "Unique change identifier."
    },
    "hosts": {
      "type": "array",
      "description": "Hosts affected by the change."
    },
    "timestamp": {
      "type": "int32",
      "description": "Unix timestamp of the change."
    }
  }
}