Get active sessions
This method returns details of active sessions.
URL
-
Make sure there are no spaces in the URL.
-
The following characters are not supported in URL values: + & %
-
If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/
|
|
The following values can be added in the URL. None of them are mandatory.
Parameter |
Limit |
||||||||||||||||||||||||||||||||||||||||||
Type |
Integer |
||||||||||||||||||||||||||||||||||||||||||
Description |
Determines the number of lives sessions that are returned in the list. The maximum value is defined in the MaxRecords property in Options à Privileged Session Management à General Setting à Search Properties. |
||||||||||||||||||||||||||||||||||||||||||
Valid values |
A positive value greater than 0 |
||||||||||||||||||||||||||||||||||||||||||
Default |
25 |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
Sort |
||||||||||||||||||||||||||||||||||||||||||
Type |
String |
||||||||||||||||||||||||||||||||||||||||||
Description |
The sort can be done by each property on the recording file:
The sort can be in ascending or descending order. To sort in descending order, specify "-" (dash) before the recording property by which to sort. |
||||||||||||||||||||||||||||||||||||||||||
Default |
Descending according to StartTime |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
Offset |
||||||||||||||||||||||||||||||||||||||||||
Type |
Integer |
||||||||||||||||||||||||||||||||||||||||||
Description |
Determines which recording results will be returned, according to a specific place in the returned list. This value defines the recording's place in the list and how many results will be skipped. |
||||||||||||||||||||||||||||||||||||||||||
Valid values |
A positive value greater than 0 |
||||||||||||||||||||||||||||||||||||||||||
Default |
0 |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
Search |
||||||||||||||||||||||||||||||||||||||||||
Type |
String |
||||||||||||||||||||||||||||||||||||||||||
Description |
Returns lives sessions that are filtered by properties that contain the specified search text. |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
Safe |
||||||||||||||||||||||||||||||||||||||||||
Type |
String |
||||||||||||||||||||||||||||||||||||||||||
Description |
Returns lives sessions that use accounts from a specific Safe. |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
FromTime |
||||||||||||||||||||||||||||||||||||||||||
Type |
Integer |
||||||||||||||||||||||||||||||||||||||||||
Description |
Returns lives sessions from a specific date. |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
ToTime |
||||||||||||||||||||||||||||||||||||||||||
Type |
Integer |
||||||||||||||||||||||||||||||||||||||||||
Description |
Returns lives sessions before a specific date. |
||||||||||||||||||||||||||||||||||||||||||
Parameter |
Activities |
||||||||||||||||||||||||||||||||||||||||||
Type |
String |
||||||||||||||||||||||||||||||||||||||||||
Description |
Returns lives sessions with specific activities. |
Resource information
HTTP method |
GET |
Content type |
application/json |
Header parameter
Parameter |
Description |
---|---|
Authorization |
The token that identifies the session, encoded in BASE 64. See Authentication. Type: String Mandatory: Yes Default value: None |
Body parameters
None
Result
|
Return codes
For a complete list of return codes, see Return Codes.