Retire Multiple Clients
This operation releases the licenses and uninstalls the Commvault software on list of clients. If no client backup data exists in the ContentStore, then it is deleted. Otherwise, the client is set to a deconfigured state for restore purposes.
- application/json
Request Body
association object
entity object[]
clientName stringclientId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId integer
response object
errorString stringerrorCode integer
{
"jobId": 0,
"response": {
"errorString": "string",
"errorCode": 0
}
}
Loading...