Realms

Contents

Realms

Realms represent regions on different cloud providers.

Show Realm

GET /v2/cloud/realms/:id

This action returns information about a realm identified by the given id.

Inputs

None

Returns

Field Type Description
id String Identifier of the realm.
name String Logical name of the realm.
deprecated Boolean Indicates whether this realm is deprecated in the system, so a server or server array uses it but no new servers or server arrays can be deployed in this realm.
provider_name String Identifier of the realm in the cloud provider.
cloud_provider_id String Identifier of the cloud provider where this realm belongs.
location_id String Identifier of the location where this realm is.

Back to top