Resume the failed and paused software update on the selected System.

post/private-cloud-business/v1beta1/systems/{id}/software-update-resume

Resume the failed and paused software update on the specified system. Invoke this API only after fixing the problems reported in software update.

Securitybearer
Request
path Parameters
id
required
string <uuid>

Unique Identifier of the System, usually a UUID.

Responses
202

Software update resume request is accepted.

400

Bad Request

401

The current user is not authorized to perform the requested operation.

403

Requested operation is forbidden in the current state of system.

404

No failed and paused software update is found to resume.

409

A software precheck or update operation is already in progress.

500

Internal Server Error

Request samples
Response samples
application/json
{ }