{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{idcs-url}/oauth2/v1/authorize", "accessTokenUrl": "https://{idcs-url}/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List Analytics Queries", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/analyticsqueries" }, "docs": "Retrieve a list of all analytics queries." }, { "info": { "name": "Oracle Integration Create or Execute Analytics Query", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/analyticsqueries", "body": { "type": "json", "data": "{}" } }, "docs": "Create or execute an analytics query." } ] } ], "bundled": true }