Server Plans
Contents
Server Plans
A server plan contains the technical specification of a certain server of a certain cloud provider inside a realm.
Show server plan
GET /v2/cloud/server_plans/:id
This action shows the information of a server plan identified by the given id.
Inputs
None
Returns
A server plan with the following fields:
Field | Type | Description |
---|---|---|
id | String | Identifier of the generic image. |
name | String | Name of the generic image. |
memory | Integer | Indicates the memory of the server. |
cpus | Integer | Indicates the number of CPUs of the server. |
storage | Integer | Indicates the storage capacity of the server. |
cloud_provider_id | String | Identifier of the associated cloud provider. |
location_id | String | Location of the server. |
realm_provider_name | String | Name of the realm of the cloud provider. |
resource_type | String | An identifier for the type of resource, specifically "server_plan". |