v1

latestSwagger 2.02026-07-17389101991.3 KB
Cloud18

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

api-credentials-acl-allowstring
api-credentials-acl-allow-externalstring
api-public-urlstring
cloud18-cost-currencystring
cloud18-database-read-srv-recordstring
cloud18-database-read-write-split-srv-recordstring
cloud18-database-read-write-srv-recordstring
cloud18-domainstring
cloud18-external-dbopsstring
cloud18-external-sysopsstring
cloud18-infra-certificationsstring
cloud18-infra-cpu-freqstring
cloud18-infra-cpu-modelstring
cloud18-infra-data-centersstring
cloud18-infra-geo-localizationsstring
cloud18-infra-public-bandwidthstring
cloud18-monthly-dbops-coststring
cloud18-monthly-infra-coststring
cloud18-monthly-license-coststring
cloud18-monthly-sysops-coststring
cloud18-open-dbopsstring
cloud18-open-sysopsstring
cloud18-peerstring
cloud18-platform-descriptionstring
cloud18-promotion-pctstring
cloud18-sharedstring
cloud18-sla-provision-timestring
cloud18-sla-repair-timestring
cloud18-sla-response-timestring
cloud18-sub-domainstring
cloud18-sub-domain-zonestring
cloud18-subscribed-dbopsstring
cluster-namestring
isDownboolean
isFailableboolean
isMasterDownboolean
isProvisionedboolean
lastUpdatestring
prov-db-cpu-coresstring
prov-db-disk-iopsstring
prov-db-disk-sizestring
prov-db-memorystring
prov-orchestratorstring
prov-service-planstring
repmgrVersionstring

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"
  }
]