cURL
curl --request POST \ --url https://hub.griff.services/runs/trigger/{monitorId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "environment": "<string>" } '
{ "data": { "id": "<string>", "monitorId": "<string>", "executionGroupId": "<string>", "location": "<string>", "environment": "<string>", "status": "pending", "triggeredBy": "schedule", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "duration_ms": 123, "success": true, "errors": [ "<string>" ] } }
Manually trigger a monitor execution. Creates a job run and enqueues it for the specified environment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Default Response
Show child attributes