API Guide

Table Of Contents
Table 50. Parameters for idrac.config_mgr.scp_import
Parameter Name Return Type
(job-wait=True)]
(job-wait = False)
XML or JSON file
Description
Exports the server configuration profile to the provided network share or to the local
path.
JobID - It is in the format JID_XXXXXXXXXXXX.
Job Status - It allows the user to check the status of job completion.
idrac.log_mgr.lclog_export
API string/Method: idrac.log_mgr.lclog_export.
Protocol Support: WSMAN.
Description: The ExportLCLog() method is used to export the log from the Lifecycle Controller to a remote share.
Parameters:
Table 51. Parameters for idrac.log_mgr.lclog_export
Parameter Name Type Allowed Values
job_wait
Boolean True/False
Description
This API raises a flag to wait for the job to complete. A false value will return the Job ID.
Table 52. Parameters for idrac.log_mgr.lclog_export
Parameter Name Type
share_path
FileOnShare (for CIFS & NFS Share)
LocalFile (For Local Share)
Description LC log 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 filed.
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 exported.
UserCredentials - Username and password for accessing the shared file.
Table 53. Parameters for idrac.log_mgr.lclog_export
Parameter Name Type
work_group
String
Description The applicable workgroup.
Example:
# Export LC Logs - NFS Share
nfs_share = FileOnShare(remote=<IP OR HOSTNAME>:/<NFS-SHARE-PATH>,
mount_point=<MOUNT-DRIVE>:\>, isFolder=<True/False>,
OpenManage Python SDK API introduction
19