{ "opencollection": "1.0.0", "info": { "name": "SAP AI Core Addresses Configurations 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": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "Sap List Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/configurations", "headers": [ { "name": "AI-Resource-Group", "value": "" } ], "params": [ { "name": "scenarioId", "value": "500123", "type": "query", "description": "Filter by scenario ID" } ] }, "docs": "Retrieves all configurations for executions and deployments." }, { "info": { "name": "Sap Create a Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/configurations", "headers": [ { "name": "AI-Resource-Group", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configuration for an execution or deployment." } ] } ], "bundled": true }