Deleting a Weak Dictionary
Function
This interface is used to delete a weak dictionary.
Syntax
Operation type: POST
URL: https://device_ip/redfish/v1/Systems/SecurityService/Actions/SecurityService.PunyDictDelete
X-Auth-Token: auth_value
{
"Password":password
}
Request Parameters
Parameter |
Mandatory/Optional |
Description |
Value |
|---|---|---|---|
Password |
Mandatory |
User password. |
Password of an edge management system user. A string of 8 to 20 characters. |
Usage Guidelines
None
Example
Request:
POST https://10.10.10.10/redfish/v1/Systems/SecurityService/Actions/SecurityService.PunyDictDelete
Request header:
X-Auth-Token: auth_value
{
"Password":"password"
}
{
"error": {
"code": "Base.1.0.Success",
"message": "Operation success. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"@odata.type": "#MessageRegistry.v1_0_0.MessageRegistry",
"Description": "Indicates that no error has occurred.",
"Message": "Delete puny dict successfully.",
"Severity": "OK",
"NumberOfArgs": null,
"ParamTypes": null,
"Resolution": "None"
}
]
}
}
Response code: 202
Output Description
Field |
Type |
Description |
|---|---|---|
code |
Character string |
A string indicating the specific message ID in the message registry. |
message |
Character string |
A readable message corresponding to a message in the message registry. |
@odata.type |
Character string |
OData description of a message resource. |
Description |
Character string |
Detailed description of a message resource. |
Message |
Character string |
Detailed information about a message resource. |
Severity |
Character string |
Severity.
|
NumberOfArgs |
Number |
Number of parameters in a message description. |
ParamTypes |
Array |
Parameter type list. |
Resolution |
Character string |
Event handling suggestions. |