synthetics
Trigger an on-demand test run for a monitor
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/synthetics/monitor/test/{monitorId}</span></div>Refer to Spaces for more information.
Trigger an immediate test execution for the specified monitor. The response includes the generated testRunId. If the test encounters issues in one or more service locations, an errors array is also returned with details about the failures.
post/api/synthetics/monitor/test/{monitorId}
Path parameters
monitorIdstring required
The ID (config_id) of the monitor to test.
Response
Test run triggered successfully.