Defines the schema for configuring an Environment
API Endpoint | |
Supported Methods |
|
Parameters
The Environments
object schema includes the following attributes:
Attribute | Description | Type | Example |
---|---|---|---|
id | System-generated unique identifier for an environment. | String |
|
name | User-defined name for the environment. | String |
|
filter | BPQL Filter to set conditions for the environment. | String |
|
created_at | The date and time that the environment was created in Unix Epoch format. | Long |
|
created_by | The ID of the user who created the environment. | String |
|
updated_at | The date and time that the environment was last updated in Unix Epoch format. | Long |
|
updated_by | The ID of the user who last updated the environment. | String |
|