{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Blueprints API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Blueprints", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List blueprints", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/blueprints" }, "docs": "Retrieve a list of all governance blueprints. Blueprints define the structure and lifecycle of governed artifacts." }, { "info": { "name": "Dataiku Create a blueprint", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/blueprints", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new governance blueprint." }, { "info": { "name": "Dataiku Get blueprint details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" } ] }, "docs": "Retrieve the full definition of a governance blueprint." }, { "info": { "name": "Dataiku Update a blueprint", "type": "http" }, "http": { "method": "PUT", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the definition of a governance blueprint." }, { "info": { "name": "Dataiku Delete a blueprint", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" } ] }, "docs": "Delete a governance blueprint and its versions." } ] } ], "bundled": true }