Module Smaws_Client_CloudTrail.ListInsightsMetricData

val request : Smaws_Lib.Context.t -> list_insights_metric_data_request -> (list_insights_metric_data_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterException of invalid_parameter_exception | `OperationNotPermittedException of operation_not_permitted_exception | `UnsupportedOperationException of unsupported_operation_exception ]) Stdlib.result

Returns Insights metrics data for trails that have enabled Insights. The request must include the EventSource, EventName, and InsightType parameters.

If the InsightType is set to ApiErrorRateInsight, the request must also include the ErrorCode parameter.

The following are the available time periods for ListInsightsMetricData. Each cutoff is inclusive.

  • Data points with a period of 60 seconds (1-minute) are available for 15 days.
  • Data points with a period of 300 seconds (5-minute) are available for 63 days.
  • Data points with a period of 3600 seconds (1 hour) are available for 90 days.

Access to the ListInsightsMetricData API operation is linked to the cloudtrail:LookupEvents action. To use this operation, you must have permissions to perform the cloudtrail:LookupEvents action.