v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142717496.7 KB

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

  • INFO: creating a new alarm or updating an alarm threshold.

  • WARN: alarm not created due to insufficient data points used to predict thresholds.

  • ERROR: alarm not created due to permission errors or exceeding quotas.

post/#X-Amz-Target=EC2WindowsBarleyService.ListConfigurationHistory

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'EC2WindowsBarleyService.ListConfigurationHistory' required

Request body

ResourceGroupNamestring

Resource group to which the application belongs.

StartTimestring date-time

The start time of the event.

EndTimestring date-time

The end time of the event.

EventStatus'INFO' | 'WARN' | 'ERROR'

The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

MaxResultsinteger

The maximum number of results returned by <code>ListConfigurationHistory</code> in paginated output. When this parameter is used, <code>ListConfigurationHistory</code> returns only <code>MaxResults</code> in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListConfigurationHistory</code> request with the returned <code>NextToken</code> value. If this parameter is not used, then <code>ListConfigurationHistory</code> returns all results.

NextTokenstring

The <code>NextToken</code> value returned from a previous paginated <code>ListConfigurationHistory</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.

Response

Success

NextTokenstring

The <code>NextToken</code> value to include in a future <code>ListConfigurationHistory</code> request. When the results of a <code>ListConfigurationHistory</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.