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" : { "alertObjectDetailKey" : "...", "alertObjectId" : 12345, "alertObjectLink" : "...", "alertObjectDescription" : "...", "alertObjectNote" : "...", "alertObjectTypeDescriptionKey" : "...", "alertObjectClass" : "..." }, "place" : { "alertObjectDetailKey" : "...", "alertObjectId" : 12345, "alertObjectLink" : "...", "alertObjectDescription" : "...", "alertObjectNote" : "...", "alertObjectTypeDescriptionKey" : "...", "alertObjectClass" : "..." }, "actions" : [ { "actionKey" : "...", "descriptionAfterExec" : "...", "type" : "NONE", "integrationType" : "HTTP", "url" : "...", "executed" : true, "actionType" : "MAIN", "httpMethod" : "...", "descriptionKey" : "...", "description" : "...", "id" : 12345, "descriptionAfterExecKey" : "..." }, { "actionKey" : "...", "descriptionAfterExec" : "...", "type" : "NONE", "integrationType" : "JMS", "url" : "...", "executed" : true, "actionType" : "DEFAULT", "httpMethod" : "...", "descriptionKey" : "...", "description" : "...", "id" : 12345, "descriptionAfterExecKey" : "..." } ], "metadata" : { "property1" : "...", "property2" : "..." }, "priority" : "..." }