AlertActionVO Data Type

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

Example

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