API Details
Last updated
Was this helpful?
Last updated
Was this helpful?
For complete ASM API documentation, follow this link.
Supporting documentation will be referenced in the content below.
The ASM API allows developers to collect performance data programmatically or manage their account from an external service.The Synthetic Monitoring API uses a RESTful JSON implementation that allows you programmatically get and set data in Synthetic Monitoring.
Requests must be provided with particular data to access the API.
The base URL for all operations is
You can authorize your requests either with either a basic authorization header or an authentication ticket parameter.
Header
Content
Example
Authorization
Basic
+ Base64 encoded value of string username:password
Where username
is user name with access to the check and password
is the user password.
dXNlcm5hbWU6cGFzc3dvcmQ=
Parameter
Content
Example
auth_ticket
Authentication ticket from API tool.
9C94CBC4-C64E-4AEA-BBB2-8241445B06CC
The following is an example of how you can use the API to trigger a check run, wait for the result and then get the result once it is available.
Get the latest check results based on check ID.
Save
timestamp_utc
Trigger a check run based on check ID:
Get the latest result by continuously getting the latest result by the check-ID until
Get and save
identifier
You can now get the detailed result for the check based on
The API tool allows you to select a check to generate GET calls for.
View
Generate Check Operations
Click Select Check
Choose the check you want from the dropdown list
The Check Operations Table is displayed, containing a list of calls and descriptions of each.
Java Library for Accessing the Apica Synthetic Monitoring API: Access and use the ASM API to work with checks and check runs.
The API Key is called auth_ticket.
This app is considered to be a beta. Please report any crashes or feature requests. If you have a problem, your WPM username would be helpful in tracking down the cause.
timestamp_utc
has been changed.
Note: use detail_level=1
identifier
.
a. Browser:
b. ProxySniffer/ZebraTester:
This app requires an API key for the Apica Synthetic Monitoring service. If you have an ASM account you can find your key on the Tools>API Settings page: