User Manual

ASUS ASMB9-iKVM
4-123
• Response
The response status is success by following scenario:
- The response status 200 means success and the response body is a GET Response
with the changed values specified in the Patchable properties in Request body.
- On error, the response status will be 400 and the body will contain the response
error.
For Detailed Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
4.4.2 PAM Configuration
A. GET
• Request
GET https://{{ip}}/redfish/v1/AccountService/Configurations
Content-Type: application/json
Table 65 Account Service Properties
Name Type ReadOnly Description
@odata.context String True
Refer to section 4.3.1 ODATA properties.
@odata.id String True
Refer to section 4.3.1 ODATA properties.
@odata.type String True
Refer to section 4.3.1 ODATA properties.
Id String True Resource Identifier.
Name String True Name of the Resource.
PAMEnabled Boolean False Indicates whether or not PAM authentication should be used when
authenticating Redfish requests.
PAMOrder Array False Array that represents the order the PAM modules will be checked for
authentication.
• Response
The response of the request will return 200 with response body in JSON format with
the OData properties.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/AccountService/Configurations
Content-Type: application/json
Example PATCH Request Body
{
“PAMEnabled”: true, “PAMOrder”: [ “ACTIVE DIRECTORY”,
“RADIUS”, “IPMI”, “LDAP” ]
}
E16160_ASMB9-iKVM_UM_V3.indb 123E16160_ASMB9-iKVM_UM_V3.indb 123 1/17/2020 2:29:33 PM1/17/2020 2:29:33 PM