Skip to content

Retrieve current or upcoming alert suppression schedule details

Request

Security
JWTAuthorizer
curl -i -X GET \
  https://apidocs.trustgrid.io/_mock/v2/alarm/suppression \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
descriptionstring
endstring, (date-time)required
startstring, (date-time)required
Response
{ "description": "string", "end": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z" }