AlertActionVO Data Type

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

Example

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