Interlaken
API referenceComputeInstance types

List instance types

GET
/api/v1/instance-types

Requires the instance_types:read permission.

Authorization

AuthorizationBearer <token>

An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.

In: header

Query Parameters

limit?integer
offset?integer
order?string
q?string
sort_by?string
tags?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/instance-types"
{  "items": [    {      "bandwidth_limit_mbps": 0,      "billed_price_per_unit": 0,      "category": "string",      "cpu_units": 0,      "currency": "string",      "description": "string",      "family": "string",      "memory_mib": 0,      "name": "string",      "price_per_hour": 0,      "price_per_unit": 0,      "price_row_missing": true,      "storage_gib": 0,      "tags": {        "property1": "string",        "property2": "string"      }    }  ],  "total": 0}