BigPanda · JSON Structure

Bigpanda Environments Response Structure

List of BigPanda environments.

Type: object Properties: 1
IncidentsMonitoringPlatform

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

Properties

environments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "EnvironmentsResponse",
  "type": "object",
  "description": "List of BigPanda environments.",
  "properties": {
    "environments": {
      "type": "array",
      "description": "Array of environments."
    }
  }
}