AlertActionVO Data Type

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

Example

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