v1

latestOpenAPI 3.0.3FortiCNAPP Use License2026-08-041754351.1 MB
AlertProfiles

Create Alert Templates

Create a new alert template for a specified alert profile by invoking the following endpoint:

POST https://YourAccount.lacework.net/api/v2/AlertProfiles/{alertProfileId}/AlertTemplates

post/api/v2/AlertProfiles/{id}/AlertTemplates

Path parameters

idstring required

Alert Profile id

Headers

Authorizationstring required

Bearer Access Token. For example, "Bearer {YourAPIToken}"

Content-Typestring required

application/json

Request body

eventNamestring required

The name of the resulting alert

descriptionstring required

Summary of the resulting alert

subjectstring required

A high-level observation of the resulting alert

namestring required

A name that policies can use to refer to this definition when generating alerts

Response

No Error