{ "opencollection": "1.0.0", "info": { "name": "Oracle Essbase REST Application Configuration Server API", "version": "21.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server", "type": "folder" }, "items": [ { "info": { "name": "Oracle Essbase Get About Essbase", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/about" }, "docs": "Returns general information about the Essbase instance, including version and build details." }, { "info": { "name": "Oracle Essbase Get About Essbase Instance", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/about/instance" }, "docs": "Returns detailed information about the Essbase instance deployment and configuration." }, { "info": { "name": "Oracle Essbase List Server Properties", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/essbase/rest/v1/properties" }, "docs": "Returns server-level configuration properties for the Essbase instance." }, { "info": { "name": "Oracle Essbase Update Server Properties", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/essbase/rest/v1/properties", "body": { "type": "json", "data": "{}" } }, "docs": "Updates server-level configuration properties." } ] } ], "bundled": true }