Update Alert Rules
Update an alert rule by specifying parameters in the request body when invoking the following endpoint:
PATCH https://YourAccount.lacework.net/api/v2/AlertRules/{mcGuid}
Replace {mcGuid} with the mcGuid value returned for an alert rule in the response when the GET /api/v2/AlertRules endpoint is invoked. In the request body, only specify the parameters that you want to update.
Path parameters
Alert Rules mcGuid
Headers
Bearer Access Token. For example, "Bearer {YourAPIToken}"
application/json
Use this attribute to specify if the access token has organization admin permissions. If the access token has only account permissions, use the Account-Name attribute to specify which account to access.
Use this attribute to specify which sub-account to access.
Request body
Example request
{
"filters": {
"enabled": 1
}
}Response
No Error
Example response
{
"data": {
"filters": {
"enabled": 1
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.