@alicloud/cms20190101 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/client.ts CHANGED
@@ -1402,6 +1402,8 @@ export class CreateDynamicTagGroupRequest extends $tea.Model {
1402
1402
  enableSubscribeEvent?: boolean;
1403
1403
  /**
1404
1404
  * @remarks
1405
+ * The conditional expressions used to create an application group based on the tag.
1406
+ *
1405
1407
  * This parameter is required.
1406
1408
  */
1407
1409
  matchExpress?: CreateDynamicTagGroupRequestMatchExpress[];
@@ -3102,10 +3104,10 @@ export class CreateMetricRuleBlackListResponse extends $tea.Model {
3102
3104
  export class CreateMetricRuleResourcesRequest extends $tea.Model {
3103
3105
  /**
3104
3106
  * @remarks
3105
- * Specifies whether to overwrite the existing data. Valid values:
3107
+ * Specifies whether to overwrite existing resources. Valid values:
3106
3108
  *
3107
- * * true: The resources submitted this time will overwrite the previous associated resources.
3108
- * * false: The resources submitted this time will not overwrite the previous associated resources. The associated resources after submission include the previous associated resources and the resources submitted this time.
3109
+ * * true: The resources submitted this time overwrite the previously associated resources.
3110
+ * * false: The resources submitted this time do not overwrite the previously associated resources. The associated resources after submission include the previously associated resources and the resources submitted this time.
3109
3111
  *
3110
3112
  * @example
3111
3113
  * false
@@ -3113,7 +3115,7 @@ export class CreateMetricRuleResourcesRequest extends $tea.Model {
3113
3115
  overwrite?: string;
3114
3116
  /**
3115
3117
  * @remarks
3116
- * The resources to be associated with the alert rule. The value is a JSON array.
3118
+ * The resources that are associated with the alert rule. Set the value to a JSON array.
3117
3119
  *
3118
3120
  * > You can add up to 100 resources each time. An alert rule can be associated with up to 3,000 resources.
3119
3121
  *
@@ -3155,9 +3157,9 @@ export class CreateMetricRuleResourcesRequest extends $tea.Model {
3155
3157
  export class CreateMetricRuleResourcesResponseBody extends $tea.Model {
3156
3158
  /**
3157
3159
  * @remarks
3158
- * The HTTP status code.
3160
+ * The response code.
3159
3161
  *
3160
- * > The status code 200 indicates that the call was successful.
3162
+ * > The status code 200 indicates that the request was successful.
3161
3163
  *
3162
3164
  * @example
3163
3165
  * 200
@@ -3173,7 +3175,7 @@ export class CreateMetricRuleResourcesResponseBody extends $tea.Model {
3173
3175
  message?: string;
3174
3176
  /**
3175
3177
  * @remarks
3176
- * The ID of the request.
3178
+ * The request ID.
3177
3179
  *
3178
3180
  * @example
3179
3181
  * 0671A721-0D7A-4F11-BB77-2416325D65AB
@@ -3181,7 +3183,7 @@ export class CreateMetricRuleResourcesResponseBody extends $tea.Model {
3181
3183
  requestId?: string;
3182
3184
  /**
3183
3185
  * @remarks
3184
- * Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.
3186
+ * Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
3185
3187
  *
3186
3188
  * @example
3187
3189
  * true
@@ -4373,9 +4375,9 @@ export class CreateSiteMonitorRequest extends $tea.Model {
4373
4375
  taskName?: string;
4374
4376
  /**
4375
4377
  * @remarks
4376
- * The type of the site monitoring task.
4378
+ * The protocol that is used by the site monitoring task.
4377
4379
  *
4378
- * Valid values: HTTP, HTTPS, PING, TCP, UDP, DNS, SMTP, POP3, and FTP.
4380
+ * Valid values: HTTP, HTTPS, PING, TCP, UDP, DNS, SMTP, POP3, FTP, and WEBSOCKET.
4379
4381
  *
4380
4382
  * This parameter is required.
4381
4383
  *
@@ -6649,7 +6651,7 @@ export class DeleteMetricRuleBlackListResponse extends $tea.Model {
6649
6651
  export class DeleteMetricRuleResourcesRequest extends $tea.Model {
6650
6652
  /**
6651
6653
  * @remarks
6652
- * The resources to be disassociated from the alert rule.
6654
+ * The resources that are associated with the alert rule.
6653
6655
  *
6654
6656
  * This parameter is required.
6655
6657
  *
@@ -6689,9 +6691,9 @@ export class DeleteMetricRuleResourcesRequest extends $tea.Model {
6689
6691
  export class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
6690
6692
  /**
6691
6693
  * @remarks
6692
- * The HTTP status code.
6694
+ * The responses code.
6693
6695
  *
6694
- * > The status code 200 indicates that the call was successful.
6696
+ * > The status code 200 indicates that the request was successful.
6695
6697
  *
6696
6698
  * @example
6697
6699
  * 200
@@ -6699,7 +6701,7 @@ export class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
6699
6701
  code?: string;
6700
6702
  /**
6701
6703
  * @remarks
6702
- * The returned message.
6704
+ * The error message.
6703
6705
  *
6704
6706
  * @example
6705
6707
  * The alert does not exist.
@@ -6707,7 +6709,7 @@ export class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
6707
6709
  message?: string;
6708
6710
  /**
6709
6711
  * @remarks
6710
- * The ID of the request.
6712
+ * The request ID.
6711
6713
  *
6712
6714
  * @example
6713
6715
  * D8A35882-90C6-4F03-BBEB-153C180398EA
@@ -6715,10 +6717,10 @@ export class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
6715
6717
  requestId?: string;
6716
6718
  /**
6717
6719
  * @remarks
6718
- * Indicates whether the call was successful. Valid values:
6720
+ * Indicates whether the request was successful. Valid values:
6719
6721
  *
6720
- * * true: The call was successful.
6721
- * * false: The call failed.
6722
+ * * true
6723
+ * * false
6722
6724
  *
6723
6725
  * @example
6724
6726
  * true
@@ -9761,7 +9763,7 @@ export class DescribeContactListRequest extends $tea.Model {
9761
9763
  contactName?: string;
9762
9764
  /**
9763
9765
  * @remarks
9764
- * The number of the page to return.
9766
+ * The page number.
9765
9767
  *
9766
9768
  * Default value: 1.
9767
9769
  *
@@ -9771,7 +9773,7 @@ export class DescribeContactListRequest extends $tea.Model {
9771
9773
  pageNumber?: number;
9772
9774
  /**
9773
9775
  * @remarks
9774
- * The number of entries to return on each page.
9776
+ * The number of entries per page.
9775
9777
  *
9776
9778
  * Default value: 100.
9777
9779
  *
@@ -9812,7 +9814,7 @@ export class DescribeContactListResponseBody extends $tea.Model {
9812
9814
  * @remarks
9813
9815
  * The HTTP status code.
9814
9816
  *
9815
- * > The status code 200 indicates that the call was successful.
9817
+ * > The status code 200 indicates that the request was successful.
9816
9818
  *
9817
9819
  * @example
9818
9820
  * 200
@@ -9825,7 +9827,7 @@ export class DescribeContactListResponseBody extends $tea.Model {
9825
9827
  contacts?: DescribeContactListResponseBodyContacts;
9826
9828
  /**
9827
9829
  * @remarks
9828
- * The error message.
9830
+ * The error message returned.
9829
9831
  *
9830
9832
  * @example
9831
9833
  * The Request is not authorization.
@@ -9833,7 +9835,7 @@ export class DescribeContactListResponseBody extends $tea.Model {
9833
9835
  message?: string;
9834
9836
  /**
9835
9837
  * @remarks
9836
- * The ID of the request.
9838
+ * The request ID.
9837
9839
  *
9838
9840
  * @example
9839
9841
  * 06D5ECC2-B9BE-42A4-8FA3-1A610FB08B83
@@ -9841,10 +9843,10 @@ export class DescribeContactListResponseBody extends $tea.Model {
9841
9843
  requestId?: string;
9842
9844
  /**
9843
9845
  * @remarks
9844
- * Indicates whether the call was successful. Valid values:
9846
+ * Indicates whether the request was successful. Valid values:
9845
9847
  *
9846
- * * true: The call was successful.
9847
- * * false: The call failed.
9848
+ * * true: The request was successful.
9849
+ * * false: The request failed.
9848
9850
  *
9849
9851
  * @example
9850
9852
  * true
@@ -9852,7 +9854,7 @@ export class DescribeContactListResponseBody extends $tea.Model {
9852
9854
  success?: boolean;
9853
9855
  /**
9854
9856
  * @remarks
9855
- * The total number of returned entries.
9857
+ * The total number of entries returned.
9856
9858
  *
9857
9859
  * @example
9858
9860
  * 15
@@ -10602,7 +10604,7 @@ export class DescribeCustomEventHistogramResponse extends $tea.Model {
10602
10604
  export class DescribeCustomMetricListRequest extends $tea.Model {
10603
10605
  /**
10604
10606
  * @remarks
10605
- * The dimensions that specify the resources for which you want to query custom metrics.
10607
+ * The dimensions based on which the resources are queried.
10606
10608
  *
10607
10609
  * @example
10608
10610
  * {sampleName1=value1&sampleName2=value2}
@@ -10612,7 +10614,7 @@ export class DescribeCustomMetricListRequest extends $tea.Model {
10612
10614
  * @remarks
10613
10615
  * The ID of the application group.
10614
10616
  *
10615
- * For more information, see [DescribeMonitorGroups](https://help.aliyun.com/document_detail/115032.html).
10617
+ * For information about how to query the IDs of application groups, see [DescribeMonitorGroups](https://help.aliyun.com/document_detail/115032.html).
10616
10618
  *
10617
10619
  * @example
10618
10620
  * 7378****
@@ -10620,7 +10622,7 @@ export class DescribeCustomMetricListRequest extends $tea.Model {
10620
10622
  groupId?: string;
10621
10623
  /**
10622
10624
  * @remarks
10623
- * The MD5 value of the HTTP request body. The MD5 value is a 128-bit hash value used to verify the uniqueness of the reported custom metrics.
10625
+ * The MD5 value of the HTTP request body. The MD5 value is a 128-bit hash value used to verify the uniqueness of the reported monitoring data.
10624
10626
  *
10625
10627
  * @example
10626
10628
  * 97c25982d9745a231276bff27469****
@@ -10636,7 +10638,7 @@ export class DescribeCustomMetricListRequest extends $tea.Model {
10636
10638
  metricName?: string;
10637
10639
  /**
10638
10640
  * @remarks
10639
- * The number of the page to return.
10641
+ * The page number.
10640
10642
  *
10641
10643
  * Pages start from page 1. Default value: 1.
10642
10644
  *
@@ -10646,7 +10648,7 @@ export class DescribeCustomMetricListRequest extends $tea.Model {
10646
10648
  pageNumber?: string;
10647
10649
  /**
10648
10650
  * @remarks
10649
- * The number of entries to return on each page.
10651
+ * The number of entries per page.
10650
10652
  *
10651
10653
  * Pages start from page 1. Default value: 10.
10652
10654
  *
@@ -10687,9 +10689,9 @@ export class DescribeCustomMetricListRequest extends $tea.Model {
10687
10689
  export class DescribeCustomMetricListResponseBody extends $tea.Model {
10688
10690
  /**
10689
10691
  * @remarks
10690
- * The HTTP status code.
10692
+ * The responses code.
10691
10693
  *
10692
- * > The value 200 indicates that the call is successful.
10694
+ * > The status code 200 indicates that the request was successful.
10693
10695
  *
10694
10696
  * @example
10695
10697
  * 200
@@ -10705,7 +10707,7 @@ export class DescribeCustomMetricListResponseBody extends $tea.Model {
10705
10707
  message?: string;
10706
10708
  /**
10707
10709
  * @remarks
10708
- * The ID of the request.
10710
+ * The request ID.
10709
10711
  *
10710
10712
  * @example
10711
10713
  * 1AF425E4-1DEA-54F2-910A-8117C9686140
@@ -14417,7 +14419,7 @@ export class DescribeMetricRuleBlackListResponse extends $tea.Model {
14417
14419
  export class DescribeMetricRuleCountRequest extends $tea.Model {
14418
14420
  /**
14419
14421
  * @remarks
14420
- * The name of the metric. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
14422
+ * The metric name. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
14421
14423
  *
14422
14424
  * @example
14423
14425
  * cpu_total
@@ -14425,7 +14427,7 @@ export class DescribeMetricRuleCountRequest extends $tea.Model {
14425
14427
  metricName?: string;
14426
14428
  /**
14427
14429
  * @remarks
14428
- * The namespace of the service. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
14430
+ * The namespace of the cloud service. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
14429
14431
  *
14430
14432
  * @example
14431
14433
  * acs_ecs_dashboard
@@ -14456,9 +14458,9 @@ export class DescribeMetricRuleCountRequest extends $tea.Model {
14456
14458
  export class DescribeMetricRuleCountResponseBody extends $tea.Model {
14457
14459
  /**
14458
14460
  * @remarks
14459
- * The HTTP status code.
14461
+ * The responses code.
14460
14462
  *
14461
- * > The status code 200 indicates that the call was successful.
14463
+ * > The status code 200 indicates that the request was successful.
14462
14464
  *
14463
14465
  * @example
14464
14466
  * 200
@@ -14466,7 +14468,7 @@ export class DescribeMetricRuleCountResponseBody extends $tea.Model {
14466
14468
  code?: string;
14467
14469
  /**
14468
14470
  * @remarks
14469
- * The returned message.
14471
+ * The error message.
14470
14472
  *
14471
14473
  * @example
14472
14474
  * The Request is not authorization.
@@ -14479,7 +14481,7 @@ export class DescribeMetricRuleCountResponseBody extends $tea.Model {
14479
14481
  metricRuleCount?: DescribeMetricRuleCountResponseBodyMetricRuleCount;
14480
14482
  /**
14481
14483
  * @remarks
14482
- * The ID of the request.
14484
+ * The request ID.
14483
14485
  *
14484
14486
  * @example
14485
14487
  * FF38D33A-67C1-40EB-AB65-FAEE51EDB644
@@ -14487,10 +14489,10 @@ export class DescribeMetricRuleCountResponseBody extends $tea.Model {
14487
14489
  requestId?: string;
14488
14490
  /**
14489
14491
  * @remarks
14490
- * Indicates whether the call was successful. Valid values:
14492
+ * Indicates whether the request was successful. Valid values:
14491
14493
  *
14492
- * * true: The call was successful.
14493
- * * false: The call failed.
14494
+ * * true
14495
+ * * false
14494
14496
  *
14495
14497
  * @example
14496
14498
  * true
@@ -14689,7 +14691,7 @@ export class DescribeMetricRuleListRequest extends $tea.Model {
14689
14691
  export class DescribeMetricRuleListResponseBody extends $tea.Model {
14690
14692
  /**
14691
14693
  * @remarks
14692
- * The details of the alert rules.
14694
+ * The alert rules.
14693
14695
  */
14694
14696
  alarms?: DescribeMetricRuleListResponseBodyAlarms;
14695
14697
  /**
@@ -18322,10 +18324,10 @@ export class DescribeSiteMonitorAttributeResponse extends $tea.Model {
18322
18324
  export class DescribeSiteMonitorDataRequest extends $tea.Model {
18323
18325
  /**
18324
18326
  * @remarks
18325
- * The end of the time range for the query. Supported formats:
18327
+ * The end of the time range to query. The following formats are supported:
18326
18328
  *
18327
- * * UNIX timestamp: The value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
18328
- * * Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
18329
+ * * UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 UTC on Thursday, January 1, 1970.
18330
+ * * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format.
18329
18331
  *
18330
18332
  * @example
18331
18333
  * 1551581437000
@@ -18341,7 +18343,7 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18341
18343
  length?: number;
18342
18344
  /**
18343
18345
  * @remarks
18344
- * The name of the metric. Valid values:
18346
+ * The metric name. Valid values:
18345
18347
  *
18346
18348
  * * Availability
18347
18349
  * * ResponseTime
@@ -18354,7 +18356,7 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18354
18356
  metricName?: string;
18355
18357
  /**
18356
18358
  * @remarks
18357
- * The pagination cursor.
18359
+ * The pagination token.
18358
18360
  *
18359
18361
  * @example
18360
18362
  * 49f7b317-7645-4cc9-94fd-ea42e5220930ea42e5220930ea42e522****
@@ -18362,7 +18364,7 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18362
18364
  nextToken?: string;
18363
18365
  /**
18364
18366
  * @remarks
18365
- * The interval at which monitoring data is returned. The value is an integral multiple of 60. Unit: seconds.
18367
+ * The statistical period. The value is an integral multiple of 60. Unit: seconds.
18366
18368
  *
18367
18369
  * > The default value equals the minimum interval at which detection requests are sent to the monitored address.
18368
18370
  *
@@ -18373,10 +18375,10 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18373
18375
  regionId?: string;
18374
18376
  /**
18375
18377
  * @remarks
18376
- * The beginning of the time range for the query. Supported formats:
18378
+ * The start of the time range to query. The following formats are supported:
18377
18379
  *
18378
- * * UNIX timestamp: The value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
18379
- * * Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
18380
+ * * UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 UTC on Thursday, January 1, 1970.
18381
+ * * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format.
18380
18382
  *
18381
18383
  * @example
18382
18384
  * 1551579637000
@@ -18384,7 +18386,7 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18384
18386
  startTime?: string;
18385
18387
  /**
18386
18388
  * @remarks
18387
- * The ID of the site monitoring task.
18389
+ * The job ID.
18388
18390
  *
18389
18391
  * This parameter is required.
18390
18392
  *
@@ -18439,9 +18441,9 @@ export class DescribeSiteMonitorDataRequest extends $tea.Model {
18439
18441
  export class DescribeSiteMonitorDataResponseBody extends $tea.Model {
18440
18442
  /**
18441
18443
  * @remarks
18442
- * The HTTP status code.
18444
+ * The responses code.
18443
18445
  *
18444
- * > The status code 200 indicates that the call was successful.
18446
+ * > The status code 200 indicates that the request was successful.
18445
18447
  *
18446
18448
  * @example
18447
18449
  * 200
@@ -18449,7 +18451,7 @@ export class DescribeSiteMonitorDataResponseBody extends $tea.Model {
18449
18451
  code?: string;
18450
18452
  /**
18451
18453
  * @remarks
18452
- * The returned monitoring data.
18454
+ * The monitoring data.
18453
18455
  *
18454
18456
  * @example
18455
18457
  * [{"Maximum":247,"Mimimum":61,"Average":154,"userId":"127067667954****","taskId":"49f7b317-7645-4cc9-94fd-ea42e522****","timestamp":1551581760000}]
@@ -18465,7 +18467,7 @@ export class DescribeSiteMonitorDataResponseBody extends $tea.Model {
18465
18467
  message?: string;
18466
18468
  /**
18467
18469
  * @remarks
18468
- * The pagination cursor.
18470
+ * The pagination token.
18469
18471
  *
18470
18472
  * @example
18471
18473
  * ea42e5220930ea42e522****
@@ -18473,7 +18475,7 @@ export class DescribeSiteMonitorDataResponseBody extends $tea.Model {
18473
18475
  nextToken?: string;
18474
18476
  /**
18475
18477
  * @remarks
18476
- * The ID of the request.
18478
+ * The request ID.
18477
18479
  *
18478
18480
  * @example
18479
18481
  * 3febb181-0d98-4af9-8b04-7faf36b048b9
@@ -18481,7 +18483,7 @@ export class DescribeSiteMonitorDataResponseBody extends $tea.Model {
18481
18483
  requestId?: string;
18482
18484
  /**
18483
18485
  * @remarks
18484
- * Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.
18486
+ * Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
18485
18487
  *
18486
18488
  * @example
18487
18489
  * true
@@ -18917,20 +18919,10 @@ export class DescribeSiteMonitorListResponse extends $tea.Model {
18917
18919
 
18918
18920
  export class DescribeSiteMonitorLogRequest extends $tea.Model {
18919
18921
  /**
18920
- * @remarks
18921
- * 浏览器类型。
18922
- *
18923
18922
  * @example
18924
18923
  * Chrome
18925
18924
  */
18926
18925
  browser?: string;
18927
- /**
18928
- * @remarks
18929
- * 该参数已废弃,无需关注。
18930
- *
18931
- * @example
18932
- * 无
18933
- */
18934
18926
  browserInfo?: string;
18935
18927
  /**
18936
18928
  * @remarks
@@ -18941,9 +18933,6 @@ export class DescribeSiteMonitorLogRequest extends $tea.Model {
18941
18933
  */
18942
18934
  city?: string;
18943
18935
  /**
18944
- * @remarks
18945
- * 设备类型(模拟屏幕大小类型)。
18946
- *
18947
18936
  * @example
18948
18937
  * laptop
18949
18938
  */
@@ -19203,9 +19192,9 @@ export class DescribeSiteMonitorQuotaRequest extends $tea.Model {
19203
19192
  export class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
19204
19193
  /**
19205
19194
  * @remarks
19206
- * The HTTP status code.
19195
+ * The responses code.
19207
19196
  *
19208
- * > The status code 200 indicates that the call was successful.
19197
+ * > The status code 200 indicates that the request was successful.
19209
19198
  *
19210
19199
  * @example
19211
19200
  * 200
@@ -19213,7 +19202,7 @@ export class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
19213
19202
  code?: string;
19214
19203
  /**
19215
19204
  * @remarks
19216
- * The quotas and version of site monitoring.
19205
+ * The quota.
19217
19206
  */
19218
19207
  data?: DescribeSiteMonitorQuotaResponseBodyData;
19219
19208
  /**
@@ -19223,7 +19212,7 @@ export class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
19223
19212
  message?: string;
19224
19213
  /**
19225
19214
  * @remarks
19226
- * The ID of the request.
19215
+ * The request ID.
19227
19216
  *
19228
19217
  * @example
19229
19218
  * 26860260-76C6-404E-AB7A-EB98D36A6885
@@ -19231,10 +19220,10 @@ export class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
19231
19220
  requestId?: string;
19232
19221
  /**
19233
19222
  * @remarks
19234
- * Indicates whether the call was successful. Valid values:
19223
+ * Indicates whether the request was successful. Valid values:
19235
19224
  *
19236
- * * true: The call was successful.
19237
- * * false: The call failed.
19225
+ * * true
19226
+ * * false
19238
19227
  *
19239
19228
  * @example
19240
19229
  * true
@@ -19293,7 +19282,7 @@ export class DescribeSiteMonitorQuotaResponse extends $tea.Model {
19293
19282
  export class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
19294
19283
  /**
19295
19284
  * @remarks
19296
- * The name of the metric. Valid values:
19285
+ * The metric name. Valid values:
19297
19286
  *
19298
19287
  * * Availability
19299
19288
  * * ErrorRate
@@ -19308,7 +19297,7 @@ export class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
19308
19297
  regionId?: string;
19309
19298
  /**
19310
19299
  * @remarks
19311
- * The timestamp that specifies the beginning of the time range to query.
19300
+ * The beginning of the time range to query.
19312
19301
  *
19313
19302
  * Unit: milliseconds. The default value is 1 hour ahead of the current time.
19314
19303
  *
@@ -19332,7 +19321,7 @@ export class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
19332
19321
  * @remarks
19333
19322
  * The statistical period.
19334
19323
  *
19335
- * Unit: minutes. Default value: 1440 (1 day). Maximum value: 43200 (30 days).
19324
+ * Unit: minutes. Default value: 1440 (one day). Maximum value: 43200 (30 days).
19336
19325
  *
19337
19326
  * @example
19338
19327
  * 1440
@@ -19366,9 +19355,9 @@ export class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
19366
19355
  export class DescribeSiteMonitorStatisticsResponseBody extends $tea.Model {
19367
19356
  /**
19368
19357
  * @remarks
19369
- * The HTTP status code.
19358
+ * The responses code.
19370
19359
  *
19371
- * > The status code 200 indicates that the call is successful.
19360
+ * > The status code 200 indicates that the request was successful.
19372
19361
  *
19373
19362
  * @example
19374
19363
  * 200
@@ -19376,7 +19365,7 @@ export class DescribeSiteMonitorStatisticsResponseBody extends $tea.Model {
19376
19365
  code?: string;
19377
19366
  /**
19378
19367
  * @remarks
19379
- * The statistics of the specified metric.
19368
+ * The statistics.
19380
19369
  *
19381
19370
  * @example
19382
19371
  * 100
@@ -19392,7 +19381,7 @@ export class DescribeSiteMonitorStatisticsResponseBody extends $tea.Model {
19392
19381
  message?: string;
19393
19382
  /**
19394
19383
  * @remarks
19395
- * The ID of the request.
19384
+ * The request ID.
19396
19385
  *
19397
19386
  * @example
19398
19387
  * 3AD2724D-E317-4BFB-B422-D6691D071BE1
@@ -19400,10 +19389,10 @@ export class DescribeSiteMonitorStatisticsResponseBody extends $tea.Model {
19400
19389
  requestId?: string;
19401
19390
  /**
19402
19391
  * @remarks
19403
- * Indicates whether the call is successful. Valid values:
19392
+ * Indicates whether the request was successful. Valid values:
19404
19393
  *
19405
- * * true: The call is successful.
19406
- * * false: The call fails.
19394
+ * * true
19395
+ * * false
19407
19396
  *
19408
19397
  * @example
19409
19398
  * true
@@ -19459,6 +19448,145 @@ export class DescribeSiteMonitorStatisticsResponse extends $tea.Model {
19459
19448
  }
19460
19449
  }
19461
19450
 
19451
+ export class DescribeSyntheticProbeListRequest extends $tea.Model {
19452
+ city?: string;
19453
+ /**
19454
+ * @example
19455
+ * false
19456
+ */
19457
+ idcProbe?: boolean;
19458
+ /**
19459
+ * @example
19460
+ * false
19461
+ */
19462
+ ipv4?: boolean;
19463
+ /**
19464
+ * @example
19465
+ * false
19466
+ */
19467
+ ipv6?: boolean;
19468
+ isp?: string;
19469
+ /**
19470
+ * @example
19471
+ * false
19472
+ */
19473
+ lmProbe?: boolean;
19474
+ /**
19475
+ * @example
19476
+ * false
19477
+ */
19478
+ mbProbe?: boolean;
19479
+ regionId?: string;
19480
+ /**
19481
+ * @example
19482
+ * true
19483
+ */
19484
+ viewAll?: boolean;
19485
+ static names(): { [key: string]: string } {
19486
+ return {
19487
+ city: 'City',
19488
+ idcProbe: 'IdcProbe',
19489
+ ipv4: 'Ipv4',
19490
+ ipv6: 'Ipv6',
19491
+ isp: 'Isp',
19492
+ lmProbe: 'LmProbe',
19493
+ mbProbe: 'MbProbe',
19494
+ regionId: 'RegionId',
19495
+ viewAll: 'ViewAll',
19496
+ };
19497
+ }
19498
+
19499
+ static types(): { [key: string]: any } {
19500
+ return {
19501
+ city: 'string',
19502
+ idcProbe: 'boolean',
19503
+ ipv4: 'boolean',
19504
+ ipv6: 'boolean',
19505
+ isp: 'string',
19506
+ lmProbe: 'boolean',
19507
+ mbProbe: 'boolean',
19508
+ regionId: 'string',
19509
+ viewAll: 'boolean',
19510
+ };
19511
+ }
19512
+
19513
+ constructor(map?: { [key: string]: any }) {
19514
+ super(map);
19515
+ }
19516
+ }
19517
+
19518
+ export class DescribeSyntheticProbeListResponseBody extends $tea.Model {
19519
+ /**
19520
+ * @example
19521
+ * 200
19522
+ */
19523
+ code?: string;
19524
+ ispCityList?: DescribeSyntheticProbeListResponseBodyIspCityList[];
19525
+ /**
19526
+ * @example
19527
+ * The specified resource is not found.
19528
+ */
19529
+ message?: string;
19530
+ /**
19531
+ * @example
19532
+ * 87170bc7-e28a-4c93-b9bf-90a1dbe84736
19533
+ */
19534
+ requestId?: string;
19535
+ /**
19536
+ * @example
19537
+ * true
19538
+ */
19539
+ success?: string;
19540
+ static names(): { [key: string]: string } {
19541
+ return {
19542
+ code: 'Code',
19543
+ ispCityList: 'IspCityList',
19544
+ message: 'Message',
19545
+ requestId: 'RequestId',
19546
+ success: 'Success',
19547
+ };
19548
+ }
19549
+
19550
+ static types(): { [key: string]: any } {
19551
+ return {
19552
+ code: 'string',
19553
+ ispCityList: { 'type': 'array', 'itemType': DescribeSyntheticProbeListResponseBodyIspCityList },
19554
+ message: 'string',
19555
+ requestId: 'string',
19556
+ success: 'string',
19557
+ };
19558
+ }
19559
+
19560
+ constructor(map?: { [key: string]: any }) {
19561
+ super(map);
19562
+ }
19563
+ }
19564
+
19565
+ export class DescribeSyntheticProbeListResponse extends $tea.Model {
19566
+ headers?: { [key: string]: string };
19567
+ statusCode?: number;
19568
+ body?: DescribeSyntheticProbeListResponseBody;
19569
+ static names(): { [key: string]: string } {
19570
+ return {
19571
+ headers: 'headers',
19572
+ statusCode: 'statusCode',
19573
+ body: 'body',
19574
+ };
19575
+ }
19576
+
19577
+ static types(): { [key: string]: any } {
19578
+ return {
19579
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19580
+ statusCode: 'number',
19581
+ body: DescribeSyntheticProbeListResponseBody,
19582
+ };
19583
+ }
19584
+
19585
+ constructor(map?: { [key: string]: any }) {
19586
+ super(map);
19587
+ }
19588
+ }
19589
+
19462
19590
  export class DescribeSystemEventAttributeRequest extends $tea.Model {
19463
19591
  /**
19464
19592
  * @remarks
@@ -21024,6 +21152,8 @@ export class DisableMetricRulesRequest extends $tea.Model {
21024
21152
  regionId?: string;
21025
21153
  /**
21026
21154
  * @remarks
21155
+ * The ID of the alert rule. Valid values of N: 1 to 20.
21156
+ *
21027
21157
  * This parameter is required.
21028
21158
  *
21029
21159
  * @example
@@ -21052,9 +21182,9 @@ export class DisableMetricRulesRequest extends $tea.Model {
21052
21182
  export class DisableMetricRulesResponseBody extends $tea.Model {
21053
21183
  /**
21054
21184
  * @remarks
21055
- * The HTTP status code.
21185
+ * The responses code.
21056
21186
  *
21057
- * > The status code 200 indicates that the call was successful.
21187
+ * > The status code 200 indicates that the request was successful.
21058
21188
  *
21059
21189
  * @example
21060
21190
  * 200
@@ -21070,7 +21200,7 @@ export class DisableMetricRulesResponseBody extends $tea.Model {
21070
21200
  message?: string;
21071
21201
  /**
21072
21202
  * @remarks
21073
- * The ID of the request.
21203
+ * The request ID.
21074
21204
  *
21075
21205
  * @example
21076
21206
  * FF38D33A-67C1-40EB-AB65-FAEE51EDB644
@@ -21078,10 +21208,10 @@ export class DisableMetricRulesResponseBody extends $tea.Model {
21078
21208
  requestId?: string;
21079
21209
  /**
21080
21210
  * @remarks
21081
- * Indicates whether the call was successful. Valid values:
21211
+ * Indicates whether the request was successful. Valid values:
21082
21212
  *
21083
- * * true: The call was successful.
21084
- * * false: The call failed.
21213
+ * * true
21214
+ * * false
21085
21215
  *
21086
21216
  * @example
21087
21217
  * true
@@ -21139,7 +21269,7 @@ export class DisableSiteMonitorsRequest extends $tea.Model {
21139
21269
  regionId?: string;
21140
21270
  /**
21141
21271
  * @remarks
21142
- * The IDs of the site monitoring tasks. Separate multiple IDs with commas (,).
21272
+ * The ID of the site monitoring task. Separate multiple IDs with commas (,).
21143
21273
  *
21144
21274
  * This parameter is required.
21145
21275
  *
@@ -21169,9 +21299,9 @@ export class DisableSiteMonitorsRequest extends $tea.Model {
21169
21299
  export class DisableSiteMonitorsResponseBody extends $tea.Model {
21170
21300
  /**
21171
21301
  * @remarks
21172
- * The status code.
21302
+ * The responses code.
21173
21303
  *
21174
- * > The status code 200 indicates a success.
21304
+ * > The status code 200 indicates that the request was successful.
21175
21305
  *
21176
21306
  * @example
21177
21307
  * 200
@@ -21179,7 +21309,7 @@ export class DisableSiteMonitorsResponseBody extends $tea.Model {
21179
21309
  code?: string;
21180
21310
  /**
21181
21311
  * @remarks
21182
- * The number of detection points that were monitored by the site monitoring tasks.
21312
+ * The number of detection points that are affected by the site monitoring tasks.
21183
21313
  */
21184
21314
  data?: DisableSiteMonitorsResponseBodyData;
21185
21315
  /**
@@ -21192,7 +21322,7 @@ export class DisableSiteMonitorsResponseBody extends $tea.Model {
21192
21322
  message?: string;
21193
21323
  /**
21194
21324
  * @remarks
21195
- * The ID of the request.
21325
+ * The request ID.
21196
21326
  *
21197
21327
  * @example
21198
21328
  * 3fcd12e7-d387-42ee-b77e-661c775bb17f
@@ -21200,10 +21330,10 @@ export class DisableSiteMonitorsResponseBody extends $tea.Model {
21200
21330
  requestId?: string;
21201
21331
  /**
21202
21332
  * @remarks
21203
- * Indicates whether the operation was successful. Valid values:
21333
+ * Indicates whether the request was successful. Valid values:
21204
21334
  *
21205
- * * true: successful.
21206
- * * false: failed.
21335
+ * * true
21336
+ * * false
21207
21337
  *
21208
21338
  * @example
21209
21339
  * true
@@ -21886,7 +22016,7 @@ export class EnableSiteMonitorsRequest extends $tea.Model {
21886
22016
  regionId?: string;
21887
22017
  /**
21888
22018
  * @remarks
21889
- * The IDs of the site monitoring tasks. Separate multiple instance IDs with commas (,).
22019
+ * The ID of the site monitoring task. Separate multiple IDs with commas (,).
21890
22020
  *
21891
22021
  * This parameter is required.
21892
22022
  *
@@ -21916,9 +22046,9 @@ export class EnableSiteMonitorsRequest extends $tea.Model {
21916
22046
  export class EnableSiteMonitorsResponseBody extends $tea.Model {
21917
22047
  /**
21918
22048
  * @remarks
21919
- * The status code.
22049
+ * The responses code.
21920
22050
  *
21921
- * > The status code 200 indicates a success.
22051
+ * > The status code 200 indicates that the request was successful.
21922
22052
  *
21923
22053
  * @example
21924
22054
  * 200
@@ -21939,7 +22069,7 @@ export class EnableSiteMonitorsResponseBody extends $tea.Model {
21939
22069
  message?: string;
21940
22070
  /**
21941
22071
  * @remarks
21942
- * The ID of the request.
22072
+ * The request ID.
21943
22073
  *
21944
22074
  * @example
21945
22075
  * 3fcd12e7-d387-42ee-b77e-661c775bb17f
@@ -21947,10 +22077,10 @@ export class EnableSiteMonitorsResponseBody extends $tea.Model {
21947
22077
  requestId?: string;
21948
22078
  /**
21949
22079
  * @remarks
21950
- * Indicates whether the operation was successful. Valid values:
22080
+ * Indicates whether the request was successful. Valid values:
21951
22081
  *
21952
- * * true: successful.
21953
- * * false: failed.
22082
+ * * true
22083
+ * * false
21954
22084
  *
21955
22085
  * @example
21956
22086
  * true
@@ -28880,13 +29010,13 @@ export class SubscriptionConditions extends $tea.Model {
28880
29010
  export class AddTagsRequestTag extends $tea.Model {
28881
29011
  /**
28882
29012
  * @remarks
28883
- * The key of tag N.
29013
+ * The tag key.
28884
29014
  *
28885
29015
  * Valid values of N: 1 to 3. A tag key can be 1 to 64 characters in length.
28886
29016
  *
28887
29017
  * You can create a tag key or specify an existing tag key. For more information about how to obtain a tag key, see [DescribeTagKeyList](https://help.aliyun.com/document_detail/145558.html).
28888
29018
  *
28889
- * > The tag key cannot start with `aliyun` or `acs:`. The tag key (`Tag.N.Key`) and tag value (`Tag.N.Value`) must be specified at the same time.
29019
+ * > The tag key cannot start with `aliyun` or `acs:`. The tag key (`Tag.N.Key`) and tag value (`Tag.N.Value`) must be specified at the same time.
28890
29020
  *
28891
29021
  * This parameter is required.
28892
29022
  *
@@ -28896,13 +29026,13 @@ export class AddTagsRequestTag extends $tea.Model {
28896
29026
  key?: string;
28897
29027
  /**
28898
29028
  * @remarks
28899
- * The value of tag N.
29029
+ * The tag value.
28900
29030
  *
28901
29031
  * Valid values of N: 1 to 3. A tag value can be 1 to 64 characters in length.
28902
29032
  *
28903
- * You can create a tag value or specify an existing tag value. For more information about how to obtain a tag value, see [DescribeTagKeyList](https://help.aliyun.com/document_detail/145557.html).
29033
+ * You can create a tag value or specify an existing tag value. For more information about how to obtain a tag value, see [DescribeTagValueList](https://help.aliyun.com/document_detail/145557.html).
28904
29034
  *
28905
- * > The tag value cannot start with `aliyun` or `acs:`. The tag key (`Tag.N.Key`) and tag value (`Tag.N.Value`) must be specified at the same time.
29035
+ * > The tag value cannot start with `aliyun` or `acs:`. The tag key (`Tag.N.Key`) and tag value (`Tag.N.Value`) must be specified at the same time.
28906
29036
  *
28907
29037
  * This parameter is required.
28908
29038
  *
@@ -29160,7 +29290,7 @@ export class CreateDynamicTagGroupRequestMatchExpress extends $tea.Model {
29160
29290
  tagName?: string;
29161
29291
  /**
29162
29292
  * @remarks
29163
- * The tag values of the cloud resources. In this example, set the value of N to 1.
29293
+ * The tag values of the cloud resources. Set the value of N to 1.
29164
29294
  *
29165
29295
  * > If you set the `MatchExpress.N.TagValueMatchFunction` parameter, you must also set the `MatchExpress.N.TagValue` parameter.
29166
29296
  *
@@ -29170,7 +29300,7 @@ export class CreateDynamicTagGroupRequestMatchExpress extends $tea.Model {
29170
29300
  tagValue?: string;
29171
29301
  /**
29172
29302
  * @remarks
29173
- * The method that is used to match the tag values of the cloud resources. In this example, set the value of N to 1. Valid values:
29303
+ * The method that is used to match the tag values of the cloud resources. Set the value of N to 1. Valid values:
29174
29304
  *
29175
29305
  * * contains: contains
29176
29306
  * * startWith: starts with a prefix
@@ -30272,7 +30402,7 @@ export class CreateHostAvailabilityRequestTaskOption extends $tea.Model {
30272
30402
  httpResponseMatchContent?: string;
30273
30403
  /**
30274
30404
  * @remarks
30275
- * The URI that you want to monitor. This parameter must be specified when TaskType is set to HTTP.
30405
+ * The URI that you want to monitor. This parameter is required if the TaskType parameter is set to HTTP or Telnet.
30276
30406
  *
30277
30407
  * @example
30278
30408
  * https://www.aliyun.com
@@ -30292,7 +30422,7 @@ export class CreateHostAvailabilityRequestTaskOption extends $tea.Model {
30292
30422
  * @remarks
30293
30423
  * The domain name or IP address that you want to monitor.
30294
30424
  *
30295
- * > This parameter must be specified when TaskType is set to PING or TELNET.
30425
+ * > This parameter is required if the TaskType parameter is set to PING.
30296
30426
  *
30297
30427
  * @example
30298
30428
  * www.aliyun.com
@@ -34018,7 +34148,7 @@ export class DescribeContactListResponseBodyContactsContactChannels extends $tea
34018
34148
  mail?: string;
34019
34149
  /**
34020
34150
  * @remarks
34021
- * The phone number of the alert contact.
34151
+ * The phone number of the alert contac.
34022
34152
  *
34023
34153
  * @example
34024
34154
  * 1333333****
@@ -34054,7 +34184,7 @@ export class DescribeContactListResponseBodyContactsContactChannelsState extends
34054
34184
  *
34055
34185
  * Valid value: OK. The value OK indicates that the TradeManager ID is valid and can receive alert notifications.
34056
34186
  *
34057
- * > This parameter can be returned only on the China site (aliyun.com).
34187
+ * > This parameter applies only to the Alibaba Cloud China site (aliyun.com).
34058
34188
  *
34059
34189
  * @example
34060
34190
  * OK
@@ -34074,8 +34204,8 @@ export class DescribeContactListResponseBodyContactsContactChannelsState extends
34074
34204
  * @remarks
34075
34205
  * The status of the email address. Valid values:
34076
34206
  *
34077
- * * PENDING: The email address is not activated. Alert notifications can be sent to the email address only after the email address is activated.
34078
- * * OK: The email address is activated and can receive alert notifications.
34207
+ * * PENDING: The phone number is not activated. Alert notifications can be sent to the phone number by using text messages only after the phone number is activated.
34208
+ * * OK: The phone number is activated and can receive alert notifications.
34079
34209
  *
34080
34210
  * @example
34081
34211
  * PENDING
@@ -34088,7 +34218,7 @@ export class DescribeContactListResponseBodyContactsContactChannelsState extends
34088
34218
  * * PENDING: The phone number is not activated. Alert notifications can be sent to the phone number by using text messages only after the phone number is activated.
34089
34219
  * * OK: The phone number is activated and can receive alert notifications.
34090
34220
  *
34091
- * > This parameter can be returned only on the China site (aliyun.com).
34221
+ * > This parameter applies only to the Alibaba Cloud China site (aliyun.com).
34092
34222
  *
34093
34223
  * @example
34094
34224
  * OK
@@ -34151,7 +34281,7 @@ export class DescribeContactListResponseBodyContactsContact extends $tea.Model {
34151
34281
  channelsState?: DescribeContactListResponseBodyContactsContactChannelsState;
34152
34282
  /**
34153
34283
  * @remarks
34154
- * The alert contact groups.
34284
+ * None.
34155
34285
  */
34156
34286
  contactGroups?: DescribeContactListResponseBodyContactsContactContactGroups;
34157
34287
  /**
@@ -34166,7 +34296,7 @@ export class DescribeContactListResponseBodyContactsContact extends $tea.Model {
34166
34296
  createTime?: number;
34167
34297
  /**
34168
34298
  * @remarks
34169
- * The description of the alert contact.
34299
+ * The description.
34170
34300
  */
34171
34301
  desc?: string;
34172
34302
  /**
@@ -39360,11 +39490,11 @@ export class DescribeMetricRuleListResponseBodyAlarmsAlarmCompositeExpression ex
39360
39490
  expressionRaw?: string;
39361
39491
  /**
39362
39492
  * @remarks
39363
- * The level of the alert. Valid values:
39493
+ * The alert level. Valid values:
39364
39494
  *
39365
- * * Critical
39366
- * * Warn
39367
- * * Info
39495
+ * * CRITICAL
39496
+ * * WARN
39497
+ * * INFO
39368
39498
  *
39369
39499
  * @example
39370
39500
  * Critical
@@ -39806,11 +39936,11 @@ export class DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheus extends $te
39806
39936
  annotations?: DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheusAnnotations;
39807
39937
  /**
39808
39938
  * @remarks
39809
- * The level of the alert. Valid values:
39939
+ * The alert level. Valid values:
39810
39940
  *
39811
- * * Critical
39812
- * * Warn
39813
- * * Info
39941
+ * * CRITICAL
39942
+ * * WARN
39943
+ * * INFO
39814
39944
  *
39815
39945
  * @example
39816
39946
  * Critical
@@ -39994,9 +40124,9 @@ export class DescribeMetricRuleListResponseBodyAlarmsAlarm extends $tea.Model {
39994
40124
  period?: string;
39995
40125
  /**
39996
40126
  * @remarks
39997
- * The Prometheus alert rule.
40127
+ * The Prometheus alerts.
39998
40128
  *
39999
- * > This parameter is required only when you create a Prometheus alert rule for Hybrid Cloud Monitoring.
40129
+ * > This parameter is required only if you create a Prometheus alert rule for Hybrid Cloud Monitoring.
40000
40130
  */
40001
40131
  prometheus?: DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheus;
40002
40132
  /**
@@ -43581,12 +43711,14 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCitiesIspCit
43581
43711
  * The carrier name.
43582
43712
  */
43583
43713
  ispName?: string;
43714
+ type?: string;
43584
43715
  static names(): { [key: string]: string } {
43585
43716
  return {
43586
43717
  city: 'City',
43587
43718
  cityName: 'CityName',
43588
43719
  isp: 'Isp',
43589
43720
  ispName: 'IspName',
43721
+ type: 'Type',
43590
43722
  };
43591
43723
  }
43592
43724
 
@@ -43596,6 +43728,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCitiesIspCit
43596
43728
  cityName: 'string',
43597
43729
  isp: 'string',
43598
43730
  ispName: 'string',
43731
+ type: 'string',
43599
43732
  };
43600
43733
  }
43601
43734
 
@@ -43982,6 +44115,10 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
43982
44115
  * A
43983
44116
  */
43984
44117
  dnsType?: string;
44118
+ /**
44119
+ * @example
44120
+ * false
44121
+ */
43985
44122
  emptyMessage?: boolean;
43986
44123
  expectExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectExistString;
43987
44124
  expectNonExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectNonExistString;
@@ -44025,6 +44162,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44025
44162
  * get
44026
44163
  */
44027
44164
  httpMethod?: string;
44165
+ /**
44166
+ * @remarks
44167
+ * ip_network indicates the network type of the task. Valid values: v4, v6, and auto. Default value: v4.
44168
+ *
44169
+ * @example
44170
+ * v4
44171
+ */
44028
44172
  ipNetwork?: string;
44029
44173
  /**
44030
44174
  * @example
@@ -44069,6 +44213,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44069
44213
  */
44070
44214
  pingPort?: number;
44071
44215
  /**
44216
+ * @remarks
44217
+ * The PING protocol type. Valid values:
44218
+ *
44219
+ * * icmp
44220
+ * * tcp
44221
+ * * udp
44222
+ *
44072
44223
  * @example
44073
44224
  * icmp,tcp,udp
44074
44225
  */
@@ -44089,7 +44240,18 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44089
44240
  * TCP
44090
44241
  */
44091
44242
  protocol?: string;
44243
+ /**
44244
+ * @remarks
44245
+ * Indicates whether the Quick UDP Internet Connections (QUIC) protocol is used for browser detection. Valid values: true false Default value: false.
44246
+ *
44247
+ * @example
44248
+ * true
44249
+ */
44092
44250
  quicEnabled?: boolean;
44251
+ /**
44252
+ * @remarks
44253
+ * The sites for which the QUIC protocol is forcibly used.
44254
+ */
44093
44255
  quicTarget?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonQuicTarget;
44094
44256
  /**
44095
44257
  * @remarks
@@ -44134,6 +44296,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44134
44296
  * 0
44135
44297
  */
44136
44298
  retryDelay?: number;
44299
+ screenShot?: boolean;
44137
44300
  /**
44138
44301
  * @example
44139
44302
  * false
@@ -44209,6 +44372,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44209
44372
  responseContent: 'response_content',
44210
44373
  responseFormat: 'response_format',
44211
44374
  retryDelay: 'retry_delay',
44375
+ screenShot: 'screen_shot',
44212
44376
  strictMode: 'strict_mode',
44213
44377
  timeOut: 'time_out',
44214
44378
  trafficHijackElementBlacklist: 'traffic_hijack_element_blacklist',
@@ -44261,6 +44425,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44261
44425
  responseContent: 'string',
44262
44426
  responseFormat: 'string',
44263
44427
  retryDelay: 'number',
44428
+ screenShot: 'boolean',
44264
44429
  strictMode: 'boolean',
44265
44430
  timeOut: 'number',
44266
44431
  trafficHijackElementBlacklist: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonTrafficHijackElementBlacklist,
@@ -44277,11 +44442,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
44277
44442
  }
44278
44443
 
44279
44444
  export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig extends $tea.Model {
44445
+ region?: string;
44280
44446
  securityGroupId?: string;
44281
44447
  vpcId?: string;
44282
44448
  vswitchId?: string;
44283
44449
  static names(): { [key: string]: string } {
44284
44450
  return {
44451
+ region: 'Region',
44285
44452
  securityGroupId: 'SecurityGroupId',
44286
44453
  vpcId: 'VpcId',
44287
44454
  vswitchId: 'VswitchId',
@@ -44290,6 +44457,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig exten
44290
44457
 
44291
44458
  static types(): { [key: string]: any } {
44292
44459
  return {
44460
+ region: 'string',
44293
44461
  securityGroupId: 'string',
44294
44462
  vpcId: 'string',
44295
44463
  vswitchId: 'string',
@@ -45165,10 +45333,10 @@ export class DescribeSiteMonitorListResponseBodySiteMonitors extends $tea.Model
45165
45333
  export class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model {
45166
45334
  /**
45167
45335
  * @remarks
45168
- * Indicates whether the second-level monitoring is enabled. Valid values:
45336
+ * Indicates whether second-level monitoring is enabled. Valid values:
45169
45337
  *
45170
- * * true
45171
- * * false
45338
+ * * true: Second-level monitoring is enabled.
45339
+ * * false: Second-level monitoring is disabled.
45172
45340
  *
45173
45341
  * @example
45174
45342
  * false
@@ -45244,6 +45412,127 @@ export class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model {
45244
45412
  }
45245
45413
  }
45246
45414
 
45415
+ export class DescribeSyntheticProbeListResponseBodyIspCityList extends $tea.Model {
45416
+ areaCn?: string;
45417
+ /**
45418
+ * @example
45419
+ * Huabei
45420
+ */
45421
+ areaEn?: string;
45422
+ /**
45423
+ * @example
45424
+ * 738
45425
+ */
45426
+ city?: string;
45427
+ cityCn?: string;
45428
+ /**
45429
+ * @example
45430
+ * Beijing
45431
+ */
45432
+ cityEn?: string;
45433
+ /**
45434
+ * @example
45435
+ * 629
45436
+ */
45437
+ country?: string;
45438
+ countryCn?: string;
45439
+ /**
45440
+ * @example
45441
+ * China
45442
+ */
45443
+ countryEn?: string;
45444
+ /**
45445
+ * @example
45446
+ * 1
45447
+ */
45448
+ idcV4ProbeCount?: number;
45449
+ idcV6ProbeCount?: number;
45450
+ ipPool?: string[];
45451
+ /**
45452
+ * @example
45453
+ * 232
45454
+ */
45455
+ isp?: string;
45456
+ ispCn?: string;
45457
+ /**
45458
+ * @example
45459
+ * China-Unicom
45460
+ */
45461
+ ispEn?: string;
45462
+ /**
45463
+ * @example
45464
+ * 1
45465
+ */
45466
+ lmProbeCount?: number;
45467
+ /**
45468
+ * @example
45469
+ * 1
45470
+ */
45471
+ mbProbeCount?: number;
45472
+ /**
45473
+ * @example
45474
+ * 264
45475
+ */
45476
+ region?: string;
45477
+ regionCn?: string;
45478
+ /**
45479
+ * @example
45480
+ * Jiangxi
45481
+ */
45482
+ regionEn?: string;
45483
+ static names(): { [key: string]: string } {
45484
+ return {
45485
+ areaCn: 'AreaCn',
45486
+ areaEn: 'AreaEn',
45487
+ city: 'City',
45488
+ cityCn: 'CityCn',
45489
+ cityEn: 'CityEn',
45490
+ country: 'Country',
45491
+ countryCn: 'CountryCn',
45492
+ countryEn: 'CountryEn',
45493
+ idcV4ProbeCount: 'IdcV4ProbeCount',
45494
+ idcV6ProbeCount: 'IdcV6ProbeCount',
45495
+ ipPool: 'IpPool',
45496
+ isp: 'Isp',
45497
+ ispCn: 'IspCn',
45498
+ ispEn: 'IspEn',
45499
+ lmProbeCount: 'LmProbeCount',
45500
+ mbProbeCount: 'MbProbeCount',
45501
+ region: 'Region',
45502
+ regionCn: 'RegionCn',
45503
+ regionEn: 'RegionEn',
45504
+ };
45505
+ }
45506
+
45507
+ static types(): { [key: string]: any } {
45508
+ return {
45509
+ areaCn: 'string',
45510
+ areaEn: 'string',
45511
+ city: 'string',
45512
+ cityCn: 'string',
45513
+ cityEn: 'string',
45514
+ country: 'string',
45515
+ countryCn: 'string',
45516
+ countryEn: 'string',
45517
+ idcV4ProbeCount: 'number',
45518
+ idcV6ProbeCount: 'number',
45519
+ ipPool: { 'type': 'array', 'itemType': 'string' },
45520
+ isp: 'string',
45521
+ ispCn: 'string',
45522
+ ispEn: 'string',
45523
+ lmProbeCount: 'number',
45524
+ mbProbeCount: 'number',
45525
+ region: 'string',
45526
+ regionCn: 'string',
45527
+ regionEn: 'string',
45528
+ };
45529
+ }
45530
+
45531
+ constructor(map?: { [key: string]: any }) {
45532
+ super(map);
45533
+ }
45534
+ }
45535
+
45247
45536
  export class DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent extends $tea.Model {
45248
45537
  /**
45249
45538
  * @remarks
@@ -46253,7 +46542,7 @@ export class ModifyHostAvailabilityRequestTaskOption extends $tea.Model {
46253
46542
  httpResponseMatchContent?: string;
46254
46543
  /**
46255
46544
  * @remarks
46256
- * The URI that you want to monitor. This parameter must be specified when TaskType is set to HTTP.
46545
+ * The URI that you want to monitor. This parameter is required if the TaskType parameter is set to HTTP or Telnet.
46257
46546
  *
46258
46547
  * @example
46259
46548
  * https://www.aliyun.com
@@ -46273,7 +46562,7 @@ export class ModifyHostAvailabilityRequestTaskOption extends $tea.Model {
46273
46562
  * @remarks
46274
46563
  * The domain name or IP address that you want to monitor.
46275
46564
  *
46276
- * > This parameter must be specified when TaskType is set to PING or TELNET. For more information about how to configure the TaskType parameter, see [CreateHostAvailability](https://help.aliyun.com/document_detail/115317.html).
46565
+ * > This parameter is required if the TaskType parameter is set to PING. For more information about how to set the TaskType parameter, see [CreateHostAvailability](https://help.aliyun.com/document_detail/115317.html).
46277
46566
  *
46278
46567
  * @example
46279
46568
  * www.aliyun.com
@@ -49157,6 +49446,7 @@ export class PutResourceMetricRuleRequestEscalationsCritical extends $tea.Model
49157
49446
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49158
49447
  * * LessThanThreshold: less than the threshold
49159
49448
  * * NotEqualToThreshold: not equal to the threshold
49449
+ * * EqualToThreshold: equal to the threshold
49160
49450
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49161
49451
  * * LessThanYesterday: less than the metric value at the same time yesterday
49162
49452
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49235,6 +49525,7 @@ export class PutResourceMetricRuleRequestEscalationsInfo extends $tea.Model {
49235
49525
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49236
49526
  * * LessThanThreshold: less than the threshold
49237
49527
  * * NotEqualToThreshold: not equal to the threshold
49528
+ * * EqualToThreshold: equal to the threshold
49238
49529
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49239
49530
  * * LessThanYesterday: less than the metric value at the same time yesterday
49240
49531
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49313,6 +49604,7 @@ export class PutResourceMetricRuleRequestEscalationsWarn extends $tea.Model {
49313
49604
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49314
49605
  * * LessThanThreshold: less than the threshold
49315
49606
  * * NotEqualToThreshold: not equal to the threshold
49607
+ * * EqualToThreshold: equal to the threshold
49316
49608
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49317
49609
  * * LessThanYesterday: less than the metric value at the same time yesterday
49318
49610
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49416,6 +49708,7 @@ export class PutResourceMetricRuleRequestCompositeExpressionExpressionList exten
49416
49708
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49417
49709
  * * LessThanThreshold: less than the threshold
49418
49710
  * * NotEqualToThreshold: not equal to the threshold
49711
+ * * EqualToThreshold: equal to the threshold
49419
49712
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49420
49713
  * * LessThanYesterday: less than the metric value at the same time yesterday
49421
49714
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49712,6 +50005,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsCritical extends $tea.
49712
50005
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49713
50006
  * * LessThanThreshold: less than the threshold
49714
50007
  * * NotEqualToThreshold: not equal to the threshold
50008
+ * * EqualToThreshold: equal to the threshold
49715
50009
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49716
50010
  * * LessThanYesterday: less than the metric value at the same time yesterday
49717
50011
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49790,6 +50084,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsInfo extends $tea.Mode
49790
50084
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49791
50085
  * * LessThanThreshold: less than the threshold
49792
50086
  * * NotEqualToThreshold: not equal to the threshold
50087
+ * * EqualToThreshold: equal to the threshold
49793
50088
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49794
50089
  * * LessThanYesterday: less than the metric value at the same time yesterday
49795
50090
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -49868,6 +50163,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsWarn extends $tea.Mode
49868
50163
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
49869
50164
  * * LessThanThreshold: less than the threshold
49870
50165
  * * NotEqualToThreshold: not equal to the threshold
50166
+ * * EqualToThreshold: equal to the threshold
49871
50167
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
49872
50168
  * * LessThanYesterday: less than the metric value at the same time yesterday
49873
50169
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -54117,10 +54413,10 @@ export default class Client extends OpenApi {
54117
54413
  }
54118
54414
 
54119
54415
  /**
54120
- * Queries the reported custom metrics of a cloud service.
54416
+ * Queries the reported monitoring data.
54121
54417
  *
54122
54418
  * @remarks
54123
- * > You can call the DescribeMetricList operation to query the metrics of a cloud service. For more information, see [DescribeMetricList](https://help.aliyun.com/document_detail/51936.html).
54419
+ * > You can call the DescribeMetricList operation to query the metrics of cloud services. For more information, see [DescribeMetricList](https://help.aliyun.com/document_detail/51936.html).
54124
54420
  *
54125
54421
  * @param request - DescribeCustomMetricListRequest
54126
54422
  * @param runtime - runtime options for this request RuntimeOptions
@@ -54171,10 +54467,10 @@ export default class Client extends OpenApi {
54171
54467
  }
54172
54468
 
54173
54469
  /**
54174
- * Queries the reported custom metrics of a cloud service.
54470
+ * Queries the reported monitoring data.
54175
54471
  *
54176
54472
  * @remarks
54177
- * > You can call the DescribeMetricList operation to query the metrics of a cloud service. For more information, see [DescribeMetricList](https://help.aliyun.com/document_detail/51936.html).
54473
+ * > You can call the DescribeMetricList operation to query the metrics of cloud services. For more information, see [DescribeMetricList](https://help.aliyun.com/document_detail/51936.html).
54178
54474
  *
54179
54475
  * @param request - DescribeCustomMetricListRequest
54180
54476
  * @returns DescribeCustomMetricListResponse
@@ -56675,6 +56971,8 @@ export default class Client extends OpenApi {
56675
56971
  }
56676
56972
 
56677
56973
  /**
56974
+ * Queries the fine-grained monitoring data of a site monitoring task.
56975
+ *
56678
56976
  * @param request - DescribeSiteMonitorDataRequest
56679
56977
  * @param runtime - runtime options for this request RuntimeOptions
56680
56978
  * @returns DescribeSiteMonitorDataResponse
@@ -56732,6 +57030,8 @@ export default class Client extends OpenApi {
56732
57030
  }
56733
57031
 
56734
57032
  /**
57033
+ * Queries the fine-grained monitoring data of a site monitoring task.
57034
+ *
56735
57035
  * @param request - DescribeSiteMonitorDataRequest
56736
57036
  * @returns DescribeSiteMonitorDataResponse
56737
57037
  */
@@ -56967,6 +57267,8 @@ export default class Client extends OpenApi {
56967
57267
  }
56968
57268
 
56969
57269
  /**
57270
+ * Queries the quotas and version of site monitoring.
57271
+ *
56970
57272
  * @param request - DescribeSiteMonitorQuotaRequest
56971
57273
  * @param runtime - runtime options for this request RuntimeOptions
56972
57274
  * @returns DescribeSiteMonitorQuotaResponse
@@ -56989,6 +57291,8 @@ export default class Client extends OpenApi {
56989
57291
  }
56990
57292
 
56991
57293
  /**
57294
+ * Queries the quotas and version of site monitoring.
57295
+ *
56992
57296
  * @param request - DescribeSiteMonitorQuotaRequest
56993
57297
  * @returns DescribeSiteMonitorQuotaResponse
56994
57298
  */
@@ -56998,8 +57302,10 @@ export default class Client extends OpenApi {
56998
57302
  }
56999
57303
 
57000
57304
  /**
57305
+ * Queries the statistics of a specified metric for a specified site monitoring task.
57306
+ *
57001
57307
  * @remarks
57002
- * This topic provides an example to show how to query the statistics of the `Availability` metric for a site monitoring task whose ID is `ef4cdc8b-9dc7-43e7-810e-f950e56c****`. The result indicates that the availability rate of the site is `100%`.
57308
+ * This topic provides an example on how to query the statistics of the `Availability` metric for a site monitoring task whose ID is `ef4cdc8b-9dc7-43e7-810e-f950e56c****`. The result indicates that the availability rate of the site is `100%`.
57003
57309
  *
57004
57310
  * @param request - DescribeSiteMonitorStatisticsRequest
57005
57311
  * @param runtime - runtime options for this request RuntimeOptions
@@ -57042,8 +57348,10 @@ export default class Client extends OpenApi {
57042
57348
  }
57043
57349
 
57044
57350
  /**
57351
+ * Queries the statistics of a specified metric for a specified site monitoring task.
57352
+ *
57045
57353
  * @remarks
57046
- * This topic provides an example to show how to query the statistics of the `Availability` metric for a site monitoring task whose ID is `ef4cdc8b-9dc7-43e7-810e-f950e56c****`. The result indicates that the availability rate of the site is `100%`.
57354
+ * This topic provides an example on how to query the statistics of the `Availability` metric for a site monitoring task whose ID is `ef4cdc8b-9dc7-43e7-810e-f950e56c****`. The result indicates that the availability rate of the site is `100%`.
57047
57355
  *
57048
57356
  * @param request - DescribeSiteMonitorStatisticsRequest
57049
57357
  * @returns DescribeSiteMonitorStatisticsResponse
@@ -57053,6 +57361,76 @@ export default class Client extends OpenApi {
57053
57361
  return await this.describeSiteMonitorStatisticsWithOptions(request, runtime);
57054
57362
  }
57055
57363
 
57364
+ /**
57365
+ * 查询拨测探测节点列表
57366
+ *
57367
+ * @param request - DescribeSyntheticProbeListRequest
57368
+ * @param runtime - runtime options for this request RuntimeOptions
57369
+ * @returns DescribeSyntheticProbeListResponse
57370
+ */
57371
+ async describeSyntheticProbeListWithOptions(request: DescribeSyntheticProbeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSyntheticProbeListResponse> {
57372
+ Util.validateModel(request);
57373
+ let query = { };
57374
+ if (!Util.isUnset(request.city)) {
57375
+ query["City"] = request.city;
57376
+ }
57377
+
57378
+ if (!Util.isUnset(request.idcProbe)) {
57379
+ query["IdcProbe"] = request.idcProbe;
57380
+ }
57381
+
57382
+ if (!Util.isUnset(request.ipv4)) {
57383
+ query["Ipv4"] = request.ipv4;
57384
+ }
57385
+
57386
+ if (!Util.isUnset(request.ipv6)) {
57387
+ query["Ipv6"] = request.ipv6;
57388
+ }
57389
+
57390
+ if (!Util.isUnset(request.isp)) {
57391
+ query["Isp"] = request.isp;
57392
+ }
57393
+
57394
+ if (!Util.isUnset(request.lmProbe)) {
57395
+ query["LmProbe"] = request.lmProbe;
57396
+ }
57397
+
57398
+ if (!Util.isUnset(request.mbProbe)) {
57399
+ query["MbProbe"] = request.mbProbe;
57400
+ }
57401
+
57402
+ if (!Util.isUnset(request.viewAll)) {
57403
+ query["ViewAll"] = request.viewAll;
57404
+ }
57405
+
57406
+ let req = new $OpenApi.OpenApiRequest({
57407
+ query: OpenApiUtil.query(query),
57408
+ });
57409
+ let params = new $OpenApi.Params({
57410
+ action: "DescribeSyntheticProbeList",
57411
+ version: "2019-01-01",
57412
+ protocol: "HTTPS",
57413
+ pathname: "/",
57414
+ method: "POST",
57415
+ authType: "AK",
57416
+ style: "RPC",
57417
+ reqBodyType: "formData",
57418
+ bodyType: "json",
57419
+ });
57420
+ return $tea.cast<DescribeSyntheticProbeListResponse>(await this.callApi(params, req, runtime), new DescribeSyntheticProbeListResponse({}));
57421
+ }
57422
+
57423
+ /**
57424
+ * 查询拨测探测节点列表
57425
+ *
57426
+ * @param request - DescribeSyntheticProbeListRequest
57427
+ * @returns DescribeSyntheticProbeListResponse
57428
+ */
57429
+ async describeSyntheticProbeList(request: DescribeSyntheticProbeListRequest): Promise<DescribeSyntheticProbeListResponse> {
57430
+ let runtime = new $Util.RuntimeOptions({ });
57431
+ return await this.describeSyntheticProbeListWithOptions(request, runtime);
57432
+ }
57433
+
57056
57434
  /**
57057
57435
  * Queries the details of a system event.
57058
57436
  *
@@ -57573,6 +57951,8 @@ export default class Client extends OpenApi {
57573
57951
  }
57574
57952
 
57575
57953
  /**
57954
+ * Disables alert rules.
57955
+ *
57576
57956
  * @param request - DisableMetricRulesRequest
57577
57957
  * @param runtime - runtime options for this request RuntimeOptions
57578
57958
  * @returns DisableMetricRulesResponse
@@ -57602,6 +57982,8 @@ export default class Client extends OpenApi {
57602
57982
  }
57603
57983
 
57604
57984
  /**
57985
+ * Disables alert rules.
57986
+ *
57605
57987
  * @param request - DisableMetricRulesRequest
57606
57988
  * @returns DisableMetricRulesResponse
57607
57989
  */
@@ -57611,6 +57993,8 @@ export default class Client extends OpenApi {
57611
57993
  }
57612
57994
 
57613
57995
  /**
57996
+ * Disables site monitoring tasks.
57997
+ *
57614
57998
  * @param request - DisableSiteMonitorsRequest
57615
57999
  * @param runtime - runtime options for this request RuntimeOptions
57616
58000
  * @returns DisableSiteMonitorsResponse
@@ -57640,6 +58024,8 @@ export default class Client extends OpenApi {
57640
58024
  }
57641
58025
 
57642
58026
  /**
58027
+ * Disables site monitoring tasks.
58028
+ *
57643
58029
  * @param request - DisableSiteMonitorsRequest
57644
58030
  * @returns DisableSiteMonitorsResponse
57645
58031
  */
@@ -57851,6 +58237,8 @@ export default class Client extends OpenApi {
57851
58237
  }
57852
58238
 
57853
58239
  /**
58240
+ * Enables site monitoring tasks.
58241
+ *
57854
58242
  * @param request - EnableSiteMonitorsRequest
57855
58243
  * @param runtime - runtime options for this request RuntimeOptions
57856
58244
  * @returns EnableSiteMonitorsResponse
@@ -57880,6 +58268,8 @@ export default class Client extends OpenApi {
57880
58268
  }
57881
58269
 
57882
58270
  /**
58271
+ * Enables site monitoring tasks.
58272
+ *
57883
58273
  * @param request - EnableSiteMonitorsRequest
57884
58274
  * @returns EnableSiteMonitorsResponse
57885
58275
  */
@@ -59727,7 +60117,7 @@ export default class Client extends OpenApi {
59727
60117
  }
59728
60118
 
59729
60119
  /**
59730
- * Creates an alert rule for a metric of a resource.
60120
+ * Configures an alert rule.
59731
60121
  *
59732
60122
  * @remarks
59733
60123
  * This topic provides an example on how to create a threshold-triggered alert rule for the `cpu_total` metric of an Elastic Compute Service (ECS) instance whose ID is `i-uf6j91r34rnwawoo****`. The namespace of ECS metrics is `acs_ecs_dashboard`. The alert contact group of the alert rule is `ECS_Group`. The name of the alert rule is `test123`. The ID of the alert rule is `a151cd6023eacee2f0978e03863cc1697c89508****`. The statistical method for Critical-level alerts is `Average`. The comparison operator for Critical-level alerts is `GreaterThanOrEqualToThreshold`. The threshold for Critical-level alerts is `90`. The consecutive number of times for which the metric value meets the trigger condition before a Critical-level alert is triggered is `3`.
@@ -59839,7 +60229,7 @@ export default class Client extends OpenApi {
59839
60229
  }
59840
60230
 
59841
60231
  /**
59842
- * Creates an alert rule for a metric of a resource.
60232
+ * Configures an alert rule.
59843
60233
  *
59844
60234
  * @remarks
59845
60235
  * This topic provides an example on how to create a threshold-triggered alert rule for the `cpu_total` metric of an Elastic Compute Service (ECS) instance whose ID is `i-uf6j91r34rnwawoo****`. The namespace of ECS metrics is `acs_ecs_dashboard`. The alert contact group of the alert rule is `ECS_Group`. The name of the alert rule is `test123`. The ID of the alert rule is `a151cd6023eacee2f0978e03863cc1697c89508****`. The statistical method for Critical-level alerts is `Average`. The comparison operator for Critical-level alerts is `GreaterThanOrEqualToThreshold`. The threshold for Critical-level alerts is `90`. The consecutive number of times for which the metric value meets the trigger condition before a Critical-level alert is triggered is `3`.