Execute actions in an action set.
The actions to be executed
Accepted
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
The file you are trying to upload is too large.
Too many requests
Service Unavailable
{- "summary": "Execute actions request example",
- "description": "Example request for executing patch actions on multiple devices with different solution types",
- "value": {
- "actions": [
- {
- "solutionId": 965897,
- "devices": [
- 101452,
- 134726
], - "action": "patch-now",
- "workletId": 325416
}, - {
- "solutionId": 452781,
- "devices": [
- 121452,
- 948756
], - "action": "patch-with-worklet",
- "workletId": 215436
}
]
}
}
{- "errors": [
- "string"
]
}