SendAlertVO Data Type
name | data type | description |
---|---|---|
eventKey | string | |
loginReceiver | string | |
object | GenericAlertObject | |
place | GenericAlertObject | |
actions | array of AlertActionVO | |
metadata | map of string | |
priority | string |
Example
{ "eventKey" : "...", "loginReceiver" : "...", "object" : { "alertObjectClass" : "...", "alertObjectDescription" : "...", "alertObjectNote" : "...", "alertObjectLink" : "...", "alertObjectTypeDescriptionKey" : "...", "alertObjectDetailKey" : "...", "alertObjectId" : 12345 }, "place" : { "alertObjectClass" : "...", "alertObjectDescription" : "...", "alertObjectNote" : "...", "alertObjectLink" : "...", "alertObjectTypeDescriptionKey" : "...", "alertObjectDetailKey" : "...", "alertObjectId" : 12345 }, "actions" : [ { "descriptionAfterExecKey" : "...", "descriptionKey" : "...", "id" : 12345, "descriptionAfterExec" : "...", "httpMethod" : "...", "url" : "...", "description" : "...", "type" : "HTTP", "actionType" : "MAIN", "executed" : true, "actionKey" : "...", "integrationType" : "JMS" }, { "descriptionAfterExecKey" : "...", "descriptionKey" : "...", "id" : 12345, "descriptionAfterExec" : "...", "httpMethod" : "...", "url" : "...", "description" : "...", "type" : "NONE", "actionType" : "MAIN", "executed" : true, "actionKey" : "...", "integrationType" : "HTTP" } ], "metadata" : { "property1" : "...", "property2" : "..." }, "priority" : "..." }