Skip to main content

PATCH – Change PAM Configurations

Request

PATCH https://{{ip}}/redfish/v1/AccountService/Oem/Ami/Configurations
Content-Type: application/json

Request example

{
"PAMEnabled": true,
"PAMOrder": [
"ACTIVE DIRECTORY",
"RADIUS",
"IPMI",
"LDAP"
"RADIUS"
]
}

Note
  1. PAMOrder can change only when PAMEnabled in true.

  2. RADIUS should be kept as last in the PAMOrder. If the position of RADIUS is changed from last in the PAMOrder, the request will be responded with an appropriate error message.

PAMOrder can change only when PAMEnabled in true.

Response-Success

  1. If the PATCH is completely succeful without any extended information, the status code will be 204.

  2. A message will be included in the response when the lighttpd web server needs to be restarted and if there is some extended info.

Response-Error

  1. On error, the response status will be 400 and the body will contain the response error.

  2. For Error Responses, please refer to Error Response.