Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

ApplianceBackup.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

ApplianceBackup

Backup tracks all backup requests to create a full system backup of the Intersight Appliance. There will be only one Backup managed object with a 'Started' state at any time. All other Backup managed objects will be in terminal states.

Properties

Name Type Description Notes
elapsed_time int Elapsed time in seconds since the backup process has started. [optional] [readonly]
end_time datetime End date and time of the backup process. [optional] [readonly]
is_password_set bool [optional]
messages list[str] [optional]
password str Password to authenticate the fileserver. [optional]
start_time datetime Start date and time of the backup process. [optional] [readonly]
status str Status of the backup managed object. [optional] [readonly] [default to 'Started']
account IamAccount [optional]

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