Reference Guide

Table Of Contents
RedfishSessionService
This resource enables you to access the session service. Using this resource, you can view the sessions, create a session, delete
a session, and so on.
Use the URI in this resource to access the session service and the associated actions.
/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 199. 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 resource model 719