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