{ "opencollection": "1.0.0", "info": { "name": "Oracle Essbase REST Application Configuration Groups API", "version": "21.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Oracle Essbase List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/groups", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Group name wildcard pattern for filtering." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of groups to return." } ] }, "docs": "Returns a list of user groups defined in Essbase." }, { "info": { "name": "Oracle Essbase Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/essbase/rest/v1/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group in Essbase." }, { "info": { "name": "Oracle Essbase Get Group", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier." } ] }, "docs": "Returns details of the specified group including its members." }, { "info": { "name": "Oracle Essbase Update Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/essbase/rest/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified group details and membership." }, { "info": { "name": "Oracle Essbase Delete Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}/essbase/rest/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier." } ] }, "docs": "Deletes the specified group from Essbase." }, { "info": { "name": "Oracle Essbase List Group Members", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/groups/:groupId/members", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier." } ] }, "docs": "Returns a list of members (users and sub-groups) in the specified group." } ] } ], "bundled": true }