{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Session management API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Session management", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere Authenticate User Using Email and Password", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/api_login", "params": [ { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "YugabyteDB Anywhere Authenticate User Using Email and Password" }, { "info": { "name": "YugabyteDB Anywhere AppVersion", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/app_version" }, "docs": "YugabyteDB Anywhere AppVersion" }, { "info": { "name": "YugabyteDB Anywhere CustomerCount", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customer_count" }, "docs": "YugabyteDB Anywhere CustomerCount" }, { "info": { "name": "YugabyteDB Anywhere Current List of Notifications for Admin", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/admin_notifications", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "WARNING: This is a preview API that could change." }, { "info": { "name": "YugabyteDB Anywhere Regenerate and Fetch API Token", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/api_token", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "apiTokenVersion", "value": "-1", "type": "query" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere Regenerate and Fetch API Token" }, { "info": { "name": "YugabyteDB Anywhere GetFilteredLogs", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/logs", "params": [ { "name": "maxLines", "value": "10000", "type": "query" }, { "name": "universeName", "value": "null", "type": "query" }, { "name": "queryRegex", "value": "null", "type": "query" }, { "name": "startDate", "value": "null", "type": "query" }, { "name": "endDate", "value": "null", "type": "query" } ] }, "docs": "YugabyteDB Anywhere GetFilteredLogs" }, { "info": { "name": "YugabyteDB Anywhere GetLogs", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/logs/:maxLines", "params": [ { "name": "maxLines", "value": "10", "type": "path" } ] }, "docs": "YugabyteDB Anywhere GetLogs" }, { "info": { "name": "YugabyteDB Anywhere Register a Customer", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/register", "params": [ { "name": "generateApiToken", "value": "false", "type": "query" }, { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates new customer and user" }, { "info": { "name": "YugabyteDB Anywhere Get Current User and Customer Uuid. This Will Not Generate or Return the API Token, Use /api_token API for That.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/session_info", "params": [ { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Available since YBA version 2.20.0." } ] } ], "bundled": true }