AlertActionVO Data Type

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

Example

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