EUM Server Endpoints
The EUM Server has different endpoints serving distinct functions. This page provides a reference for testing the health and getting information about on-prem EUM Servers.
The endpoints include the following:
- EUM API- acts as the interface between the EUM Server and the Controller. The Controller retrieves EUM data from the EUM Server through the EUM API endpoint.
- EUM Collector- collects metrics from the EUM agents. The JavaScript Agent and Mobile Agents transmit data to the EUM Server through the EUM Collector endpoint.
- EUM Aggregator- collects and rolls up all the metrics per application and provide an interface for Controllers to download the metrics by application and timestamp.
- Screenshot Service- collects and serves image tiles that form mobile screenshots. The Mobile Agents transmit the tiles to the Screenshot Service, and the Controller retrieves the tiles to display the screenshots in mobile sessions.
EUM Server Endpoint URLs
The table below lists the endpoints, the default URL, and the supported paths.
| EUM Server Endpoint | Default URL | Paths / Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EUM Collector | http(s)://<domain-name>:7001/eumcollector |
|
||||||||||||||||||
| EUM Aggregator | http(s)://<domain-name>:7001/eumaggregator |
|
||||||||||||||||||
| Screenshot Service | http(s)://<domain-name>:7001/screenshots/v1 |
|