# Watch Report

### Overview

Use these options to generate a CSV report showing either user or watch details. The report will include details for the folder currently selected in the Network Explorer tree and any subfolders. A report cannot be run when Favourites is selected in the Network Explorer tree. These options are only visible if you have the permission **View Admin reports.**

### Watch Report

Note: only bearer (ie: ADSL, SDSL and DedicatedAccess) and Flow watches are returned

<table><thead><tr><th width="293">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Folder</strong></td><td>the path (excluding location) to this watch, starting from your home folder</td></tr><tr><td><strong>Location</strong></td><td>the location name for this watch</td></tr><tr><td><strong>Country</strong></td><td>the two-character ISO country code for this location eg 'FR'</td></tr><tr><td><strong>Name</strong></td><td>the watch name</td></tr><tr><td><strong>Description</strong></td><td>if configured, the watch description</td></tr><tr><td><strong>Watch Type</strong></td><td>as a string, 'LinkHealthDedicatedAccess' or 'LinkHealthADSL' or 'LinkHealthSDSL'</td></tr><tr><td><strong>Expires (UTC)</strong></td><td>the expiry date and time of the watch; empty if no expiry date</td></tr><tr><td><strong>Created (UTC)</strong></td><td>the create date and time of the watch</td></tr><tr><td><strong>Device</strong></td><td>IP address</td></tr><tr><td><strong>Interface</strong></td><td>name of interface being monitored</td></tr><tr><td><strong>Access In, Access Out, TierIn, Tier Out</strong></td><td>formatted as per the edit watch dialog. eg '1024kb' or '34Mb', using divide-by-1000 rules - see separate<a href="#access-tier-table"> Access/Tier table</a></td></tr><tr><td><strong>Access In (Raw), Access Out (Raw), Tier In (Raw), Tier Out (Raw)</strong></td><td>formatted in bits per second so data can be sorted</td></tr><tr><td><strong>Features</strong></td><td>a string summarising the enabled features for LinkHealth Bearer watches, using single letter abbreviations - see separate <a href="#features-table">Features table</a></td></tr><tr><td><strong>Collect Data, Show Data</strong>, <strong>Send Alerts</strong>, <strong>Statistics</strong></td><td>true (1) or false (0)</td></tr><tr><td><strong>Last Good Sample (UTC)</strong></td><td>the date and time of the most recent contact with this watch</td></tr><tr><td><strong>Reference</strong></td><td>the contents of the "Reference:" field when creating or editing a watch</td></tr><tr><td><strong>Poll (secs)</strong></td><td>the polling interval for each watch in seconds, useful to determine the time from when an issue starts until alerts are sent and watches/tiles change colour, refer to the <a href="https://support.highlight.net/help/admin/heat_tiles_sensitivity">sensitivity page</a> for more details</td></tr><tr><td><strong>Sensitivity Profile</strong></td><td>the profile set on each watch which determines Highlight's reaction speed for sending alerts and changing watch/tile colour. The field will be blank if the watch inherits the folder/location sensitivity setting.</td></tr><tr><td><strong>Product Type</strong></td><td>the contents of the <a href="/pages/MI5GvRaEKj65imMs9TPi#product_type">product type</a> field for a watch</td></tr><tr><td><strong>HL Agent</strong></td><td>the agent that is responsible for polling the watch, and if it belongs to a group, the group name is displayed instead and prefixed by "Group: ". If the folder's Agent Selection is set to "No collection" on the Poller &#x26; WiFi tab, this is blank. Nothing is shown for Flow watches.</td></tr></tbody></table>

### Access/Tier table

| Access/Tier In/Out | Asymmetric service | Symmetric service |
| ------------------ | ------------------ | ----------------- |
| Access In          | Bandwidth in       | Bearer speed      |
| Access Out         | Bandwidth out      | Bearer speed      |
| Tier In            | not used           | Bandwidth         |
| Tier Out           | not used           | Bandwidth         |

### Features table

<table><thead><tr><th width="91">Letter</th><th>Feature</th></tr></thead><tbody><tr><td><strong>A</strong></td><td>AppVis Application option enabled</td></tr><tr><td><strong>B</strong></td><td>Bandwidth discovery enabled</td></tr><tr><td><strong>C</strong></td><td>Class discovery enabled</td></tr><tr><td><strong>D</strong></td><td>Dormant interface enabled</td></tr><tr><td><strong>F</strong></td><td>Flow enabled</td></tr><tr><td><strong>M</strong></td><td>Multilink discovery enabled</td></tr><tr><td><strong>N</strong></td><td>NBAR enabled</td></tr><tr><td><strong>P</strong></td><td>one or more associated Performance Tests</td></tr><tr><td><strong>S</strong></td><td>Switch watch associated</td></tr><tr><td><strong>V</strong></td><td>VLAN discovery enabled</td></tr><tr><td><strong>Y</strong></td><td>Cellular Clarity enabled</td></tr><tr><td><strong>Z</strong></td><td>Broadband Clarity enabled</td></tr></tbody></table>

### Flow watches in Admin watch report

The watch report also shows all Flow watches and when the **Last Good Sample** was received. Thus this report can be run to confirm that Flow watches are still working as expected; and to identify any that are not, for [Flow troubleshooting](https://support.highlight.net/help/troubleshoot/flow#symptom_2_router_configured_but_no_flow_reported) purposes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.highlight.net/reporting/admin-reports/watch-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
