/AWS1/CL_AIN=>LISTCONFIGURATIONHISTORY()
¶
About ListConfigurationHistory¶
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.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_RESOURCEGROUPNAME
TYPE /AWS1/AINRESOURCEGROUPNAME
/AWS1/AINRESOURCEGROUPNAME
¶
Resource group to which the application belongs.
IV_STARTTIME
TYPE /AWS1/AINSTARTTIME
/AWS1/AINSTARTTIME
¶
The start time of the event.
IV_ENDTIME
TYPE /AWS1/AINENDTIME
/AWS1/AINENDTIME
¶
The end time of the event.
IV_EVENTSTATUS
TYPE /AWS1/AINCONFEVENTSTATUS
/AWS1/AINCONFEVENTSTATUS
¶
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
IV_MAXRESULTS
TYPE /AWS1/AINMAXENTITIES
/AWS1/AINMAXENTITIES
¶
The maximum number of results returned by
ListConfigurationHistory
in paginated output. When this parameter is used,ListConfigurationHistory
returns onlyMaxResults
in a single page along with aNextToken
response element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistory
request with the returnedNextToken
value. If this parameter is not used, thenListConfigurationHistory
returns all results.
IV_NEXTTOKEN
TYPE /AWS1/AINPAGINATIONTOKEN
/AWS1/AINPAGINATIONTOKEN
¶
The
NextToken
value returned from a previous paginatedListConfigurationHistory
request whereMaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextToken
value. This value isnull
when there are no more results to return.
IV_ACCOUNTID
TYPE /AWS1/AINACCOUNTID
/AWS1/AINACCOUNTID
¶
The Amazon Web Services account ID for the resource group owner.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_AINLISTCONFHISTORYRSP
/AWS1/CL_AINLISTCONFHISTORYRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC