AlertActionVO Data Type

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

Example

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