AlertActionVO Data Type

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

Example

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