AlertActionVO Data Type

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

Example

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