GetEndpointsResponseModel_Endpoint
Provides endpoint details.
Name | Description | Type | Additional Information |
---|---|---|---|
Seq |
The index number of the endpoint in context of the executed query. |
integer |
None. |
EndpointId |
The endpoint identifier. |
string |
None. |
HostName |
The hostname of the endpoint. |
string |
None. |
GroupName |
The name of the group the endpoint belongs to. |
string |
None. |
FirstSeen |
The date the endpoint was first seen. |
date |
None. |
LastSeen |
The date the endpoint was last seen. |
date |
None. |
AgentVersion |
The version number of the agent the endpoint is using. |
string |
None. |
LicenseKey |
The license key the endpoint is using. |
string |
None. |
Expired |
Indicates if the key has expired. |
boolean |
None. |
LastChangesUserId |
The id of the user performing the last change on the endpoint. |
string |
None. |
MachineId |
Machine ID of the endpoint. |
string |
None. |
PolicyId |
The policy identifier. |
string |
None. |
VM |
Indicates if endpoint runs within virtual machine. |
boolean |
None. |
AgentLanguage |
The language used for the agent. |
string |
None. |
FriendlyPCName |
Only specified if the endpoint has been renamed to a more recognizable name in the GSM console. |
string |
None. |
GroupId |
The id of the group the endpoint belongs to. |
string |
None. |
PolicyName |
The policy name. |
string |
None. |
LastInfected |
The date the endpoint last reported an infection. |
date |
None. |
InfectedNow |
Indicates if endpoint is currently infected. |
boolean |
None. |
NumUsers |
The number of the current users. |
integer |
None. |
MaxUsers |
The maximum number of users. |
integer |
None. |
InternalIP |
The internal IP address of the endpoint. |
string |
None. |
MACAddress |
The MAC address of the endpoint. |
string |
None. |
ADDomain |
The active directory domain the endpoint belongs to. |
string |
None. |
ADOU |
The active directory organizational unit the endpoint belongs to. |
string |
None. |
Workgroup |
The workgroup the endpoint belongs to. |
string |
None. |
CurrentUser |
The current user on the endpoint. |
string |
None. |
Mac |
Indicates if the endpoint runs on a mac. |
boolean |
None. |
WindowsFullOS |
The full Windows operating system name. |
string |
None. |
LastPublicIP |
The last public ip address the endpoint reported. |
string |
None. |
Deactivated |
Indicates if the endpoint is deactivated. |
boolean |
None. |
LastScanSeq |
The sequence number of the last scan. |
string |
None. |
ModifiedDate |
Date when the endpoint's console state last changed. |
date |
The date is updated when e.g. the endpoint is assigned to a different group or policy, or when the endpoint is deactivated or reactivated. The ModifiedDate field can for example be used to identify when an endpoint has been deactivated because once an endpoint is deactivated, i.e. the value of the Deactivated field is true, the only subsequent state change allowed is reactivating the endpoint. |
IsolationStatus |
Indicates the isolation status of the endpoint. |
string |
Supported values are ISOLATED, UNISOLATED, PENDING_UNISOLATION, PENDING_ISOLATION. |