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