{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Runtime configuration API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runtime configuration", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere List Configuration Scopes", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/runtime_config/scopes", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Lists all (including empty scopes) runtime config scopes for current customer. List includes the Global scope that spans multiple customers, scope for customer specific overrides for current customer and one scope each for each universe and provider." }, { "info": { "name": "YugabyteDB Anywhere List Configuration Entries for a Scope", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/runtime_config/:scope", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "scope", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "includeInherited", "value": "false", "type": "query" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "Lists all runtime config entries for a given scope for current customer." }, { "info": { "name": "YugabyteDB Anywhere Get a Configuration Key", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/runtime_config/:scope/key/:key", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "scope", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "key", "value": "example-key", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere Get a Configuration Key" }, { "info": { "name": "YugabyteDB Anywhere Update a Configuration Key", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/runtime_config/:scope/key/:key", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "scope", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "key", "value": "example-key", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere Update a Configuration Key" }, { "info": { "name": "YugabyteDB Anywhere Delete a Configuration Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/customers/:cUUID/runtime_config/:scope/key/:key", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "scope", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path" }, { "name": "key", "value": "example-key", "type": "path" }, { "name": "request", "value": "example-request", "type": "query" } ] }, "docs": "YugabyteDB Anywhere Delete a Configuration Key" }, { "info": { "name": "YugabyteDB Anywhere List All the Feature Flag Runtime Config Keys and Their Values.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/runtime_config/feature_flags" }, "docs": "YbaApi Internal." }, { "info": { "name": "YugabyteDB Anywhere List Mutable Keys", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/runtime_config/mutable_key_info" }, "docs": "List all the mutable runtime config keys with metadata" }, { "info": { "name": "YugabyteDB Anywhere List Mutable Keys", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/api/v1/runtime_config/mutable_keys" }, "docs": "List all the mutable runtime config keys" } ] } ], "bundled": true }