Deploy Workflow
Deploying an organisation workflow to all associated computers ensures consistency and efficiency across devices. This process allows for the seamless application of predefined tasks, settings, or updates, streamlining operations and reducing manual intervention. By deploying a workflow, you can ensure that every computer within the organisation adheres to the same standards, enhancing reliability and simplifying management.
Syntax: see 'CCall Structure
Type = 'POST'
'https://connect.cambrionix.com/api/workflows/v1/workflows/workflow-id/deploy' |
Output | Description |
---|---|
workflow-id | This is the id of the workflow as a unique 128-bit number |
Returns:
{ "result": [ "success": true } } |
Example
curl -X 'POST' \
'https://connect.cambrionix.com/api/workflows/v1/workflows/285c3632-f558-45a6-ab37-e8bf50879be5/deploy' \
-H 'accept: application/json' \
-H 'Authorization: Bearer eyJhuaXIjWP8C9eNgg0vraKoVe9svxSMQ' \
-d ''
Returns
{
"result": {
"success": true
}
}
Errors
If there is an error in the API method then JSON-RPC Error Object a will be returned