GET /service/api/console/gsm/{gsmKey}/sites/{siteId}/groups/{groupId}/endpoints
?order={order}
&orderDirection={orderDirection}
&pageSize={pageSize}
&pageNr={pageNr}
Gets the list of endpoints on a given group.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
The GSM console keycode. |
string |
Required |
siteId |
The site identifier. |
string |
Required |
groupId |
The group identifier. |
string |
Required |
order |
Used to determine the order field. Valid values are "hostname", "firstseen", "lastseen", "agentversion", "lastinfected". Default value is "hostname". |
string |
None. |
orderDirection |
Used to sort the data. "A" for ascending, "D" for descending. If orderDirection is omitted or invalid, the data will be sorted in ascending order. |
string |
None. |
pageSize |
Specifies the number of records being returned. |
integer |
Default value is 50 |
pageNr |
Specifies the page number. Can be used to retrieve the next batch of records. Default value is 1. |
integer |
Default value is 1 |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/endpoints
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/endpoints?pageSize=100&pageNr=3
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/endpoints?order=lastseen&orderDirection=A
|
Body Parameters
None.
Response Information
Resource Description
Information about the list of endpoints on a given group.
GetEndpointsResponseModelName | Description | Type | Additional Information |
---|---|---|---|
TotalAvailable |
Use this value to determine if you need to retrieve additional pages of data. If TotalAvailable is larger than PageNr * PageSize then more endpoints are available. |
integer |
None. |
PageNr |
The number of the page that was request. |
integer |
None. |
PageSize |
The size of the page that was requested. |
integer |
None. |
Endpoints |
List of endpoint records. |
Collection of GetEndpointsResponseModel_Endpoint |
None. |
Sample Response
{ "TotalAvailable": 2, "PageNr": 1, "PageSize": 50, "Endpoints": [ { "Seq": 1, "EndpointId": "a000264d-3052-4ecc-b254-ed67260ec6bd", "HostName": "MyComputer1", "GroupName": "Test Group", "FirstSeen": "2024-07-21T17:52:32.5055428Z", "LastSeen": "2024-07-21T17:52:32.5055428Z", "AgentVersion": "9.0.13.58", "LicenseKey": "E02C-7590-8764-487E-8538", "Expired": false, "LastChangesUserId": "7947acd8-9694-4aa8-87a5-98dc7583191b", "MachineId": "01E84FF7B08A4601B74F2D34D904973F:::C9A09858041041FE9F2B21985DB79896:::C9A09858041041FE9F2B21985DB79896", "PolicyId": "f10a93e2-e99d-4917-8012-f602171624fa", "VM": false, "AgentLanguage": "en", "FriendlyPCName": "", "GroupId": "a1b9a70c-8266-44a9-bdf5-441d42735cf6", "PolicyName": "Test Policy", "LastInfected": "2024-09-21T17:52:32.5055428Z", "InfectedNow": false, "NumUsers": 1, "MaxUsers": 2, "InternalIP": "10.30.100.87", "MACAddress": "61-A7-44-67-CB-D4", "ADDomain": "domain.webroot.com", "ADOU": "Webroot.Computers", "Workgroup": "WORKGROUP", "CurrentUser": "Paul", "Mac": false, "WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit", "LastPublicIP": "95.75.243.217", "Deactivated": false, "LastScanSeq": "151085304", "ModifiedDate": "2024-12-14T17:52:32.5055428Z", "IsolationStatus": "UNISOLATED" }, { "Seq": 2, "EndpointId": "eb71a5c3-0686-4a2b-8ddf-17eabe5b02cc", "HostName": "MyComputer2", "GroupName": "Test Group", "FirstSeen": "2024-02-21T17:52:32.5055428Z", "LastSeen": "2024-02-21T17:52:32.5055428Z", "AgentVersion": "9.0.13.58", "LicenseKey": "E02C-7590-8764-487E-8538", "Expired": false, "LastChangesUserId": "04b225c4-3956-4c67-b662-bd21f46fc1bd", "MachineId": "72FFB3BD6ACD4BFCB78FDCC55FE10791:::8820F754C37F46CDAA012CFC307E46D9:::8820F754C37F46CDAA012CFC307E46D9", "PolicyId": "a3e82171-5917-485f-879b-0880a089a198", "VM": false, "AgentLanguage": "en", "FriendlyPCName": "", "GroupId": "384b7e05-aaf9-4d8c-8774-d77dad90c45d", "PolicyName": "Test Policy", "LastInfected": "2024-06-21T17:52:32.5055428Z", "InfectedNow": false, "NumUsers": 1, "MaxUsers": 4, "InternalIP": "10.51.19.99", "MACAddress": "CD-4C-C7-D7-85-41", "ADDomain": "domain.webroot.com", "ADOU": "Webroot.Computers", "Workgroup": "WORKGROUP", "CurrentUser": "Paul", "Mac": false, "WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit", "LastPublicIP": "95.122.113.34", "Deactivated": false, "LastScanSeq": "528480939", "ModifiedDate": "2024-12-07T17:52:32.5055428Z", "IsolationStatus": "UNISOLATED" } ] }
<GetEndpointsResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <Endpoints> <GetEndpointsResponseModel_Endpoint> <ADDomain>domain.webroot.com</ADDomain> <ADOU>Webroot.Computers</ADOU> <AgentLanguage>en</AgentLanguage> <AgentVersion>9.0.13.58</AgentVersion> <CurrentUser>Paul</CurrentUser> <Deactivated>false</Deactivated> <EndpointId>a000264d-3052-4ecc-b254-ed67260ec6bd</EndpointId> <Expired>false</Expired> <FirstSeen>2024-07-21T17:52:32.5055428Z</FirstSeen> <FriendlyPCName></FriendlyPCName> <GroupId>a1b9a70c-8266-44a9-bdf5-441d42735cf6</GroupId> <GroupName>Test Group</GroupName> <HostName>MyComputer1</HostName> <InfectedNow>false</InfectedNow> <InternalIP>10.30.100.87</InternalIP> <IsolationStatus>UNISOLATED</IsolationStatus> <LastChangesUserId>7947acd8-9694-4aa8-87a5-98dc7583191b</LastChangesUserId> <LastInfected>2024-09-21T17:52:32.5055428Z</LastInfected> <LastPublicIP>95.75.243.217</LastPublicIP> <LastScanSeq>151085304</LastScanSeq> <LastSeen>2024-07-21T17:52:32.5055428Z</LastSeen> <LicenseKey>E02C-7590-8764-487E-8538</LicenseKey> <MACAddress>61-A7-44-67-CB-D4</MACAddress> <Mac>false</Mac> <MachineId>01E84FF7B08A4601B74F2D34D904973F:::C9A09858041041FE9F2B21985DB79896:::C9A09858041041FE9F2B21985DB79896</MachineId> <MaxUsers>2</MaxUsers> <ModifiedDate>2024-12-14T17:52:32.5055428Z</ModifiedDate> <NumUsers>1</NumUsers> <PolicyId>f10a93e2-e99d-4917-8012-f602171624fa</PolicyId> <PolicyName>Test Policy</PolicyName> <Seq>1</Seq> <VM>false</VM> <WindowsFullOS>Windows 7 Service Pack 1 (Build 7601) 64bit</WindowsFullOS> <Workgroup>WORKGROUP</Workgroup> </GetEndpointsResponseModel_Endpoint> <GetEndpointsResponseModel_Endpoint> <ADDomain>domain.webroot.com</ADDomain> <ADOU>Webroot.Computers</ADOU> <AgentLanguage>en</AgentLanguage> <AgentVersion>9.0.13.58</AgentVersion> <CurrentUser>Paul</CurrentUser> <Deactivated>false</Deactivated> <EndpointId>eb71a5c3-0686-4a2b-8ddf-17eabe5b02cc</EndpointId> <Expired>false</Expired> <FirstSeen>2024-02-21T17:52:32.5055428Z</FirstSeen> <FriendlyPCName></FriendlyPCName> <GroupId>384b7e05-aaf9-4d8c-8774-d77dad90c45d</GroupId> <GroupName>Test Group</GroupName> <HostName>MyComputer2</HostName> <InfectedNow>false</InfectedNow> <InternalIP>10.51.19.99</InternalIP> <IsolationStatus>UNISOLATED</IsolationStatus> <LastChangesUserId>04b225c4-3956-4c67-b662-bd21f46fc1bd</LastChangesUserId> <LastInfected>2024-06-21T17:52:32.5055428Z</LastInfected> <LastPublicIP>95.122.113.34</LastPublicIP> <LastScanSeq>528480939</LastScanSeq> <LastSeen>2024-02-21T17:52:32.5055428Z</LastSeen> <LicenseKey>E02C-7590-8764-487E-8538</LicenseKey> <MACAddress>CD-4C-C7-D7-85-41</MACAddress> <Mac>false</Mac> <MachineId>72FFB3BD6ACD4BFCB78FDCC55FE10791:::8820F754C37F46CDAA012CFC307E46D9:::8820F754C37F46CDAA012CFC307E46D9</MachineId> <MaxUsers>4</MaxUsers> <ModifiedDate>2024-12-07T17:52:32.5055428Z</ModifiedDate> <NumUsers>1</NumUsers> <PolicyId>a3e82171-5917-485f-879b-0880a089a198</PolicyId> <PolicyName>Test Policy</PolicyName> <Seq>2</Seq> <VM>false</VM> <WindowsFullOS>Windows 7 Service Pack 1 (Build 7601) 64bit</WindowsFullOS> <Workgroup>WORKGROUP</Workgroup> </GetEndpointsResponseModel_Endpoint> </Endpoints> <PageNr>1</PageNr> <PageSize>50</PageSize> <TotalAvailable>2</TotalAvailable> </GetEndpointsResponseModel>