Describe Alarm History
GET {{aws_cloudwatch_base_url}}/?Action=DescribeAlarmHistory&AlarmName=&EndDate=&HistoryItemType=&MaxRecords=&NextToken=&StartDate=&Version=2010-08-01
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AlarmName | null | The name of the alarm. | |
EndDate | null | The ending date to retrieve alarm history. | |
HistoryItemType | null | The type of alarm histories to retrieve. | |
MaxRecords | null | The maximum number of alarm history records to retrieve. | |
NextToken | null | The token returned by a previous call to indicate that there is more data available. | |
StartDate | null | The starting date to retrieve alarm history. | |
Version | string |