NOTE: The iDRAC 10 releases do not support Local Key Management (LKM).
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Oem/Dell/DellRaidService/Actions/DellRaidService.EnableControllerEncryption' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Key": "passcode",
"Keyid": "KeyIdString",
"Mode": "LKM",
"TargetFQDD": "ControllerFQDDString"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}