GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
hardware
/
max-gpus-per-container
Check maximum GPUs per container
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/hardware/max-gpus-per-container \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "hardware": [
      {
        "max_gpus_per_container": 0,
        "available": 0,
        "hardware_id": 0,
        "hardware_name": "string",
        "brand_name": "string"
      }
    ],
    "total": 0
  }
}

Authorizations

Authorization
string
header
required

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

Response

200

data
object