{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys AllowLists API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AllowLists", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Aeon List Allow Lists", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/accounts/:accountId/projects/:projectId/allow-lists", "params": [ { "name": "accountId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the YugabyteDB Aeon account." }, { "name": "projectId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the project within the account." } ] }, "docs": "Returns all IP allow lists defined within the specified project. Allow lists control which IP addresses or CIDR ranges are permitted to connect to clusters in the project." }, { "info": { "name": "YugabyteDB Aeon Create Allow List", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.yugabyte.com/api/public/v1/accounts/:accountId/projects/:projectId/allow-lists", "params": [ { "name": "accountId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the YugabyteDB Aeon account." }, { "name": "projectId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the project within the account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IP allow list with one or more CIDR entries. The allow list can be assigned to one or more clusters to permit inbound connections from the specified IP ranges." }, { "info": { "name": "YugabyteDB Aeon Get Allow List", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/accounts/:accountId/projects/:projectId/allow-lists/:allowListId", "params": [ { "name": "accountId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the YugabyteDB Aeon account." }, { "name": "projectId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the project within the account." }, { "name": "allowListId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the IP allow list." } ] }, "docs": "Returns details for a specific IP allow list, including its name, description, and all CIDR entries it contains." }, { "info": { "name": "YugabyteDB Aeon Delete Allow List", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.yugabyte.com/api/public/v1/accounts/:accountId/projects/:projectId/allow-lists/:allowListId", "params": [ { "name": "accountId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the YugabyteDB Aeon account." }, { "name": "projectId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the project within the account." }, { "name": "allowListId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the IP allow list." } ] }, "docs": "Permanently deletes the specified IP allow list. The allow list must not be currently assigned to any cluster before it can be deleted." } ] } ], "bundled": true }