White Papers

45 An Overview of New Features in the Dell EMC iDRAC9 3.30.30.30 RESTful API
3.3.6 ImportLicenseFromNetworkShare
The ImportLicenseFromNetworkShare method imports the License given in the network share location.
ImportLicenseFromNetworkShare Method Parameters
Qualifiers
Name
Type
Description
IN,
Required
FQDD
Edm.String
FQDD of the device to apply the license to.
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, the certificate will be ignored.
Default is 1 (Off).
IN,
Required
ImportOptions
Edm.String
Flag to force or install for all similar devices.
IN,
Required
LicenseName
Edm.String
The file name of the license file to be imported.
IN
Password
Edm.String
Password for Network share authentication.
IN
ProxyPasswd
Edm.String
The password to log in proxy server.
IN
ProxyPort
Edm.String
Port for the proxy server. Default is set to 80.
IN
ProxyServer
Edm.String
The IP Address of the proxy server.
IN
ProxySupport
Edm.String
Specifies if proxy is to be used or not. Default is 1 (Off).
IN
ProxyType
Edm.String
The proxy type of the proxy server. Default is 0 (HTTP).
IN
ProxyUname
Edm.String
The username for proxy server.
IN
ShareName
Edm.String
Name of the CIFS share or full path to the NFS share. Optional for
HTTP/HTTPS share, this 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
User name for network share authentication.
IN
Workgroup
Edm.String
Optional. Workgroup for the CIFS share.
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.