Client Update Software
This operation updates software on the client.
- application/json
Request Body
taskInfo object
task object
taskType integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
adminOpts object
updateOption object
ignoreRunningJobs booleanrebootClient booleanclientAndClientGroups object[]
clientSidePackage booleanclientId integerconsumeLicense booleanclientId integer[]installUpdatesJobType object
installUpdates boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 732,
"jobIds": [
"23657"
]
}
Loading...