Instance Type

API Version: 1.1.0 (06-Jan-2025)

List the VM types available for installation at Onidel Cloud

get

List the VM types available for installation at Onidel Cloud

Authorizations
Responses
200
Successful operation
application/json
get
GET /instance_type HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful operation

[
  {
    "id": "ea645d53-c0e5-406d-8863-9ecd4235be94",
    "type": "vhp",
    "cpu": "amd",
    "max_vcpu": 24,
    "max_ram": 40960,
    "max_disk": 1000,
    "network_rate": 128,
    "locations": [
      "Sydney"
    ]
  }
]

Last updated