Public cloud

List clusters

GET
/api/cloud/cluster/

Returns active Public Cloud clusters (zones) that accept new projects, including location and hourly pricing. Authentication is not required.

Response Body

application/json

curl -X GET "https://example.com/api/cloud/cluster/"
[  {    "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"    }  }]