AlertActionVO Data Type

Properties
name data type description
descriptionAfterExecKey string
type FDNAlertIntegrationType
descriptionAfterExec string
descriptionKey string
description string
integrationType FDNAlertIntegrationType
httpMethod string
url string
actionKey string
id number
executed boolean
actionType FDNAlertActionType

Example

{
  "descriptionAfterExecKey" : "...",
  "type" : "NONE",
  "descriptionAfterExec" : "...",
  "descriptionKey" : "...",
  "description" : "...",
  "integrationType" : "JMS",
  "httpMethod" : "...",
  "url" : "...",
  "actionKey" : "...",
  "id" : 12345,
  "executed" : true,
  "actionType" : "MAIN"
}