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