Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

OsInstall.md

File metadata and controls

17 lines (13 loc) · 1.09 KB

OsInstall

This MO models the target server, answers and other properties needed for OS installation. The OS installation can be started in the target server by doing a POST on this MO. The requests to this MO starts a OS installation workflow that can be tracked using workflow engine MO workflow.WorkflowInfo.

Properties

Name Type Description Notes
name str The name of the OS install configuration. [optional]
configuration_file OsConfigurationFile [optional]
image SoftwarerepositoryOperatingSystemFile [optional]
organization OrganizationOrganization [optional]
osdu_image FirmwareServerConfigurationUtilityDistributable [optional]
server ComputePhysical [optional]
workflow_info WorkflowWorkflowInfo [optional]

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