AlertActionVO Data Type

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

Example

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