{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Scenarios API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Scenarios", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List scenarios", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/scenarios", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ] }, "docs": "List all scenarios in a project." }, { "info": { "name": "Dataiku Get scenario details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/scenarios/:scenarioId", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" }, { "name": "scenarioId", "value": "", "type": "path", "description": "Scenario identifier" } ] }, "docs": "Get the full definition of a scenario." }, { "info": { "name": "Dataiku Run a scenario", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/scenarios/:scenarioId/run", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" }, { "name": "scenarioId", "value": "", "type": "path", "description": "Scenario identifier" } ] }, "docs": "Trigger execution of a scenario." }, { "info": { "name": "Dataiku Get scenario run status", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/scenarios/:scenarioId/light", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" }, { "name": "scenarioId", "value": "", "type": "path", "description": "Scenario identifier" } ] }, "docs": "Get lightweight status of the last runs of a scenario." } ] } ], "bundled": true }