Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.06 KB

ApplianceUpgrade.md

File metadata and controls

26 lines (22 loc) · 2.06 KB

ApplianceUpgrade

Upgrade tracks the Intersight Appliance's software upgrades. Intersight Appliance's upgrade service automatically creates an Upgrade managed object when there is a pending software upgrade. User may modify an active Upgrade managed object to reset the software upgrade start time. However, user may not be able to postpone an upgrade beyond the limit enforced by the upgrade grace period set in the software manifest.

Properties

Name Type Description Notes
active bool Indicates if the software upgrade is active or not. [optional] [readonly]
auto_created bool Indicates that the request was automatically created by the system. [optional] [readonly]
completed_phases list[OnpremUpgradePhase] [optional]
current_phase OnpremUpgradePhase [optional]
description str Description of the software upgrade. [optional] [readonly]
elapsed_time int Elapsed time in seconds during the software upgrade. [optional] [readonly]
end_time datetime End date of the software upgrade. [optional] [readonly]
fingerprint str Software upgrade manifest's fingerprint. [optional] [readonly]
messages list[str] [optional]
services list[str] [optional]
start_time datetime Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade. [optional]
status str Status of the Intersight Appliance's software upgrade. [optional] [readonly]
ui_packages list[str] [optional]
version str Software upgrade manifest's version. [optional] [readonly]
account IamAccount [optional]
image_bundle ApplianceImageBundle [optional]

[Back to Model list] [Back to API list] [Back to README]