Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights
Source:R/applicationinsights_operations.R
applicationinsights_list_configuration_history.RdLists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
See https://www.paws-r-sdk.com/docs/applicationinsights_list_configuration_history/ for full documentation.
Usage
applicationinsights_list_configuration_history(
ResourceGroupName = NULL,
StartTime = NULL,
EndTime = NULL,
EventStatus = NULL,
MaxResults = NULL,
NextToken = NULL,
AccountId = NULL
)Arguments
- ResourceGroupName
Resource group to which the application belongs.
- StartTime
The start time of the event.
- EndTime
The end time of the event.
- EventStatus
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- MaxResults
The maximum number of results returned by
list_configuration_historyin paginated output. When this parameter is used,list_configuration_historyreturns onlyMaxResultsin a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherlist_configuration_historyrequest with the returnedNextTokenvalue. If this parameter is not used, thenlist_configuration_historyreturns all results.- NextToken
The
NextTokenvalue returned from a previous paginatedlist_configuration_historyrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- AccountId
The Amazon Web Services account ID for the resource group owner.