GET/PATCH – Session service properties
Use the GET/PATCH method to retrieve properties in SessionService resource for Redfish service.
Request URL
https://<SMM_IPADDR>/redfish/v1/SessionService
Request body
None
Response body
Field | Type | Description | |||
|---|---|---|---|---|---|
Description | String | “Session Service” | |||
Id | String | “SessionService” | |||
Name | String | “Session Service” | |||
ServiceEnabled | Boolean | true | |||
SessionTimeout | Integer | Default value is 1800 seconds | |||
Sessions | link | “/redfish/v1/SessionSerivce/Sessions” | |||
OEM | Object | Expanded | |||
Lenovo | Object | Expanded | |||
MaximumSessions | Integer | Default value is 16. | |||
REST operation — PATCH
| Operation | Properties | Comment |
| PATCH | SessionTimeout | The valid range is 30~86400. |
/Oem/Lenovo/MaximumSessions | The valid range is 1~1000. |
Give documentation feedback