Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
available-vms
Get Available VMs
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/available-vms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "iso2": "<string>",
      "name": "<string>",
      "available_replicas": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Query Parameters

hardware_id
integer
required
hardware_qty
integer
required
Required range: x >= 1
node_pool_id
string<uuid> | null

Response

Successful Response

data
ReplicasPerLocation · object[]
required
I