AlertActionVO Data Type

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

Example

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