AlertActionVO Data Type

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

Example

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