API ReferenceBackoffice
Trigger Alert
Trigger alert.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[index: integer]?
Response Body
curl -X POST "https://example.com/backoffice/alerts/trigger-alert" \ -H "Content-Type: application/json" \ -d '[ { "messageAttributes": { "machineIdsByStoppedMinutesJSON": { "stringValue": "string" } } } ]'Empty