Recipes
Authenticates and generates a token. The security token expires after five hours of inactivity.
- Specify a username
- Specify your password
- Call the API
Generate a token
Authenticates and generates a token. The security token expires after five hours of inactivity.
4 stepsOpen Recipe- 🦉
Get a timer summary
Gets the median, margin of error, count, and P95/P98 percentiles for the specified timer.
5 stepsOpen Recipe - 🦉
Get an application error summary
Gets App Error Messages, Codes, Sources or Types.
5 stepsOpen Recipe - 🦉
Get timers and metrics
Gets the values for multiple timers or metrics by minute over time. You can use metric and timer parameters more than once.
5 stepsOpen Recipe - 🦉
Get a beacon configuration
Gets the data needed in order to run the Send a Beacon operation, such as h.key, h.d, h.t, h.cr and beacon_url. You need to run this operation before you can send a beacon.
5 stepsOpen Recipe - 🦉
Send a beacon
Send performance data to mPulse. To send a beacon, you need to first run the Get a beacon configuration operation. From the response, you can use the beacon_url to send a beacon.
9 stepsOpen Recipe
