Monitor events using EventBridge
You can track the following AWS Systems Manager for SAP-related events in EventBridge.
Event type | Status | Event details |
---|---|---|
SSM for SAP Operation State Change | InProgress , Success , Error |
operationId, type, applicationId, resourceId, resourceType, status, statusMessage |
Use these sample JSON payloads if you would like to use these events programmatically.
Event state | JSON payload |
---|---|
SSM for SAP Operation: InProgress |
|
SSM for SAP Operation: Success |
|
SSM for SAP Operation: Error |
|
Example
The following is an event pattern example of Operation State Change event from AWS Systems Manager
for SAP using the RegisterApplication
API.
{
"source": ["aws.ssm-sap"],
"detail-type": ["SSM for SAP Operation State Change"],
"detail": {
"type": ["REGISTER_APPLICATION"]
}
}