{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Bundles API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bundles", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List bundles", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/bundles", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ] }, "docs": "List all exported bundles of a project." }, { "info": { "name": "Dataiku Create a bundle", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/bundles", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new export bundle for the project." } ] } ], "bundled": true }