{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Analytics Configuration API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Analytics Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get analytics service configuration", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/analytics/config/service" }, "docs": "Returns the current configuration of the Analytics service." }, { "info": { "name": "Update analytics service configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:8095/analytics/config/service", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration settings for the Analytics service." }, { "info": { "name": "Get analytics node configuration", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/analytics/config/node" }, "docs": "Returns the configuration of the current Analytics node." }, { "info": { "name": "Update analytics node configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:8095/analytics/config/node", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration settings for the current Analytics node." } ] } ], "bundled": true }