Update Upgrade Schedule
Commit/Reschedule an existing upgrade. It moves the upgrade from DRAFT state to SCHEDULED state and/or changes the upgrade scheduled date/time.
upgradeId
{
"scheduledTimestamp": "string",
"upgradeNow": false,
"markForCancellation": false,
"vcenterUpgradePatchSpecs": [
{
"resourceId": "string",
"startSwitchoverTimestamp": "string"
}
]
}
Upgrade Scheduled Time
Flag for enabling Upgrade Now. If true, scheduledTimestamp is ignored
Flag for marking an upgrade for cancellation. If set to true, other fields in the request will be ignored
User input for vCenter ReducedDowntimeMigration upgrade
Ok
"Upgrade Object"
ID for Upgrade
Bundle ID for Upgrade
Resource Type for Upgrade
Boolean to represent components will be upgraded in parallel on not
Resource Upgrade Specifications
Overall upgrade status
Task ID associated with upgrade
NSX Upgrade User Input Specification
Bundle contains bits to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.
End time of the upgrade
vCenter Upgrade User Input Specification
Upgrade Not Found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'