Alert.Read.All
Alert.ReadWrite.All
Parameter | Description |
---|---|
Alert ID | Your alert ID, can be retrieved from the ‘List Alerts’ action. |
Alert Owner | The mail address of the alert owner. |
Classification | Specifies the specification of the alert. |
Comment | Comment to be added to the alert. |
Determination | Specifies the determination of the alert. |
Status | Specifies the current status of the alert. The property values are: ‘New’, ‘InProgress’ and ‘Resolved’. |
{
"status": "Resolved",
"assignedTo": "secop2@contoso.com",
"classification": "FalsePositive",
"determination": "Malware",
"comment": "Resolve my alert and assign to secop2"
}
Was this page helpful?