{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Projects API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects" }, "docs": "Retrieve a list of all projects the API key has access to." }, { "info": { "name": "Dataiku Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new DSS project." }, { "info": { "name": "Dataiku Get project details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ] }, "docs": "Retrieve metadata and settings for a specific project." }, { "info": { "name": "Dataiku Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ] }, "docs": "Delete a project and all its contents." }, { "info": { "name": "Dataiku Get project metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/metadata", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ] }, "docs": "Retrieve metadata (labels, description, tags, etc.) for a project." }, { "info": { "name": "Dataiku Set project metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://{apinode-host}:{port}/admin/api/projects/:projectKey/metadata", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "Unique project key identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata for a project." } ] } ], "bundled": true }