User Manual
ASUS ASMB9-iKVM
4-69
B. PATCH
• Request
https://{{ip}}/redfish/v1/Chassis/{{chassis_instance}}
Content-Type: application/json
Example PATCH Request Body:
{
“AssetTag”:”abcd”,
“IndicatorLED”:”Off”
}
Null value is not supported for PATCH requests and a 400 bad request with
PropertyValueTypeError is returned.
Request Body
Please refer to the properties that are patchable in
Table 26 Chassis Properties
for
which ReadOnly is False that can be sent as Request body in json format.
• Response
The response status is success with status code as 204 and no body. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
C. POST
• Request
POST https://{{ip}}/redfish/v1/ Chassis/Self/Actions/Chassis.
Reset
Content-Type: application/json
Request Body
The ResetType can be one of the following values: “
On
”, “
ForceOff
”,
“
GracefulShutdown
”, “
ForceRestart
”.
Example POST Request Body:
{
“ResetType”: “On”
}
• Response
The response status is success with status code as 204 and no body. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 69E16160_ASMB9-iKVM_UM_V3.indb 69 1/17/2020 2:29:29 PM1/17/2020 2:29:29 PM