{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Customer Tasks API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customer Tasks", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere Get a Task's Status", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "YugabyteDB Anywhere Get a Task's Status" }, { "info": { "name": "YugabyteDB Anywhere Abort a Task", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID/abort", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Aborts a running task" }, { "info": { "name": "YugabyteDB Anywhere Fetch Failed Subtasks - Deprecated", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID/failed", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "Deprecated since YBA version 2.19.1.0.

Use /api/v1/customers/{cUUID}/tasks/{tUUID}/failed_subtasks instead." }, { "info": { "name": "YugabyteDB Anywhere Get a List of Task's Failed Subtasks", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID/failed_subtasks", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "YugabyteDB Anywhere Get a List of Task's Failed Subtasks" }, { "info": { "name": "YugabyteDB Anywhere Retry a Universe or Provider Task", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID/retry", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Retry a Universe or Provider task." }, { "info": { "name": "YugabyteDB Anywhere Rollback a Universe or Provider Task", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks/:tUUID/rollback", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "tUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Rollback a Universe or Provider task." }, { "info": { "name": "YugabyteDB Anywhere List Task", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks_list", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "uUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "query" } ] }, "docs": "YugabyteDB Anywhere List Task" }, { "info": { "name": "YugabyteDB Anywhere List Tasks (paginated)", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/tasks_list/page", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "WARNING: This is a preview API that could change." } ] } ], "bundled": true }