Keypair_Environment_Fields
idinteger
Unique numeric identifier for the environment.
Example:
6190namestring
Name of the environment.
Example:
example-environmentregionstring
Region the environment is in: CANADA-1, NORWAY-1, or US-1.
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the environment was created.
features 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:
GREENKeypair_Environment_Fields
{
"id": 6190,
"name": "example-environment",
"region": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"features": {
"network_optimised": false,
"green_status": "GREEN"
}
}
Was this page helpful?