API Guide

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 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 ExportFormatEnum
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
Table 37. Parameters for idrac.cong_mgr.scp_export
Parameter Name Type Allowed Values
export_use ExportUseEnum
ExportUseEnum.Default
ExportUseEnum.Clone
ExportUseEnum.Replace
Description
The output le formats for export_use are:
ExportUseEnum.Default- By default, none of the options are selected.
ExportUseEnum.Clone - This option is used with Redsh protocol to generate an SCP that is ready for
cloning.
ExportUseEnum.Replace - This option is used to retire a server from the data center and replace it with
another.
Table 38. Parameters for idrac.cong_mgr.scp_export
Parameter Name Type Allowed Values
include_in_export IncludeInExportEnum
IncludeInExportEnum.Default
IncludeInExportEnum.Include_Read_Only
IncludeInExportEnum.Include_Password_Hash
18 OpenManage Python SDK API introduction