Get Insight Rule Report
GET {{aws_cloudwatch_base_url}}/?Action=GetInsightRuleReport&EndTime=&MaxContributorCount=&Metrics.member.N=&OrderBy=&Period=&RuleName=&StartTime=&Version=2010-08-01
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
EndTime | null | The end time of the data to use in the report. When used in a raw HTTP Query API, it is formatted as yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59. | |
MaxContributorCount | null | The maximum number of contributors to include in the report. The range is 1 to 100. If you omit this, the default of 10 is used. | |
Metrics.member.N | null | Specifies which metrics to use for aggregation of contributor values for the report. You can specify one or more of the following metrics: | |
OrderBy | null | Determines what statistic to use to rank the contributors. Valid values are SUM and MAXIMUM. | |
Period | null | The period, in seconds, to use for the statistics in the InsightRuleMetricDatapoint results. | |
RuleName | null | The name of the rule that you want to see data from. | |
StartTime | null | The start time of the data to use in the report. When used in a raw HTTP Query API, it is formatted as yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59. | |
Version | string |