ClientData
ClientData
Client data associated with the session.
JSON Example
{
"address": "127.0.0.1",
"location_id": "6bda20e66cda315084edc8b5c67f9cf1e3b0f4559ba990b1004a",
"name": "EXAMPLE-CLIENT1",
"type": "WINDOWS",
"version": "5.4.0"
}
string
address
Optional
IP address of the client machine for the session. This property need not be set.
string
location_id
Optional
Client location for the session. This property need not be set.
string
name
Optional
Client machine hostname for the session. This property need not be set.
string
type
Optional
Client type for the session. This property need not be set.
- 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. This property need not be set.