API Guide

Table Of Contents
Table 38. Parameters for idrac.config_mgr.scp_export
Parameter Name Type Allowed Values
include_in_expor
t
IncludeInExportEnum
IncludeInExportEnum.Default
IncludeInExportEnum.Include_Read_Only
IncludeInExportEnum.Include_Password_Ha
sh_Values
IncludeInExportEnum.Include_Both
Description
This API allows you to include more while exporting the file. The additional information added with
include_in_export are:
1 - IncludeInExportEnum.Include_Read_Only - Includes read only values.
2 - IncludeInExportEnum.Include_Password_Hash_Values - Includes password hash
values.
3 - IncludeInExportEnum.Include_Both - Includes both the values.
IncludeInExportEnum.Default - 0
Table 39. Parameters for idrac.config_mgr.scp_export
Parameter Name Type Allowed Values
job_wait
Boolean True/False
Description
True - Wait for the performed export Server Configuration Profile jobs to complete.
False - Returns only the JobID.
Table 40. Parameters for idrac.config_mgr.scp_export
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 - Name of the shared file.
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 - Name of the shared file.
Sharepath - The share path where file needs to be exported.
UserCredentials - Username and password for accessing the shared file.
Table 41. Parameters for idrac.config_mgr.scp_export
Parameter Name Type Allowed Values
Target SCPTargetEnum
SCPTargetEnum.ALL
SCPTargetEnum.IDRAC
SCPTargetEnum.BIOS
SCPTargetEnum.NIC
SCPTargetEnum.RAID
Description
To identify the component for export. It identifies one or more FQDDs. Selective list of FQDDs should
be given in comma-separated format.
16 OpenManage Python SDK API introduction