Public cloud

Get a cluster

GET
/api/cloud/cluster/{name}/

Returns a single active Public Cloud cluster by name, including hourly pricing.

Authorization

bearerAuth
AuthorizationBearer <token>

API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.

In: header

Path Parameters

name*string

Cluster name (zone identifier), e.g. waw-1.

Response Body

application/json

curl -X GET "https://example.com/api/cloud/cluster/string/"
{  "name": "string",  "description": "string",  "status": "active",  "location": "string",  "price_model": {    "vcore": "string",    "vcore_50": "string",    "vcore_25": "string",    "vcore_off": "string",    "ram": "string",    "ram_off": "string",    "storage_fast": "string",    "public_ip": "string",    "private_network_tag": "string",    "private_network_external_vlan": "string",    "cloud_gateway_standard": "string",    "pbs_pool": "string"  }}