{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration Scheduling API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize", "accessTokenUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Scheduling", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools Schedule a document for immediate execution", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/v1/infostore/:documentId/scheduleForms/now", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "documentId", "value": "", "type": "path", "description": "The CMS ID of the document to schedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules a document for immediate execution on the BI Platform. Creates a new scheduled instance that runs the document with the specified parameters and delivers the output to the configured destination." } ] } ], "bundled": true }