White Papers

24 Version 1.3.3
Table 18DCIM_LCService.ClearProvisioningServer() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 19DCIM_LCService.ClearProvisioningServer() Method: Parameters
Qualifiers Name Type Description/Values
OUT MessageID string
Error MessageID is returned if the method
fails to execute
OUT 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 20DCIM_LCService.DownloadServerPublicKey() Method: Return Code Values
Value Description
1 Method is unsupported.
2 Error occurred
4096 Job started: REF returned to started CIM_ConcreteJob
Table 21DCIM_LCService.DownloadServerPublicKey() Method: Parameters
Qualifiers Name Type Description/Values
IN,
OctetString,
REQ
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.