GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
available-replicas?hardware_id=
{hardawer_id}
&hardware_qty=
{hardware_qty}
Check available replicas per location
curl --request GET \
  --url 'https://api.io.solutions/enterprise/v1/io-cloud/caas/available-replicas?hardware_id={hardawer_id}&hardware_qty={hardware_qty}' \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 0,
      "iso2": "string",
      "name": "string",
      "available_replicas": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

hardware_id
integer
required
hardware_qty
integer
required

Response

200

data
object[]