Environment Object

Defines the schema for configuring an Environment

API Endpointhttps://api.bigpanda.io/resources/v2.0/environments/
Supported MethodsPOST, GET, PATCH, DELETE

Parameters

The Environments object schema includes the following attributes:

AttributeDescriptionTypeExample
idSystem-generated unique identifier for an environment.String"id" : "env-12344"
nameUser-defined name for the environment.String"name" : "Production Crits"
filterBPQL Filter to set conditions for the environment.String"filter" : "incident_tag.priority=P1 AND source IN [nagios]"
created_atUnix epoch time when the environment was created (in seconds).Long"created_at" : 1493922189
created_byThe ID of the user who created the environment.String"created_by" : "Administrator 1"
updated_atUnix epoch time when the environment was last updated (in seconds).Long"updated_at" : 1372854204
updated_byThe ID of the user who last updated the environment.String"updated_by" : "Administrator 2"