{ "opencollection": "1.0.0", "info": { "name": "Oracle Essbase REST Application Configuration Partitions API", "version": "21.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Partitions", "type": "folder" }, "items": [ { "info": { "name": "Oracle Essbase List Partitions", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/applications/:applicationName/databases/:databaseName/partitions", "params": [ { "name": "applicationName", "value": "", "type": "path", "description": "Essbase application name." }, { "name": "databaseName", "value": "", "type": "path", "description": "Essbase database (cube) name." } ] }, "docs": "Returns a list of partitions defined for the specified database." }, { "info": { "name": "Oracle Essbase Create Partition", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/essbase/rest/v1/applications/:applicationName/databases/:databaseName/partitions", "params": [ { "name": "applicationName", "value": "", "type": "path", "description": "Essbase application name." }, { "name": "databaseName", "value": "", "type": "path", "description": "Essbase database (cube) name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new partition between databases for data federation." }, { "info": { "name": "Oracle Essbase Get Supported Partition Types", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/applications/partitions/supportedfederatedtypes" }, "docs": "Returns the list of supported partition types for federated operations." } ] } ], "bundled": true }