{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Authentication API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Anywhere List Group Mappings", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/customers/:cUUID/auth/group-mappings", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "Customer UUID" } ] }, "docs": "Get list of all OIDC and LDAP Group Mappings." }, { "info": { "name": "YugabyteDB Anywhere Create Group Mappings", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.yugabyte.com/api/public/v1/customers/:cUUID/auth/group-mappings", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "Customer UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Map LDAP and OIDC groups to YBA roles" }, { "info": { "name": "YugabyteDB Anywhere Delete Group Mappings", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.yugabyte.com/api/public/v1/customers/:cUUID/auth/group-mappings/:gUUID", "params": [ { "name": "cUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "Customer UUID" }, { "name": "gUUID", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "Group UUID" } ] }, "docs": "Delete LDAP and OIDC group mapping" } ] } ], "bundled": true }