Regions
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting regions successful.regions object[]
Regions where the resource is available.
Array [
idinteger
Unique numeric identifier.
Example:
9876namestring
Resource name.
Example:
NORWAY-1countrystring
ISO 3166-1 alpha-2 country code of the region.
Example:
NOdescriptionstringnullable
Human-readable description of the resource.
green_statusstring
Indicator of how much of the region's capacity is running on green energy.
Example:
GREENfeatures object
Optional feature flags applicable to the resource.
object
]
Regions
{
"status": true,
"message": "Getting regions successful.",
"regions": [
{
"id": 9876,
"name": "NORWAY-1",
"country": "NO",
"description": "string",
"green_status": "GREEN",
"features": {}
}
]
}
Was this page helpful?