Web Services Interface Guide
229 Dell Lifecycle Controller Web Services Interface Guide for Windows
Key: Key – Passcode. This parameter is required if the Mode = Local Key Encryption. The Key can be
maximum 32 characters in length, and must have one character from each of the following sets.
Upper Case
Lower Case Number
Special Character
The special characters in the following set needs to be passed as mentioned below.
& -> &
< -> <
> -> >
“ -> "
‘ -> '
Keyid: Key Identifier- Describes Key. The Keyid can be maximum 32 characters in length and must not
have spaces in it.
Mode: Mode of the Controller
1 — Local Key Encryption
2 — Dell Key Manager
EXAMPLE:
winrm i EnableControllerEncryption http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService?SystemCreationCl assName=DCIM_ComputerSystem
+CreationClassName=DCIM_RAIDService +SystemName=DCIM:ComputerSystem
+Name=DCIM:RAIDService
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
-file:EnableControllerEncryption.xml
The information in the input file EnableControllerEncryption.xml is shown below:
<p:EnableControllerEncryption_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService">
<p:Target>RAID.Integrated.1-1</p:Target>
<p:Mode>1</p:Mode>
<p:Key>Abcd@123</p:Key>
<p:Keyid>LKM</p:Keyid>
</p:EnableControllerEncryption_INPUT>