API Guide

Table 35. Parameters for idrac.cong_mgr.reset_to_factory
Parameter Name Type Allowed Values
preserver_config
ResetToFactoryPreserveEnum
ResetToFactoryPreserveEnum.ResetExceptNIC
AndUsers
ResetToFactoryPreserveEnum.ResetAll
ResetToFactoryPreserveEnum.ResetAllExcept
DefaultUser
Description Allows you to preserve the conguration
0 - ResetToFactoryPreserveEnum.ResetExceptNICAndUsers
Allows you to reset the device without resetting the NIC and User settings.
1 - ResetToFactoryPreserveEnum.ResetAll
Allows you to reset the device along with the NIC and the User settings.
2 - ResetToFactoryPreserveEnum.ResetAllExceptDefaultUser
Allows you to reset without resetting the default user.
Export and Import Tasks API list
This section lists the available Export and Import Tasks APIs.
idrac.cong_mgr.scp_export
API string/Method: idrac.config_mgr.scp_export.
Protocol Support: WSMAN, Redfish.
Description: This method is used to export the system conguration prole from the Lifecycle Controller to a local or a remote share
location.
Parameters:
Table 36.
Parameters for idrac.cong_mgr.scp_export
Parameter Name Type Allowed Values
export_format Enum
ExportFormatEnum.XML
ExportFormatEnum.JSON
Description
Allows you to export the conguration detail as XML or JSON le.
0 - ExportFormatEnum.XML
1 - ExportFormatEnum.JSON
Default - XML
OpenManage Python SDK API introduction 19