API Guide

Table Of Contents
/redfish/v1/SessionService
This URI represents the collection of session services.
GET method for SessionService
This method returns a collection of session service.
Description Returns a collection of session service.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#SessionService.SessionService",
"@odata.id": "/api/SessionService",
"Id": "SessionServiceID",
"Description": "SessionService",
"Name": "SessionService",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": true,
"SessionTimeout": 1800,
"Actions": null,
"Sessions": [
{
"@odata.id": "/api/SessionService/Sessions"
}
]
}
Table 198. Attributes
Attribute name Description
Id ID of the session service.
ServiceEnabled Indicates if the session service is enabled or disabled.
SessionTimeout The period of time after which the session is timed out.
/redfish/v1/SessionService/Sessions/Members
This URI represents the active session services.
GET method for Members
This method returns a collection of the active session services.
Description
Returns a collection of the active session services.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
648 Redfish resource model