API Guide

Table Of Contents
Table 46. Parameters for idrac.config_mgr.scp_import
Parameter Name Type
share_path
FileOnShare (for CIFS & NFS Share)
LocalFile (For Local Share)
Description SCP exports can be directed to local file systems and network shares.
NFS - Network File System
IPAddress - Name of the NFS share server.
Sharename - The NFS share name.
Mountpoint - To mount the shared file.
UserCredentials - Username and password for accessing the shared file.
CIFS - Common Internet File System
IPAddress - Name of the CIFS share server.
Sharename - The CIFS share name.
Sharepath - The share path where file needs to be imported.
UserCredentials - Username and password for accessing the shared file.
Table 47. Parameters for idrac.config_mgr.scp_import
Parameter Name Type Allowed Values
Target SCPTargetEnum
SCPTargetEnum.ALL
SCPTargetEnum.IDRAC
SCPTargetEnum.BIOS
SCPTargetEnum.NIC
SCPTargetEnum.RAID
Description
To identify the component for Import. It identifies one or more FQDDs. Selective list of
FQDDs should be given in comma-separated format.
SCPTargetEnum.IDRAC - The module imports iDRAC configuration in SCP file.
SCPTargetEnum.BIOS - The module imports BIOS configuration in SCP file.
SCPTargetEnum.NIC - The module imports NIC configuration in SCP file.
SCPTargetEnum.RAID - The module imports RAID configuration in SCP file.
This module will import the configuration component from the imported SCP
Default - SCPTargetEnum.ALL - This module imports the complete system
configuration from the Lifecycle Controller to a file on local or remote share location.
Table 48. Parameters for idrac.config_mgr.scp_import
Parameter Name Type
time_to_wait
unit16
Description The time to wait for the host to shut down. Default and minimum value is 300 seconds.
Maximum value is 3600 seconds.
Table 49. Parameters for idrac.config_mgr.scp_import
Parameter Name Type
Workgroup
String
Description The applicable workgroup.
Return type:
18
OpenManage Python SDK API introduction