AlertActionVO Data Type

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

Example

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