v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1420133140.0 KB

Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes PutRumEvents operations to send this data to RUM.

Each PutRumEvents operation can send a batch of events from one user session.

post/appmonitors/{Id}/

Path parameters

Idstring required

The ID of the app monitor that is sending this data.

Request body

BatchIdstring required

A unique identifier for this batch of RUM event data.

Aliasstring

If the app monitor uses a resource-based policy that requires <code>PutRumEvents</code> requests to specify a certain alias, specify that alias here. This alias will be compared to the <code>rum:alias</code> context key in the resource-based policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM-resource-policies.html">Using resource-based policies with CloudWatch RUM</a>.

Response

Success

PutRumEventsResponse required