{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Servers API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.sapanalytics.cloud/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List servers", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/servers" }, "docs": "Retrieve a list of all servers in the BI Platform deployment." }, { "info": { "name": "SAP Business Intelligence Get a server", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/servers/:serverId", "params": [ { "name": "serverId", "value": "", "type": "path", "description": "Server unique identifier" } ] }, "docs": "Retrieve details and status of a specific BI Platform server." } ] } ], "bundled": true }