applicationinsights_list_configuration_history: Lists the INFO, WARN, and ERROR events for periodic...

View source: R/applicationinsights_operations.R

applicationinsights_list_configuration_historyR Documentation

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights

Description

Lists 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_history in paginated output. When this parameter is used, list_configuration_history returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another list_configuration_history request with the returned NextToken value. If this parameter is not used, then list_configuration_history returns all results.

NextToken

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

AccountId

The AWS account ID for the resource group owner.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.