{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Services API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List deployed services", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/services" }, "docs": "List all services currently deployed on this API node." }, { "info": { "name": "Dataiku Get service details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "Unique service identifier" } ] }, "docs": "Retrieve the details and configuration of a deployed service." }, { "info": { "name": "Dataiku Delete a service", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apinode-host}:{port}/admin/api/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "Unique service identifier" } ] }, "docs": "Remove a deployed service and all its generations from the API node." }, { "info": { "name": "Dataiku Enable a service", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/services/:serviceId/enable", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "Unique service identifier" } ] }, "docs": "Enable a deployed service to accept prediction requests." }, { "info": { "name": "Dataiku Disable a service", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/services/:serviceId/disable", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "Unique service identifier" } ] }, "docs": "Disable a service to stop accepting prediction requests." } ] } ], "bundled": true }