v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142111584.8 KB

Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.

post/#X-Amz-Target=AmazonDAXV3.DescribeEvents

Headers

X-Amz-Target'AmazonDAXV3.DescribeEvents' required

Request body

SourceNamestring

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

SourceType'CLUSTER' | 'PARAMETER_GROUP' | 'SUBNET_GROUP'

The event source to retrieve events for. If no value is specified, all events are returned.

StartTimestring date-time

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

EndTimestring date-time

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

Durationinteger

The number of minutes' worth of events to retrieve.

MaxResultsinteger
<p>The maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p> <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
NextTokenstring

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by <code>MaxResults</code>.

Response

Success

NextTokenstring

Provides an identifier to allow retrieval of paginated results.