GlobalSessionClientData

GlobalSessionClientData
GlobalSessionClientData

Client data for the session.

JSON Example
{
    "address": "127.0.0.1",
    "location_id": "ac9be3c194f62043b274058102d3ce39048ec9c26d0e2c8b8ea475909d497f79",
    "name": "Client1",
    "type": "WINDOWS",
    "version": "5.4.0"
}
string
address
Optional

IP Address of the client machine for the session. Supported Filters: 'Equals'. This property can be used for sorting.

string
location_id
Optional

Client location for the session. Supported Filters: 'Equals'.

string
name
Optional

Client machine name for the session. Supported Filters: 'Equals'. This property can be used for sorting.

string
type
Optional

Client type for the session. Supported Filters: 'Equals'. This property can be used for sorting.

  • WINDOWS: Client type is Windows client.
  • MAC: Client type is Mac client.
  • HTMLACCESS: Client type is Web client.
  • LINUX: Client type is Linux client.
  • IOS: Client type is iOS client.
  • ANDROID: Client type is Android client.
  • OTHER: Client type is other.
Possible values are : WINDOWS, MAC, HTMLACCESS, LINUX, IOS, ANDROID, OTHER,
string
version
Optional

Client version for the session. Supported Filters: 'Equals'. This property can be used for sorting.