Dotcom-Monitor
Website performance monitoring and uptime tracking
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.dotcom-monitor.com/config_api_v1/ | link | — | — | — |
Actions (14)
LoadView · 9
- Abort stress groupGET /config_api_v1/GroupStressTest/{GroupID}/AbortTest
Abort execution of tests in the specified stress group.
documented - Clone and update EveryStep scriptPOST /config_api_v1/StressTest/CloneUpdateScript
Create a new or updated EveryStep script for a load test by cloning an existing one (requires id as query parameter).
documented - Get list of stress groupsGET /config_api_v1/GroupStressTest
Return the list of currently available stress groups (groups of tests).
documented - Get load test resultsGET /config_api_v1/StressTest/{id}/Result
Fetch the results of a single load test by its ID.
documented - Get stress group configGET /config_api_v1/GroupStressTest/{GroupID}/config
Return stress group information for the specified GroupID.
documented - Get stress group resultsGET /config_api_v1/GroupStressTest/{GroupID}/result
Return results for tests within the stress group.
documented - Get test settingsGET /config_api_v1/StressTest/{id}
Retrieve settings for a specific load test by its ID.
documented - Run stress groupPOST /config_api_v1/GroupStressTest/Run
Start a group of load tests (StressIds) with optional Settings (e.g., UserName, EmailNotification).
documented - Stop load for stress groupGET /config_api_v1/GroupStressTest/{GroupID}/StopLoad
Stop load emulation for the specified stress group.
documented
Tags · 5
- Add new tagPUT /config_api_v1/tags
Create a new tag with a name and color.
documented - Delete tag by IDDELETE /config_api_v1/tag/{tag_id}
Delete the tag identified by tag_id and untag related devices.
documented - Get tag info by IDGET /config_api_v1/tag/{tag_id}
Return tag information for the tag with the specified ID.
documented - Get tag listGET /config_api_v1/tags
Return a list of tags created in the account.
documented - Update tag by IDPOST /config_api_v1/tag/{tag_id}
Update the tag identified by tag_id (e.g., change name or color).
documented