BigPanda · JSON Structure

Bigpanda Change Response Structure

Response after ingesting a change event.

Type: object Properties: 2
IncidentsMonitoringPlatform

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

Properties

_id status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ChangeResponse",
  "type": "object",
  "description": "Response after ingesting a change event.",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Internal change ID."
    },
    "status": {
      "type": "string",
      "description": "Ingestion status."
    }
  }
}