Instance_Environment_Fields
idinteger
Unique numeric identifier for the environment.
Example:
9876namestring
Name of the environment.
Example:
example-environmentorg_idinteger
Identifier of the organization the environment belongs to.
Example:
7613features object
Feature flags enabled in the environment.
network_optimisedboolean
Whether high-speed networking is enabled for the environment.
Example:
falsegreen_statusstring
Indicator of how much of the region's capacity is running on green energy.
Example:
GREENInstance_Environment_Fields
{
"id": 9876,
"name": "example-environment",
"org_id": 7613,
"region": "NORWAY-1",
"features": {
"network_optimised": false,
"green_status": "GREEN"
}
}
Was this page helpful?