PATCH – Update timeout property
Use the PATCH method to update timeout property in SessionService resource for Redfish service
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/SessionService
Request body
Properties to be updated are shown as bellow
Field | Type | Description | |||
|---|---|---|---|---|---|
SessionTimeout | Number | The value should be between 30 and 86400. | |||
Response body
The response returns same content as GET operation with updated properties.
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Give documentation feedback