Object Model
This section describes the environment variable object model.
Note
- Operation Type indicates the operation that can be performed on a field.
C: create; U: update; R: read
- Mandatory indicates whether a field with the Operation Type of C is mandatory.
Parameter | Type | Description | Operation Type | Mandatory |
---|---|---|---|---|
id | String | Environment variable ID | R | - |
env_id | String | Environment ID | CR | Yes |
group_id | String | API group ID | CR | Yes |
variable_name | String | Variable name | CR | Yes |
variable_value | String | Variable value | CR | Yes |
Parent topic: Environment Variable Management