Upgrade client and client group software
Select
SaaS
Customer Managed
Upgrade software for client and client group.
- application/json
Request Body
- rebootIfRequired boolean
Boolean which determines whether to reboot if required.
- runDBMaintenance boolean
Boolean which determines whether or not to run a database maintenance.
- notifyWhenJobCompletes boolean
Boolean which determines whether to notify when software is upgraded.
- installOSUpdates boolean
Boolean which determines whether to install operating system updates.
- installStorageUpdates string
Possible values: [
DISRUPTIVE
,NON_DISRUPTIVE
]Enum which specifies the type of storage update
- waitForDownloadJobToComplete boolean
Boolean which determines whether to wait for Download software job to complete before software is upgraded.
entities object[]
List of all the client and client groups on which UpgradeSoftware should be run
id int32name stringGUID stringtype string
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- jobId int32
{
"jobId": 0
}
Loading...