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.
GET {{baseUrl}}/api/status/reporting/gsm/:gsmKey/sites/:keyCode/endpoints?reportType=ActiveEndpoints&effectiveDate=2022-11-24T00:00:00Z&continuation=3S8J-tI4aphYC0_n
Note: This report can become quite large depending on the number of endpoints that are managed for the given GSM site. The maximum number of returned endpoint records is limited to 10,000 to ensure that requests can complete in reasonable time. If more endpoint records are available a continuationToken is returned as part of the ReportInfo data, which can be used to query additional endpoint data.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reportType | string | The type of report to be produced. The following values are supported: |
- "ActiveEndpoints": Includes all active devices on the effective report date. Note: If hidden data filter is set within the Webroot console, and if some devices have moved to hidden, the “ActiveEndpoints” will show all hidden as well as non-hidden devices in the total.
- "ActiveEndpointsWithoutHidden": Includes active devices on the effective report date except for those that were hidden. Note: Reflects the Active Devices total seen within the Webroot console under sites, which filters out any hidden devices. Therefore if hidden devices exist, this device total will be less than “ActiveEndpoints” total.
- "EndpointsSeenInLast30Days": Includes all devices seen in the last 30 days (between the effective report date and 30 days earlier).
If omitted, the reportType is set to "EndpointsSeenInLast30Days". |
| effectiveDate
| string | | 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. |
| continuation
| string | | The continuation token for batched requests. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ReportInfo":{"Count":2,"ContinuationToken":"V39eOV3JbzbrtavS","SiteKeyFilter":null,"ReportType":"ActiveEndpointsWithoutHidden","EffectiveDate":"2022-11-03T00:00:00Z","GSMKey":"226ym7j3r590qa1mfkmt"},"Endpoints":[{"MachineId":"5226da4c1ea5f46a5880ec32b905918360231fecf29b2beaf1b39169f0b49e2f:::66ef2396ab1c27f0a56865a598403920fa5bcf8c:::66ef2396ab1c27f0a56865a598403920fa5bcf8c","SiteId":"391ce46b-2897-4833-7056-7ac5a7495647","SiteKey":"prazxisvtc2vov7ufauc","HostName":"NODEA58O0A0DEM","FriendlyHostName":"FRIENDLY-NODEA58O0A0DEM","LastSeen":"2022-11-07T22:43:02.4816688Z","DeviceType":"PC","OS":"Windows Server 2016 (Build 14393) 64bit","IsHidden":false,"IsDeactivated":false,"IsTrial":false,"ActivationStatusTime":"2022-11-17T16:28:02.4816688Z"},{"MachineId":"fe8614e28ede284eee5b7e6e874038728a0a856d502fb3f377f3640089eafef0:::6b588a588866b634719b84b39f2f7bd71280d7ad:::6b588a588866b634719b84b39f2f7bd71280d7ad","SiteId":"15ee9a93-36d9-584a-7602-73bcedd854c3","SiteKey":"ldnvf7kjsf9f7urmc2x7","HostName":"NODEDD11N6E2BS","FriendlyHostName":"FRIENDLY-NODEDD11N6E2BS","LastSeen":"2022-11-20T01:18:02.4816688Z","DeviceType":"MAC","OS":"Windows Server 2016 (Build 14393) 64bit","IsHidden":false,"IsDeactivated":false,"IsTrial":false,"ActivationStatusTime":"2022-11-17T21:05:02.4816688Z"}]}