patch https://example.com/device/v1/devices//alerts/
Update Device Alert
Performs partial update, if a field is specified in the request it will be updated
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
_severity | String | false | The severity of the alert. possible values: [CRITICAL, MAJOR, MINOR, INFO]. Default value is [INFO] |
_state | String | false | The state of the alert. possible values: [ACTIVE, SUSPENDED, CLEARED]. Default value is [ACTIVE] |
_clearNotes | String | false | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |
This API requires PROTECTED_API permission(s).