{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys HA API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "HA", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere Get High Availability Config", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/config" }, "docs": "YugabyteDB Anywhere Get High Availability Config" }, { "info": { "name": "YugabyteDB Anywhere Create High Availability Config", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/config", "params": [ { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Available since YBA version 2.20.0." }, { "info": { "name": "editHAConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/config/:cUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] } }, { "info": { "name": "deleteHAConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/config/:cUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] } }, { "info": { "name": "YugabyteDB Anywhere Generate Cluster Key", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/generate_key" }, "docs": "Available since YBA version 2.20.0." } ] } ], "bundled": true }