Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
available-replicas
Get Available Replicas
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/available-replicas \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "iso2": "<string>",
      "name": "<string>",
      "available_replicas": 123
    }
  ]
}
By leveraging this endpoint, it’s possible to discover the current supply on the platform that fits workload requirements and use this data during the deployment process.

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