{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Analytics Settings API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Analytics Settings", "type": "folder" }, "items": [ { "info": { "name": "Get analytics settings", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/settings/analytics" }, "docs": "Returns the current cluster-level Analytics service settings." }, { "info": { "name": "Update analytics settings", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/settings/analytics", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the cluster-level Analytics service settings." } ] } ], "bundled": true }