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