API Guide

Session
/api/SessionService
This URI represents the collection of session services.
GET method for SessionService
This method returns a collection of the sessions services.
Description Returns a collection of session services.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@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.navigationLink": "/api/SessionService/Sessions"
}
Table 121. Attributes
Attribute Name Description
Id The unique identifier of the session service.
ServiceEnabled Indicates whether the session service is enabled.
SessionTimeout The session timeout duration in seconds.
Name Name given for Session service.
Description Description for the Session service.
Sessions The link to the collection of active sessions.
15
268 Session