Users Guide

Table Of Contents
Table 24. idrac_redfish-storage-controller (continued)
Parameter Required Default Choices Comments
This option is mandatory
when I(command) is
C(SetControllerKey) or
C(ReKey), and when I(mode)
is C(LKM).
old_key False NA NA
Security key passphrase used
by the encryption-capable
controller.
This option is mandatory
when I(command) is
C(ReKey) and I(mode) is
C(LKM). .
mode False NA LKM or SEKM
Encryption mode of
the encryption-capable
controller: 1 - Local Key
Management (LKM), 2 -
Security Enterprise Key
Manager(SEKM).
This option is applicable
only when I(command) is
C(ReKey).
C(SEKM) requires secure
enterprise key manager
license on the iDRAC.
Return values
msg:
type: str
description: Overall status of the storage controller configuration operation.
returned: always
sample: "Successfully submitted the job that performs AssignSpare operation"
task:
type: dict
description: ID and URI resource of the created job.
returned: success
sample: {
"id": "JID_XXXXXXXXXXXXX",
"uri": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_XXXXXXXXXXXXX"
}
error_info:
type: dict
description: Details of a http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Cannot run the method because the requested HTTP method is not
allowed.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "iDRAC.1.6.SYS402",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "Enter a valid HTTP method and retry the operation. For
information about
valid methods, see the Redfish Users Guide available on the support site.",
"Severity": "Informational"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information"
54
Modules for iDRAC