See the API's various operations for details on their request parameters and response data.
| Operation | Method | Endpoint |
|---|---|---|
| Alerts | ||
| Clear an alert | POST | /concerto/mpulse/api/alerts/{alertId}/clear |
| Trigger an alert | POST | /concerto/mpulse/api/alerts/{alertId}/fire |
| Annotations | ||
| List annotations | GET | /concerto/mpulse/api/annotations/v1 |
| Create an annotation | POST | /concerto/mpulse/api/annotations/v1 |
| Delete an annotation | DELETE | /concerto/mpulse/api/annotations/v1/{annotationId} |
| Get an annotation | GET | /concerto/mpulse/api/annotations/v1/{annotationId} |
| Update an annotation | PUT | /concerto/mpulse/api/annotations/v1/{annotationId} |
| Beacons | ||
| Send a beacon | POST | / |
| Get a beacon configuration | GET | /config.json |
| Domains | ||
| Create an mPulse domain | PUT | /concerto/mpulse/api/domains/v1 |
| Objects | ||
| List objects | GET | /concerto/services/rest/RepositoryService/v1/Objects/{type} |
| Create an object | PUT | /concerto/services/rest/RepositoryService/v1/Objects/{type} |
| Delete an object | DELETE | /concerto/services/rest/RepositoryService/v1/Objects/{type}/{objectId} |
| Get an object | GET | /concerto/services/rest/RepositoryService/v1/Objects/{type}/{objectId} |
| Update an object | POST | /concerto/services/rest/RepositoryService/v1/Objects/{type}/{objectId} |
| Queries | ||
| Get timer values by A/B test | GET | /concerto/mpulse/api/v2/{apiKey}/ab-tests |
| Get an application error summary | GET | /concerto/mpulse/api/v2/{apiKey}/app-error-summary |
| Get timer values by bandwidth | GET | /concerto/mpulse/api/v2/{apiKey}/bandwidth |
| Get timer values by browser | GET | /concerto/mpulse/api/v2/{apiKey}/browsers |
| Get a timer by minute | GET | /concerto/mpulse/api/v2/{apiKey}/by-minute |
| Get dimensions over time | GET | /concerto/mpulse/api/v2/{apiKey}/dimension-over-time |
| Get dimension values | GET | /concerto/mpulse/api/v2/{apiKey}/dimension-values |
| Get timer or metric values by geography | GET | /concerto/mpulse/api/v2/{apiKey}/geography |
| Get a histogram for timer | GET | /concerto/mpulse/api/v2/{apiKey}/histogram |
| Get metrics per page load time | GET | /concerto/mpulse/api/v2/{apiKey}/metric-per-page-load-time |
| Get metrics by dimension | GET | /concerto/mpulse/api/v2/{apiKey}/metrics-by-dimension |
| Get timer values by page group | GET | /concerto/mpulse/api/v2/{apiKey}/page-groups |
| Get sessions per page load time | GET | /concerto/mpulse/api/v2/{apiKey}/sessions-per-page-load-time |
| Get a timer summary | GET | /concerto/mpulse/api/v2/{apiKey}/summary |
| Get timers and metrics | GET | /concerto/mpulse/api/v2/{apiKey}/timers-metrics |
| Tokens | ||
| Generate a token | PUT | /concerto/services/rest/RepositoryService/v1/Tokens |
| Delete a token | DELETE | /concerto/services/rest/RepositoryService/v1/Tokens/{tokenId} |
