AlertActionVO Data Type

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

Example

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