Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
price
Get Deployment Price
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/price \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "replica_count": 123,
    "gpus_per_vm": 123,
    "available_replica_count": [
      123
    ],
    "discount": 123,
    "ionet_fee": 123,
    "ionet_fee_percent": 123,
    "currency_conversion_fee": 123,
    "currency_conversion_fee_percent": 123,
    "total_cost_usdc": 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

location_ids
string
required
hardware_id
integer
required
currency
enum<string>
required
Available options:
usdc,
iocoin
duration_hours
integer
required
Required range: x >= 1
gpus_per_vm
integer
required
Required range: x >= 1
replica_count
integer
required

Response

Successful Response

data
object
required
I