AlertActionVO Data Type

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

Example

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