BigPanda · JSON Structure

Bigpanda Maintenance Plan Request Structure

Payload for creating a maintenance plan.

Type: object Properties: 4
IncidentsMonitoringPlatform

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

Properties

name condition start end

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "MaintenancePlanRequest",
  "type": "object",
  "description": "Payload for creating a maintenance plan.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Maintenance plan name."
    },
    "condition": {
      "type": "string",
      "description": "Filter condition for hosts in maintenance."
    },
    "start": {
      "type": "int32",
      "description": "Start Unix timestamp."
    },
    "end": {
      "type": "int32",
      "description": "End Unix timestamp."
    }
  }
}