v1
latestSwagger 2.02026-07-17389101991.3 KBCloud18
Retrieve peer clusters for sale
This endpoint returns a list of peer clusters that are available for sale, excluding those that are booked by the requesting user.
get/api/clusters/for-sale
Headers
Authorizationstring required
Insert your access token
Response
List of peer clusters available for sale
Example response
[
{
"cloud18-infra-public-bandwidth": "0",
"cloud18-monthly-dbops-cost": "0",
"cloud18-monthly-infra-cost": "0",
"cloud18-monthly-license-cost": "0",
"cloud18-monthly-sysops-cost": "0",
"cloud18-open-dbops": "false",
"cloud18-open-sysops": "false",
"cloud18-peer": "false",
"cloud18-promotion-pct": "0",
"cloud18-shared": "false",
"cloud18-sla-provision-time": "0",
"cloud18-sla-repair-time": "0",
"cloud18-sla-response-time": "0",
"cloud18-subscribed-dbops": "false",
"prov-db-cpu-cores": "0",
"prov-db-disk-iops": "0",
"prov-db-disk-size": "0",
"prov-db-memory": "0"
}
]