{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Internal HA API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Internal HA", "type": "folder" }, "items": [ { "info": { "name": "validateBackup", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/internal/backups/:backupName/validate", "params": [ { "name": "backupName", "value": "example-backupName", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] } }, { "info": { "name": "getHAConfigByClusterKey", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/internal/config", "params": [ { "name": "request", "value": "example-request", "type": "query" } ] } }, { "info": { "name": "YugabyteDB Anywhere Demote Local Leader", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/internal/config/demote/:timestamp", "params": [ { "name": "timestamp", "value": "1000", "type": "path" }, { "name": "promote", "value": "false", "type": "query" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Available since YBA version 2.20.0." }, { "info": { "name": "syncInstances", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/internal/config/sync/:timestamp", "params": [ { "name": "timestamp", "value": "1000", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] } }, { "info": { "name": "syncBackups", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/settings/ha/internal/upload", "params": [ { "name": "request", "value": "example-request", "type": "query" } ] } } ] } ], "bundled": true }