API Guide

Table Of Contents
Session
Topics:
/api/SessionService
/api/SessionService/Sessions
/api/SessionService/Sessions(Id)
/api/SessionService/SessionConfiguration
/api/SessionService/Actions/SessionService.SessionConfigurationUpdate
/api/SessionService/Actions/SessionService.Logoff
/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
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.navigationLink": "/api/SessionService/Sessions"
}
Table 132. 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.
15
Session 391