Skip to main content

Resolve a Security Alert

PUT 

/pub/v4.0/alert/update

Resolve a security alert.
Rate limiting: 60 times per minute

Request

Query Parameters

    id stringrequired

    The alert ID being resolved. To retrieve a list of security alerts, including their IDs, use Get Security Alerts

    customerid stringrequired

    The customer ID to which the API call is directed

Body

required
    reason stringrequired

    The reason for resolving the alert. The following string cannot contain any special characters.

    reason_type arrayrequired

    Possible values: [Issue Mitigated, No Action Needed, VPN protected connections, Trusted remote destination, Normal behavior for this device, Normal behavior for all devices in the same IoT profile, Other]

    This is the type of reason for resolving the alert.

    resolved stringrequired

    Declaration that the alert is resolved. The following string must be “yes”.

Responses

Successful Response

Schema
    api string

    The API path

    ver string

    API version

Loading...