BigPanda · JSON Structure

Bigpanda Maintenance Plan Structure

A BigPanda maintenance plan for suppressing alerts.

Type: object Properties: 5
IncidentsMonitoringPlatform

MaintenancePlan 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

id name active start end

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "MaintenancePlan",
  "type": "object",
  "description": "A BigPanda maintenance plan for suppressing alerts.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Maintenance plan ID."
    },
    "name": {
      "type": "string",
      "description": "Maintenance plan name."
    },
    "active": {
      "type": "boolean",
      "description": "Whether the maintenance plan is currently active."
    },
    "start": {
      "type": "int32",
      "description": "Start Unix timestamp."
    },
    "end": {
      "type": "int32",
      "description": "End Unix timestamp."
    }
  }
}