{ "opencollection": "1.0.0", "info": { "name": "SAP AI Core Addresses Scenarios API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Scenarios", "type": "folder" }, "items": [ { "info": { "name": "Sap List Ai Scenarios", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/scenarios", "headers": [ { "name": "AI-Resource-Group", "value": "" } ] }, "docs": "Retrieves all AI scenarios available in the resource group." }, { "info": { "name": "Sap List Scenario Versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/scenarios/:scenarioId/versions", "headers": [ { "name": "AI-Resource-Group", "value": "" } ], "params": [ { "name": "scenarioId", "value": "500123", "type": "path", "description": "Scenario identifier" } ] }, "docs": "Retrieves all versions for a specific AI scenario." } ] } ], "bundled": true }