White Papers

43 An Overview of New Features in the Dell EMC iDRAC9 3.30.30.30 RESTful API
3.3.3 ExportLicenseByDeviceToNetworkShare
ExportLicenseByDeviceToNetworkShare is a method used to export License files from the
IDRAC. The ExportLicenseByDeviceToNetworkShare method exports all licenses from a device,
specified by FQDD, to a user-defined location. The following tables specify
ExportLicenseByDeviceToNetworkShare return values and parameters.
ExportLicenseByDeviceToNetworkShare Method Parameters
Qualifiers
Name
Type
Description
IN,
Required
FQDD
Edm.String
FQDD of the device to export licenses from.
IN,
Required
FileName
Edm.String
The exported license is renamed to <FileName>.
IN,
Required
IPAddress
Edm.String
IP Address of the machine hosting the CIFS, NFS, HTTP, or HTTPS share.
IN
Password
Edm.String
Password for CIFS share authentication.
IN,
Required
ShareName
Edm.String
Name of the CIFS share or full file folder path to the NFS share. Optional
for HTTP/HTTPS share, which may be treated as the path of the directory
containing the file.
IN,
Required
ShareType
Edm.String
Type of the network share.
IN
UserName
Edm.String
Username for CIFS share authentication.
IN
Workgroup
Edm.String
Workgroup for the CIFS share, optional.
OUT
Job
Edm.String
Reference to the job spawned, if the operation continues after the method
returns.
OUT
Message
Edm.String
Error or information message, in English, corresponding to the Message
ID is returned.
OUT
MessageArgs
Edm.String
Substitution variables for dynamic error messages.
OUT
MessageID
Edm.String
The message ID for the output message.
3.3.4 ExportLicenseToNetworkShare
ExportLicenseToNetworkShare is a method used to export License files from the IDRAC. The
ExportLicenseToNetworkShare method exports a License, specified by EntitlementID, to a user-defined
location.
ExportLicenseToNetworkShare Method Parameters
Qualifiers
Name
Type
Description
IN,
Required
EntitlementID
Edm.String
Entitlement ID of the license being exported.
IN
FileName
Edm.String
If included, the exported license is renamed as <FileName>.
IN,
Required
IPAddress
Edm.String
IP address of the server hosting the network share.
IN
IgnoreCertWarning
Edm.String
Specifies if certificate warning is to be ignored when HTTPS is
specified. If IgnoreCertWarning is on, certificate will be ignored.
Default is 1 (Off).
IN
Password
Edm.String
Password for Network share authentication.
IN
ProxyPasswd
Edm.String
The password to log in to the proxy server.