Klastry
List clusters
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/cloud/cluster/"[ { "name": "string", "description": "string", "location": "string", "price_model": { "vcore_regular": "string", "vcore_light": "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" } }]