AlertActionVO Data Type

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

Example

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