AlertActionVO Data Type

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

Example

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