White Papers

15 Version 1.0.0
Table 12 DCIM_LCService.ClearProvisioningServer() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 13 DCIM_LCService.ClearProvisioningServer() Method: Parameters
Qualifiers
Name
Type
Description/Values
OUT
(optional)
MessageID
string
Error MessageID is returned if the method
fails to execute
OUT
(optional)
Message
string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
8.6 DCIM_LCService.DownloadServerPublicKey()
A method used to download the server public key to the LC.
Table 14 DCIM_LCService.DownloadServerPublicKey() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
4096
Job started: REF returned to started CIM_ConcreteJob
Table 15 DCIM_LCService.DownloadServerPublicKey() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN,
OctetString
KeyContent
string
Base64 encoded public key content.
OUT
Job
CIM_ConcreteJob
REF
Returned to keep track of public key
download status
OUT
MessageID
string
Error Message ID- can be used to index into
Dell Message registry files
OUT
Message
string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT
MessageArguments
string[]
Substitution variables for dynamic error
messages
8.7 DCIM_LCService.DownloadClientCerts()
A method used to download the client private certificate, password, and root certificate to LC.