{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Database Credentials API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Database Credentials", "type": "folder" }, "items": [ { "info": { "name": "List database credentials", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations/:organizationId/projects/:projectId/clusters/:clusterId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "projectId", "value": "", "type": "path", "description": "The UUID of the project" }, { "name": "clusterId", "value": "", "type": "path", "description": "The UUID of the cluster" } ] }, "docs": "Returns the list of database access credentials configured for the specified cluster." }, { "info": { "name": "Create database credentials", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/v4/organizations/:organizationId/projects/:projectId/clusters/:clusterId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "projectId", "value": "", "type": "path", "description": "The UUID of the project" }, { "name": "clusterId", "value": "", "type": "path", "description": "The UUID of the cluster" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates new database access credentials for the specified cluster." } ] } ], "bundled": true }