User Manual

ASUS ASMB9-iKVM
4-111
4.3.44 SessionCollection
It displays the collection of links to each session.
The list will be populated and point the odata.id links to the session resources, only if the
sessions are created via the below given POST API otherwise the Members list will be
empty.
A. GET
• Request
https://{{ip}}/redfish/v1/SessionService/Sessions
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
B. POST [Creating new Session]
• Request
POST https://{{ip}}/redfish/v1/SessionService/Sessions
Content-Type: application/json
Example POST Request:
{
“UserName”: “Administrator”,
“Password”: “superuser”
}
• Response
The response status is 201 and the response body is a GET Response with the
properties of the newly created Session. For Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 111E16160_ASMB9-iKVM_UM_V3.indb 111 1/17/2020 2:29:32 PM1/17/2020 2:29:32 PM