Instance Price
API Version: 1.2.0 (26-Jan-2025)
Fetch the monthly price based on the specified VM configuration parameters.
Query parameters
vcpustring · intRequired
Number of virtual CPUs (vCPU)
ramstring · intRequired
Amount of RAM (in MB)
diskstring · intRequired
Disk size (in GB)
locationstring · stringRequired
Deployment location
currencystring · enumRequiredPossible values:
Currency used to retrieve the price
instance_typestring · uuidRequired
Instance type identifier (UUID)
Responses
200
Successful operation
application/json
400
Bad request
404
Not found
get
GET /instance_price HTTP/1.1
Host: api.cloud.onidel.com
Accept: */*
{
"instance_type": "a2e55f7d-c741-4317-acce-124dc34ffaad",
"vcpu": 1,
"ram": 1,
"disk": 1,
"bw": 1,
"net_rate": 1,
"price_per_month": 1,
"currency": "text"
}
Last updated