GET /service/api/status/reporting/gsm/{gsmKey}/sites/{keyCode}/endpoints
?reportType={reportType}
&effectiveDate={effectiveDate}
&continuation={continuation}
Returns an endpoint-level summary report of endpoint usage for a GSM master keycode by a site keycode. For each endpoint the report includes information like the endpoint's hostname, machine identifier, and its activation state.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
A master keycode for which usage information is to be retrieved. |
string |
Required |
keyCode |
The keycode of the site for which usage information is to be retrieved. |
string |
Required |
reportType |
The type of report to be produced. The following values are supported:
|
string |
None. |
effectiveDate |
The date the report should refer to. If omitted, the most recent usage report will be returned. Note: Usage data will typically be generated in the course of the following day (UTC) and therefore can only be provided for dates earlier than yesterday. If, for example, this API method is called at 11:00 pm UTC, yesterday's data will not be available yet. |
date |
None. |
continuation |
The continuation token for batched requests. |
string |
None. |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/status/reporting/gsm/3515-3EC8-3018-4DAB-A776/sites/9FD5-D6B7-0DEA-4F1F-BD33/endpoints?reportType=EndpointsSeenInLast30Days&effectiveDate=2019-08-26T00:00:00.0000000Z
|
GET
|
https://unityapi.webrootcloudav.com/service/api/status/reporting/gsm/3515-3EC8-3018-4DAB-A776/endpoints?reportType=EndpointsSeenInLast30Days&effectiveDate=2019-08-26T00:00:00.0000000Z&continuation=n2Lek49F3pOdYt6T
|
Body Parameters
None.
Response Information
Resource Description
Returns a list of endpoint usage statistics for the specified site keycode.
Name | Description | Type | Additional Information |
---|---|---|---|
ReportInfo |
Details about the returned report. |
UsageReportEndpoints_ReportInfo |
None. |
Endpoints |
A list of endpoints. |
Collection of UsageReportEndpoints_EndpointEntry |
None. |
Sample Response
{ "ReportInfo": { "Count": 2, "ContinuationToken": "emCw2qcaFdTSzzlA", "SiteKeyFilter": null, "ReportType": "ActiveEndpointsWithoutHidden", "EffectiveDate": "2025-01-25T00:00:00Z", "GSMKey": "uibrllm4l71w5stlcaks" }, "Endpoints": [ { "MachineId": "68641d698bdec283d33808b8d1993d2ad6f2750363486e0c6d6a621ecd7f4d5a:::821635b7301c331f1c25783a4059e0e9daf4c981:::821635b7301c331f1c25783a4059e0e9daf4c981", "SiteId": "14b98c81-7756-37e3-3176-0bc049bb22de", "SiteKey": "zv1r5ry9i97pdg9dufdr", "HostName": "NODE1188CI4XZD", "FriendlyHostName": "FRIENDLY-NODE1188CI4XZD", "LastSeen": "2025-01-12T00:11:15.1110294Z", "DeviceType": "PC", "OS": "Windows Server 2016 (Build 14393) 64bit", "IsHidden": false, "IsDeactivated": false, "IsTrial": true, "ActivationStatusTime": "2025-01-20T14:15:15.1110294Z" }, { "MachineId": "26ee6f5685115449525e5649cbe1d0e332fa90248cfef22d8fb27e1c251b1387:::7ed34a04f068759a908e5bc50373e73447614e8e:::7ed34a04f068759a908e5bc50373e73447614e8e", "SiteId": "77772237-3264-188f-3466-3fc6244f45f7", "SiteKey": "k20reazvd2esgbf2ns4e", "HostName": "NODEHSE4TAL24P", "FriendlyHostName": "FRIENDLY-NODEHSE4TAL24P", "LastSeen": "2025-01-30T10:05:15.1110294Z", "DeviceType": "MAC", "OS": "Windows Server 2016 (Build 14393) 64bit", "IsHidden": false, "IsDeactivated": false, "IsTrial": false, "ActivationStatusTime": "2025-01-24T18:16:15.1110294Z" } ] }
<StatusReporting.UsageReportEndpoints xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.AgentStatus.Models"> <Endpoints> <StatusReporting.UsageReportEndpoints_EndpointEntry> <ActivationStatusTime>2025-01-20T14:15:15.1110294Z</ActivationStatusTime> <DeviceType>PC</DeviceType> <FriendlyHostName>FRIENDLY-NODE1188CI4XZD</FriendlyHostName> <HostName>NODE1188CI4XZD</HostName> <IsDeactivated>false</IsDeactivated> <IsHidden>false</IsHidden> <IsTrial>true</IsTrial> <LastSeen>2025-01-12T00:11:15.1110294Z</LastSeen> <MachineId>68641d698bdec283d33808b8d1993d2ad6f2750363486e0c6d6a621ecd7f4d5a:::821635b7301c331f1c25783a4059e0e9daf4c981:::821635b7301c331f1c25783a4059e0e9daf4c981</MachineId> <OS>Windows Server 2016 (Build 14393) 64bit</OS> <SiteId>14b98c81-7756-37e3-3176-0bc049bb22de</SiteId> <SiteKey>zv1r5ry9i97pdg9dufdr</SiteKey> </StatusReporting.UsageReportEndpoints_EndpointEntry> <StatusReporting.UsageReportEndpoints_EndpointEntry> <ActivationStatusTime>2025-01-24T18:16:15.1110294Z</ActivationStatusTime> <DeviceType>MAC</DeviceType> <FriendlyHostName>FRIENDLY-NODEHSE4TAL24P</FriendlyHostName> <HostName>NODEHSE4TAL24P</HostName> <IsDeactivated>false</IsDeactivated> <IsHidden>false</IsHidden> <IsTrial>false</IsTrial> <LastSeen>2025-01-30T10:05:15.1110294Z</LastSeen> <MachineId>26ee6f5685115449525e5649cbe1d0e332fa90248cfef22d8fb27e1c251b1387:::7ed34a04f068759a908e5bc50373e73447614e8e:::7ed34a04f068759a908e5bc50373e73447614e8e</MachineId> <OS>Windows Server 2016 (Build 14393) 64bit</OS> <SiteId>77772237-3264-188f-3466-3fc6244f45f7</SiteId> <SiteKey>k20reazvd2esgbf2ns4e</SiteKey> </StatusReporting.UsageReportEndpoints_EndpointEntry> </Endpoints> <ReportInfo> <EffectiveDate>2025-01-25T00:00:00Z</EffectiveDate> <GSMKey>uibrllm4l71w5stlcaks</GSMKey> <ReportType>ActiveEndpointsWithoutHidden</ReportType> <ContinuationToken>emCw2qcaFdTSzzlA</ContinuationToken> <Count>2</Count> <SiteKeyFilter i:nil="true" /> </ReportInfo> </StatusReporting.UsageReportEndpoints>