Skip to main content
POST
BatchUpdateMonitorSeverity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string<uuid>[]
Minimum array length: 1
severity
enum<string>
Available options:
SEVERITY_UNSPECIFIED,
SEVERITY_WARNING,
SEVERITY_ERROR,
SEVERITY_INFO

Response

200 - application/json

Success

updatedIds
string[]