Describe Events
GET {{aws_elasticache_base_url}}/?Action=DescribeEvents&Duration=&EndTime=&Marker=&MaxRecords=&SourceIdentifier=&SourceType=&StartTime=&Version=2015-02-02
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Duration | null | The number of minutes worth of events to retrieve. | |
EndTime | null | The end of the time interval for which to retrieve events, specified in ISO 8601 format. | |
Marker | null | An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. | |
MaxRecords | null | The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. | |
SourceIdentifier | null | The identifier of the event source for which events are returned. If not specified, all sources are included in the response. | |
SourceType | null | The event source to retrieve events for. If no value is specified, all events are returned. | |
StartTime | null | The beginning of the time interval to retrieve events for, specified in ISO 8601 format. | |
Version | string | The version of the API. |