Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
hardware
/
max-gpus-per-vm
Get Max GPU Count per VM
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/hardware/max-gpus-per-vm \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "hardware": [
      {
        "max_gpus_per_vm": 123,
        "available": 123,
        "hardware_id": 123,
        "hardware_name": "<string>",
        "brand_name": "<string>",
        "price": 123
      }
    ],
    "total": 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

node_pool_id
string<uuid> | null

Response

Successful Response

data
object
required
I