{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Customer management API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customer management", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers", "params": [ { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere List Customers" }, { "info": { "name": "YugabyteDB Anywhere Get a Customer's Details", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "YugabyteDB Anywhere Get a Customer's Details" }, { "info": { "name": "YugabyteDB Anywhere Update a Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "YugabyteDB Anywhere Update a Customer" }, { "info": { "name": "YugabyteDB Anywhere Delete a Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere Delete a Customer" }, { "info": { "name": "YugabyteDB Anywhere Get a Customer's Host Info", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/host_info", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" } ] }, "docs": "YugabyteDB Anywhere Get a Customer's Host Info" }, { "info": { "name": "YugabyteDB Anywhere Add Metrics to a Customer", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/metrics", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "YbaApi Internal." } ] } ], "bundled": true }