Skip to main content

PATCH – Session Service

Use the patch method to change properties in SessionService.

Request

PATCH https://{{IP}}/redfish/v1/SessionService
Content-Type: application/json

Request body

Please refer to the properties that are patchable in Session Service Properties for which ReadOnly is False that can be sent as Request body in JSON format.

Request example

{
"ServiceEnabled": true,
"SessionTimeout": 250
}

Response

The response status is a success with status code of 204 and no response body.

For Error Responses, please refer to Error Response.