Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
price
Get Deployment Price
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/price \
  --header 'Authorization: Bearer <token>'
"<any>"
Once location_id and hardware_idare known, you can estimate the deployment cost based on the desired configuration. As a result, a detailed price breakdown will be returned.
This step is optional.

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

location_ids
string
required

list of ids in a form of json array

hardware_id
integer
required
duration_hours
integer
required
Required range: x >= 1
gpus_per_container
integer
required
Required range: x >= 1
replica_count
integer
required
Required range: x >= 1

Response

Successful Response

The response is of type any.

I