API Guide

Example request
body
{
"UserName":"root",
"Password":"linux",
"SessionType":"API"
}
Example
response body
{
"Id": "7b723932-a119-4843-a5b7-7a122e4def99",
"Description": "root",
"Name": "API",
"UserName": "root",
"Password": null,
"Roles": [
"ADMINISTRATOR"
],
"IpAddress": "xx.xx.xx.xx",
"StartTimeStamp": "2017-04-17 20:07:12.357",
"LastAccessedTimeStamp": "2017-04-17 20:07:12.357"
}
Table 128. Attributes
Attribute Name Description
Id The unique identifier of the SessionService.
UserName The session user name.
Password The session user password.
Roles Role privileges.
IpAddress IP address of session source.
StartTimeStamp Time when the session began.
LastAccessedTimeStamp Time when the session was last accessed.
DELETE method for Sessions(Id)
This method deletes a specific session.
Description
Deletes a specific session.
Privilege SECURITY_SETUP
HTTP response
codes
204
/api/SessionService/SessionConfiguration
GET method for SessionConfiguration
Description
This method adds the ability to configure the inactivity (not active sessions) timeout interval and the
maximum number of sessions that are enabled per session type. When these properties are changed, the
properties of the current active sessions are not terminated or modified.
Privilege VIEW
Session 351