An IDrive Compute Plan is a Flavor comprising bundled configurations such as CPU, RAM, and Disk Size. Find all the IDrive Compute Plans along with their pricing and available bandwidth capacity here.
List of Plans
GET |
https://la3.servers.api.idrivecompute.io/v2.1/flavors |
Authorizations |
X-Auth-Token |
Request Samples
curl -H "X-Auth-Token: ${TOKEN}"\
-X GET \
http://la3.servers.api.idrivecompute.io/v2.1/flavors
Response Samples
{
"flavors": [
{
"links": [
{
"href": "http://la3.servers.api.idrivecompute.io/v2.1/flavors/
0d9dc24d-98d9-4f9f-92b1-084be0b85f55",
"rel": "self"
},
{
"href": "http://la3.servers.api.idrivecompute.io/flavors/
06424e65-d29c-4147-88b9-8a716565e232",
"rel": "bookmark"
}
],
"ram": 32768,
"OS-FLV-DISABLED:disabled": false,
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"disk": 480,
"id": "06424e65-d29c-4147-88b9-8a716565e232",
"name": "LA3/DCPU 32GB/8CPU/480GB",
"vcpus": 8,
"swap": "",
"OS-FLV-EXT-DATA:ephemeral": 0
},
{
"links": [
{
"href": "http://la3.servers.api.idrivecompute.io/v2.1/flavors/
0d9dc24d-98d9-4f9f-92b1-084be0b85f55",
"rel": "self"
},
{
"href": "http://la3.servers.api.idrivecompute.io/flavors/
0d9dc24d-98d9-4f9f-92b1-084be0b85f55",
"rel": "bookmark"
}
],
"ram": 4096,
"OS-FLV-DISABLED:disabled": false,
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"disk": 40,
"id": "0d9dc24d-98d9-4f9f-92b1-084be0b85f55",
"name": "LA3/SCPU 4GB/1CPU/40GB",
"vcpus": 1,
"swap": "",
"OS-FLV-EXT-DATA:ephemeral": 0
}
],
"flavors_links": [
{
"href": "http://la3.servers.api.idrivecompute.io/v2.1/flavors/
detail?limit=2&marker=0d9dc24d-98d9-4f9f-92b1-084be0b85f55",
"rel": "next"
}
]
}