AlertActionVO Data Type
| name | data type | description |
|---|---|---|
| id | number | |
| executed | boolean | |
| description | string | |
| descriptionKey | string | |
| actionType | FDNAlertActionType | |
| descriptionAfterExec | string | |
| actionKey | string | |
| descriptionAfterExecKey | string | |
| url | string | |
| type | FDNAlertIntegrationType | |
| httpMethod | string | |
| integrationType | FDNAlertIntegrationType |
Example
{
"id" : 12345,
"executed" : true,
"description" : "...",
"descriptionKey" : "...",
"actionType" : "DEFAULT",
"descriptionAfterExec" : "...",
"actionKey" : "...",
"descriptionAfterExecKey" : "...",
"url" : "...",
"type" : "HTTP",
"httpMethod" : "...",
"integrationType" : "HTTP"
}