Cancel Scheduled Upgrade at Customer Level
POST {{base_url}}/firmware/v1/msp/upgrade/customers/:customer_id/cancel
Cancel a scheduled firmware upgrade for the specific type of devices, for a tenant of the MSP customer.
To cancel scheduled upgrade for certain type of devices, specify device_type as one of IAP
for swarm, MAS
for MAS switches, HP
for aruba switches, CX
for CX switches, CONTROLLER
for controllers respectively.
To exclude groups from canceling the scheduled upgrade, please specify exclude_groups with a list of groups in the body.
This API will be deprecated soon. Please use API /firmware/v2/msp/upgrade/customers/{customer_id}/cancel to cancel scheduled upgrade for a tenant.
Possible error_codes for the error responses are 1. 0001 - General Error. 2. 0003 - Validation Error. Unsupported query combination 3. 0004 - Validation Error. Invalid value for a query parameter 4. 0005 - Validation Error. Missing required parameter.
Request Body
{"device_type"=>"<string>", "exclude_groups"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
"\u003cstring\u003e"