GET
/
instance_types
List Instance Types
curl --request GET \
  --url https://api.cloud.onidel.com/instance_types \
  --header 'Authorization: <api-key>'
[
  {
    "id": "ea645d53-c0e5-406d-8863-9ecd4235be94",
    "type": "vhp",
    "cpu": "amd",
    "max_vcpu": 24,
    "max_ram": 40960,
    "max_disk": 1000,
    "network_rate": 128,
    "locations": [
      "Sydney"
    ]
  }
]

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Response

200 - application/json

Successful operation

id
string<uuid>
Example:

"ea645d53-c0e5-406d-8863-9ecd4235be94"

type
string<string>
Example:

"vhp"

cpu
string<string>
Example:

"amd"

max_vcpu
integer
Example:

24

max_ram
integer
Example:

40960

max_disk
integer
Example:

1000

network_rate
integer
Example:

128

locations
string<string>[]