Defines the schema for configuring an Environment
API Endpoint | https://api.bigpanda.io/resources/v2.0/environments/ |
Supported Methods | POST , GET , PATCH , DELETE |
Parameters
The Environments
object schema includes the following attributes:
Attribute | Description | Type | Example |
---|---|---|---|
id | System-generated unique identifier for an environment. | String | "id" : "env-12344" |
name | User-defined name for the environment. | String | "name" : "Production Crits" |
filter | BPQL Filter to set conditions for the environment. | String | "filter" : "incident_tag.priority=P1 AND source IN [nagios]" |
created_at | Unix epoch time when the environment was created (in seconds). | Long | "created_at" : 1493922189 |
created_by | The ID of the user who created the environment. | String | "created_by" : "Administrator 1" |
updated_at | Unix epoch time when the environment was last updated (in seconds). | Long | "updated_at" : 1372854204 |
updated_by | The ID of the user who last updated the environment. | String | "updated_by" : "Administrator 2" |