AlertActionVO Data Type
name | data type | description |
---|---|---|
descriptionAfterExecKey | string | |
descriptionKey | string | |
id | number | |
descriptionAfterExec | string | |
httpMethod | string | |
url | string | |
description | string | |
type | FDNAlertIntegrationType | |
actionType | FDNAlertActionType | |
executed | boolean | |
actionKey | string | |
integrationType | FDNAlertIntegrationType |
Example
{ "descriptionAfterExecKey" : "...", "descriptionKey" : "...", "id" : 12345, "descriptionAfterExec" : "...", "httpMethod" : "...", "url" : "...", "description" : "...", "type" : "HTTP", "actionType" : "MAIN", "executed" : true, "actionKey" : "...", "integrationType" : "HTTP" }