AlertActionVO Data Type

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

Example

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