User Manual
ASUS ASMB9-iKVM
4-113
4.3.46 Session
Displays the Session details for the given session.
This URI is available only when the session is created a by the above given POST API.
A. GET
• Request
https://{{ip}}/redfish/v1/SessionService/Sessions/{{session_id}}
Content-Type: application/json
• Response
The response of the request will be in JSON format. The properties are mentioned in
the following table
Table 56 Session Property
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.
@odata.etag String True
Refer to section 4.3.1 ODATA properties.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/SessionService
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in Table 55SessionService Property
for which ReadOnly is False that can be sent as Request body in json format.
Example Request Body for Enabling or Disabling SessionService and setting the
session timeout:
{
“ServiceEnabled”: true,
“SessionTimeout”: 300
}
• Response
The response status is success with status code as 200 with GET response. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
(continued on the next page)
E16160_ASMB9-iKVM_UM_V3.indb 113E16160_ASMB9-iKVM_UM_V3.indb 113 1/17/2020 2:29:33 PM1/17/2020 2:29:33 PM