Skip to content

Schedule a time period to temporarily disable alarm notifications

Request

Security
JWTAuthorizer
Bodyapplication/jsonrequired

Alarm channel body

descriptionstring
endstring, (date-time)required
startstring, (date-time)required
curl -i -X POST \
  https://apidocs.trustgrid.io/_mock/v2/alarm/suppression \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "description": "string",
    "end": "2019-08-24T14:15:22Z",
    "start": "2019-08-24T14:15:22Z"
  }'

Responses

OK

Response
No content