|
18 | 18 | "DescribeProblemObservations": "<p>Describes the anomalies or errors associated with the problem.</p>", |
19 | 19 | "ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>", |
20 | 20 | "ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>", |
| 21 | + "ListConfigurationHistory": "<p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are: </p> <ul> <li> <p>INFO: creating a new alarm or updating an alarm threshold.</p> </li> <li> <p>WARN: alarm not created due to insufficient data points used to predict thresholds.</p> </li> <li> <p>ERROR: alarm not created due to permission errors or exceeding quotas. </p> </li> </ul>", |
21 | 22 | "ListLogPatternSets": "<p>Lists the log pattern sets in the specific application.</p>", |
22 | 23 | "ListLogPatterns": "<p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>", |
23 | 24 | "ListProblems": "<p>Lists the problems with your application.</p>", |
|
99 | 100 | "UpdateComponentRequest$ComponentName": "<p>The name of the component.</p>" |
100 | 101 | } |
101 | 102 | }, |
| 103 | + "ConfigurationEvent": { |
| 104 | + "base": "<p> The event information. </p>", |
| 105 | + "refs": { |
| 106 | + "ConfigurationEventList$member": null |
| 107 | + } |
| 108 | + }, |
| 109 | + "ConfigurationEventDetail": { |
| 110 | + "base": null, |
| 111 | + "refs": { |
| 112 | + "ConfigurationEvent$EventDetail": "<p> The details of the event in plain text. </p>" |
| 113 | + } |
| 114 | + }, |
| 115 | + "ConfigurationEventList": { |
| 116 | + "base": null, |
| 117 | + "refs": { |
| 118 | + "ListConfigurationHistoryResponse$EventList": "<p> The list of configuration events and their corresponding details. </p>" |
| 119 | + } |
| 120 | + }, |
| 121 | + "ConfigurationEventMonitoredResourceARN": { |
| 122 | + "base": null, |
| 123 | + "refs": { |
| 124 | + "ConfigurationEvent$MonitoredResourceARN": "<p> The resource monitored by Application Insights. </p>" |
| 125 | + } |
| 126 | + }, |
| 127 | + "ConfigurationEventResourceName": { |
| 128 | + "base": null, |
| 129 | + "refs": { |
| 130 | + "ConfigurationEvent$EventResourceName": "<p> The name of the resource Application Insights attempted to configure. </p>" |
| 131 | + } |
| 132 | + }, |
| 133 | + "ConfigurationEventResourceType": { |
| 134 | + "base": null, |
| 135 | + "refs": { |
| 136 | + "ConfigurationEvent$EventResourceType": "<p> The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM. </p>" |
| 137 | + } |
| 138 | + }, |
| 139 | + "ConfigurationEventStatus": { |
| 140 | + "base": null, |
| 141 | + "refs": { |
| 142 | + "ConfigurationEvent$EventStatus": "<p> The status of the configuration update event. Possible values include INFO, WARN, and ERROR. </p>", |
| 143 | + "ListConfigurationHistoryRequest$EventStatus": "<p>The status of the configuration update event. Possible values include INFO, WARN, and ERROR.</p>" |
| 144 | + } |
| 145 | + }, |
| 146 | + "ConfigurationEventTime": { |
| 147 | + "base": null, |
| 148 | + "refs": { |
| 149 | + "ConfigurationEvent$EventTime": "<p> The timestamp of the event. </p>" |
| 150 | + } |
| 151 | + }, |
102 | 152 | "CreateApplicationRequest": { |
103 | 153 | "base": null, |
104 | 154 | "refs": { |
|
242 | 292 | "EndTime": { |
243 | 293 | "base": null, |
244 | 294 | "refs": { |
| 295 | + "ListConfigurationHistoryRequest$EndTime": "<p>The end time of the event.</p>", |
245 | 296 | "ListProblemsRequest$EndTime": "<p>The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.</p>", |
246 | 297 | "Observation$EndTime": "<p>The time when the observation ended, in epoch seconds.</p>", |
247 | 298 | "Problem$EndTime": "<p>The time when the problem ended, in epoch seconds.</p>" |
|
325 | 376 | "refs": { |
326 | 377 | } |
327 | 378 | }, |
| 379 | + "ListConfigurationHistoryRequest": { |
| 380 | + "base": null, |
| 381 | + "refs": { |
| 382 | + } |
| 383 | + }, |
| 384 | + "ListConfigurationHistoryResponse": { |
| 385 | + "base": null, |
| 386 | + "refs": { |
| 387 | + } |
| 388 | + }, |
328 | 389 | "ListLogPatternSetsRequest": { |
329 | 390 | "base": null, |
330 | 391 | "refs": { |
|
447 | 508 | "refs": { |
448 | 509 | "ListApplicationsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>", |
449 | 510 | "ListComponentsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>", |
| 511 | + "ListConfigurationHistoryRequest$MaxResults": "<p> 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. </p>", |
450 | 512 | "ListLogPatternSetsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>", |
451 | 513 | "ListLogPatternsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>", |
452 | 514 | "ListProblemsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>" |
|
521 | 583 | "ListApplicationsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>", |
522 | 584 | "ListComponentsRequest$NextToken": "<p>The token to request the next page of results.</p>", |
523 | 585 | "ListComponentsResponse$NextToken": "<p>The token to request the next page of results.</p>", |
| 586 | + "ListConfigurationHistoryRequest$NextToken": "<p>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.</p>", |
| 587 | + "ListConfigurationHistoryResponse$NextToken": "<p>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.</p>", |
524 | 588 | "ListLogPatternSetsRequest$NextToken": "<p>The token to request the next page of results.</p>", |
525 | 589 | "ListLogPatternSetsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>", |
526 | 590 | "ListLogPatternsRequest$NextToken": "<p>The token to request the next page of results.</p>", |
|
559 | 623 | "Remarks": { |
560 | 624 | "base": null, |
561 | 625 | "refs": { |
562 | | - "ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>" |
| 626 | + "ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:</p> <ul> <li> <p>“Configuring application, detected 1 Errors, 3 Warnings”</p> </li> <li> <p>“Configuring application, detected 1 Unconfigured Components”</p> </li> </ul>" |
563 | 627 | } |
564 | 628 | }, |
565 | 629 | "RemoveSNSTopic": { |
|
592 | 656 | "DescribeLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>", |
593 | 657 | "DescribeLogPatternResponse$ResourceGroupName": "<p>The name of the resource group.</p>", |
594 | 658 | "ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>", |
| 659 | + "ListConfigurationHistoryRequest$ResourceGroupName": "<p>Resource group to which the application belongs. </p>", |
595 | 660 | "ListLogPatternSetsRequest$ResourceGroupName": "<p>The name of the resource group.</p>", |
596 | 661 | "ListLogPatternSetsResponse$ResourceGroupName": "<p>The name of the resource group.</p>", |
597 | 662 | "ListLogPatternsRequest$ResourceGroupName": "<p>The name of the resource group.</p>", |
|
650 | 715 | "StartTime": { |
651 | 716 | "base": null, |
652 | 717 | "refs": { |
| 718 | + "ListConfigurationHistoryRequest$StartTime": "<p>The start time of the event. </p>", |
653 | 719 | "ListProblemsRequest$StartTime": "<p>The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.</p>", |
654 | 720 | "Observation$StartTime": "<p>The time when the observation was first detected, in epoch seconds.</p>", |
655 | 721 | "Problem$StartTime": "<p>The time when the problem started, in epoch seconds.</p>" |
|
0 commit comments