@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/dist/client.d.ts CHANGED
@@ -955,6 +955,8 @@ export declare class CreateDynamicTagGroupRequest extends $tea.Model {
955
955
  enableSubscribeEvent?: boolean;
956
956
  /**
957
957
  * @remarks
958
+ * The conditional expressions used to create an application group based on the tag.
959
+ *
958
960
  * This parameter is required.
959
961
  */
960
962
  matchExpress?: CreateDynamicTagGroupRequestMatchExpress[];
@@ -2258,10 +2260,10 @@ export declare class CreateMetricRuleBlackListResponse extends $tea.Model {
2258
2260
  export declare class CreateMetricRuleResourcesRequest extends $tea.Model {
2259
2261
  /**
2260
2262
  * @remarks
2261
- * Specifies whether to overwrite the existing data. Valid values:
2263
+ * Specifies whether to overwrite existing resources. Valid values:
2262
2264
  *
2263
- * * true: The resources submitted this time will overwrite the previous associated resources.
2264
- * * 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.
2265
+ * * true: The resources submitted this time overwrite the previously associated resources.
2266
+ * * 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.
2265
2267
  *
2266
2268
  * @example
2267
2269
  * false
@@ -2269,7 +2271,7 @@ export declare class CreateMetricRuleResourcesRequest extends $tea.Model {
2269
2271
  overwrite?: string;
2270
2272
  /**
2271
2273
  * @remarks
2272
- * The resources to be associated with the alert rule. The value is a JSON array.
2274
+ * The resources that are associated with the alert rule. Set the value to a JSON array.
2273
2275
  *
2274
2276
  * > You can add up to 100 resources each time. An alert rule can be associated with up to 3,000 resources.
2275
2277
  *
@@ -2300,9 +2302,9 @@ export declare class CreateMetricRuleResourcesRequest extends $tea.Model {
2300
2302
  export declare class CreateMetricRuleResourcesResponseBody extends $tea.Model {
2301
2303
  /**
2302
2304
  * @remarks
2303
- * The HTTP status code.
2305
+ * The response code.
2304
2306
  *
2305
- * > The status code 200 indicates that the call was successful.
2307
+ * > The status code 200 indicates that the request was successful.
2306
2308
  *
2307
2309
  * @example
2308
2310
  * 200
@@ -2318,7 +2320,7 @@ export declare class CreateMetricRuleResourcesResponseBody extends $tea.Model {
2318
2320
  message?: string;
2319
2321
  /**
2320
2322
  * @remarks
2321
- * The ID of the request.
2323
+ * The request ID.
2322
2324
  *
2323
2325
  * @example
2324
2326
  * 0671A721-0D7A-4F11-BB77-2416325D65AB
@@ -2326,7 +2328,7 @@ export declare class CreateMetricRuleResourcesResponseBody extends $tea.Model {
2326
2328
  requestId?: string;
2327
2329
  /**
2328
2330
  * @remarks
2329
- * Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.
2331
+ * Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
2330
2332
  *
2331
2333
  * @example
2332
2334
  * true
@@ -3237,9 +3239,9 @@ export declare class CreateSiteMonitorRequest extends $tea.Model {
3237
3239
  taskName?: string;
3238
3240
  /**
3239
3241
  * @remarks
3240
- * The type of the site monitoring task.
3242
+ * The protocol that is used by the site monitoring task.
3241
3243
  *
3242
- * Valid values: HTTP, HTTPS, PING, TCP, UDP, DNS, SMTP, POP3, and FTP.
3244
+ * Valid values: HTTP, HTTPS, PING, TCP, UDP, DNS, SMTP, POP3, FTP, and WEBSOCKET.
3243
3245
  *
3244
3246
  * This parameter is required.
3245
3247
  *
@@ -4931,7 +4933,7 @@ export declare class DeleteMetricRuleBlackListResponse extends $tea.Model {
4931
4933
  export declare class DeleteMetricRuleResourcesRequest extends $tea.Model {
4932
4934
  /**
4933
4935
  * @remarks
4934
- * The resources to be disassociated from the alert rule.
4936
+ * The resources that are associated with the alert rule.
4935
4937
  *
4936
4938
  * This parameter is required.
4937
4939
  *
@@ -4962,9 +4964,9 @@ export declare class DeleteMetricRuleResourcesRequest extends $tea.Model {
4962
4964
  export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
4963
4965
  /**
4964
4966
  * @remarks
4965
- * The HTTP status code.
4967
+ * The responses code.
4966
4968
  *
4967
- * > The status code 200 indicates that the call was successful.
4969
+ * > The status code 200 indicates that the request was successful.
4968
4970
  *
4969
4971
  * @example
4970
4972
  * 200
@@ -4972,7 +4974,7 @@ export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
4972
4974
  code?: string;
4973
4975
  /**
4974
4976
  * @remarks
4975
- * The returned message.
4977
+ * The error message.
4976
4978
  *
4977
4979
  * @example
4978
4980
  * The alert does not exist.
@@ -4980,7 +4982,7 @@ export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
4980
4982
  message?: string;
4981
4983
  /**
4982
4984
  * @remarks
4983
- * The ID of the request.
4985
+ * The request ID.
4984
4986
  *
4985
4987
  * @example
4986
4988
  * D8A35882-90C6-4F03-BBEB-153C180398EA
@@ -4988,10 +4990,10 @@ export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
4988
4990
  requestId?: string;
4989
4991
  /**
4990
4992
  * @remarks
4991
- * Indicates whether the call was successful. Valid values:
4993
+ * Indicates whether the request was successful. Valid values:
4992
4994
  *
4993
- * * true: The call was successful.
4994
- * * false: The call failed.
4995
+ * * true
4996
+ * * false
4995
4997
  *
4996
4998
  * @example
4997
4999
  * true
@@ -7326,7 +7328,7 @@ export declare class DescribeContactListRequest extends $tea.Model {
7326
7328
  contactName?: string;
7327
7329
  /**
7328
7330
  * @remarks
7329
- * The number of the page to return.
7331
+ * The page number.
7330
7332
  *
7331
7333
  * Default value: 1.
7332
7334
  *
@@ -7336,7 +7338,7 @@ export declare class DescribeContactListRequest extends $tea.Model {
7336
7338
  pageNumber?: number;
7337
7339
  /**
7338
7340
  * @remarks
7339
- * The number of entries to return on each page.
7341
+ * The number of entries per page.
7340
7342
  *
7341
7343
  * Default value: 100.
7342
7344
  *
@@ -7360,7 +7362,7 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
7360
7362
  * @remarks
7361
7363
  * The HTTP status code.
7362
7364
  *
7363
- * > The status code 200 indicates that the call was successful.
7365
+ * > The status code 200 indicates that the request was successful.
7364
7366
  *
7365
7367
  * @example
7366
7368
  * 200
@@ -7373,7 +7375,7 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
7373
7375
  contacts?: DescribeContactListResponseBodyContacts;
7374
7376
  /**
7375
7377
  * @remarks
7376
- * The error message.
7378
+ * The error message returned.
7377
7379
  *
7378
7380
  * @example
7379
7381
  * The Request is not authorization.
@@ -7381,7 +7383,7 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
7381
7383
  message?: string;
7382
7384
  /**
7383
7385
  * @remarks
7384
- * The ID of the request.
7386
+ * The request ID.
7385
7387
  *
7386
7388
  * @example
7387
7389
  * 06D5ECC2-B9BE-42A4-8FA3-1A610FB08B83
@@ -7389,10 +7391,10 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
7389
7391
  requestId?: string;
7390
7392
  /**
7391
7393
  * @remarks
7392
- * Indicates whether the call was successful. Valid values:
7394
+ * Indicates whether the request was successful. Valid values:
7393
7395
  *
7394
- * * true: The call was successful.
7395
- * * false: The call failed.
7396
+ * * true: The request was successful.
7397
+ * * false: The request failed.
7396
7398
  *
7397
7399
  * @example
7398
7400
  * true
@@ -7400,7 +7402,7 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
7400
7402
  success?: boolean;
7401
7403
  /**
7402
7404
  * @remarks
7403
- * The total number of returned entries.
7405
+ * The total number of entries returned.
7404
7406
  *
7405
7407
  * @example
7406
7408
  * 15
@@ -7956,7 +7958,7 @@ export declare class DescribeCustomEventHistogramResponse extends $tea.Model {
7956
7958
  export declare class DescribeCustomMetricListRequest extends $tea.Model {
7957
7959
  /**
7958
7960
  * @remarks
7959
- * The dimensions that specify the resources for which you want to query custom metrics.
7961
+ * The dimensions based on which the resources are queried.
7960
7962
  *
7961
7963
  * @example
7962
7964
  * {sampleName1=value1&sampleName2=value2}
@@ -7966,7 +7968,7 @@ export declare class DescribeCustomMetricListRequest extends $tea.Model {
7966
7968
  * @remarks
7967
7969
  * The ID of the application group.
7968
7970
  *
7969
- * For more information, see [DescribeMonitorGroups](https://help.aliyun.com/document_detail/115032.html).
7971
+ * For information about how to query the IDs of application groups, see [DescribeMonitorGroups](https://help.aliyun.com/document_detail/115032.html).
7970
7972
  *
7971
7973
  * @example
7972
7974
  * 7378****
@@ -7974,7 +7976,7 @@ export declare class DescribeCustomMetricListRequest extends $tea.Model {
7974
7976
  groupId?: string;
7975
7977
  /**
7976
7978
  * @remarks
7977
- * 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.
7979
+ * 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.
7978
7980
  *
7979
7981
  * @example
7980
7982
  * 97c25982d9745a231276bff27469****
@@ -7990,7 +7992,7 @@ export declare class DescribeCustomMetricListRequest extends $tea.Model {
7990
7992
  metricName?: string;
7991
7993
  /**
7992
7994
  * @remarks
7993
- * The number of the page to return.
7995
+ * The page number.
7994
7996
  *
7995
7997
  * Pages start from page 1. Default value: 1.
7996
7998
  *
@@ -8000,7 +8002,7 @@ export declare class DescribeCustomMetricListRequest extends $tea.Model {
8000
8002
  pageNumber?: string;
8001
8003
  /**
8002
8004
  * @remarks
8003
- * The number of entries to return on each page.
8005
+ * The number of entries per page.
8004
8006
  *
8005
8007
  * Pages start from page 1. Default value: 10.
8006
8008
  *
@@ -8022,9 +8024,9 @@ export declare class DescribeCustomMetricListRequest extends $tea.Model {
8022
8024
  export declare class DescribeCustomMetricListResponseBody extends $tea.Model {
8023
8025
  /**
8024
8026
  * @remarks
8025
- * The HTTP status code.
8027
+ * The responses code.
8026
8028
  *
8027
- * > The value 200 indicates that the call is successful.
8029
+ * > The status code 200 indicates that the request was successful.
8028
8030
  *
8029
8031
  * @example
8030
8032
  * 200
@@ -8040,7 +8042,7 @@ export declare class DescribeCustomMetricListResponseBody extends $tea.Model {
8040
8042
  message?: string;
8041
8043
  /**
8042
8044
  * @remarks
8043
- * The ID of the request.
8045
+ * The request ID.
8044
8046
  *
8045
8047
  * @example
8046
8048
  * 1AF425E4-1DEA-54F2-910A-8117C9686140
@@ -10883,7 +10885,7 @@ export declare class DescribeMetricRuleBlackListResponse extends $tea.Model {
10883
10885
  export declare class DescribeMetricRuleCountRequest extends $tea.Model {
10884
10886
  /**
10885
10887
  * @remarks
10886
- * The name of the metric. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
10888
+ * The metric name. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
10887
10889
  *
10888
10890
  * @example
10889
10891
  * cpu_total
@@ -10891,7 +10893,7 @@ export declare class DescribeMetricRuleCountRequest extends $tea.Model {
10891
10893
  metricName?: string;
10892
10894
  /**
10893
10895
  * @remarks
10894
- * The namespace of the service. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
10896
+ * The namespace of the cloud service. For more information, see [Appendix 1: Metrics](https://help.aliyun.com/document_detail/163515.html).
10895
10897
  *
10896
10898
  * @example
10897
10899
  * acs_ecs_dashboard
@@ -10911,9 +10913,9 @@ export declare class DescribeMetricRuleCountRequest extends $tea.Model {
10911
10913
  export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
10912
10914
  /**
10913
10915
  * @remarks
10914
- * The HTTP status code.
10916
+ * The responses code.
10915
10917
  *
10916
- * > The status code 200 indicates that the call was successful.
10918
+ * > The status code 200 indicates that the request was successful.
10917
10919
  *
10918
10920
  * @example
10919
10921
  * 200
@@ -10921,7 +10923,7 @@ export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
10921
10923
  code?: string;
10922
10924
  /**
10923
10925
  * @remarks
10924
- * The returned message.
10926
+ * The error message.
10925
10927
  *
10926
10928
  * @example
10927
10929
  * The Request is not authorization.
@@ -10934,7 +10936,7 @@ export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
10934
10936
  metricRuleCount?: DescribeMetricRuleCountResponseBodyMetricRuleCount;
10935
10937
  /**
10936
10938
  * @remarks
10937
- * The ID of the request.
10939
+ * The request ID.
10938
10940
  *
10939
10941
  * @example
10940
10942
  * FF38D33A-67C1-40EB-AB65-FAEE51EDB644
@@ -10942,10 +10944,10 @@ export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
10942
10944
  requestId?: string;
10943
10945
  /**
10944
10946
  * @remarks
10945
- * Indicates whether the call was successful. Valid values:
10947
+ * Indicates whether the request was successful. Valid values:
10946
10948
  *
10947
- * * true: The call was successful.
10948
- * * false: The call failed.
10949
+ * * true
10950
+ * * false
10949
10951
  *
10950
10952
  * @example
10951
10953
  * true
@@ -11093,7 +11095,7 @@ export declare class DescribeMetricRuleListRequest extends $tea.Model {
11093
11095
  export declare class DescribeMetricRuleListResponseBody extends $tea.Model {
11094
11096
  /**
11095
11097
  * @remarks
11096
- * The details of the alert rules.
11098
+ * The alert rules.
11097
11099
  */
11098
11100
  alarms?: DescribeMetricRuleListResponseBodyAlarms;
11099
11101
  /**
@@ -13855,10 +13857,10 @@ export declare class DescribeSiteMonitorAttributeResponse extends $tea.Model {
13855
13857
  export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13856
13858
  /**
13857
13859
  * @remarks
13858
- * The end of the time range for the query. Supported formats:
13860
+ * The end of the time range to query. The following formats are supported:
13859
13861
  *
13860
- * * 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.
13861
- * * Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
13862
+ * * UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 UTC on Thursday, January 1, 1970.
13863
+ * * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format.
13862
13864
  *
13863
13865
  * @example
13864
13866
  * 1551581437000
@@ -13874,7 +13876,7 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13874
13876
  length?: number;
13875
13877
  /**
13876
13878
  * @remarks
13877
- * The name of the metric. Valid values:
13879
+ * The metric name. Valid values:
13878
13880
  *
13879
13881
  * * Availability
13880
13882
  * * ResponseTime
@@ -13887,7 +13889,7 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13887
13889
  metricName?: string;
13888
13890
  /**
13889
13891
  * @remarks
13890
- * The pagination cursor.
13892
+ * The pagination token.
13891
13893
  *
13892
13894
  * @example
13893
13895
  * 49f7b317-7645-4cc9-94fd-ea42e5220930ea42e5220930ea42e522****
@@ -13895,7 +13897,7 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13895
13897
  nextToken?: string;
13896
13898
  /**
13897
13899
  * @remarks
13898
- * The interval at which monitoring data is returned. The value is an integral multiple of 60. Unit: seconds.
13900
+ * The statistical period. The value is an integral multiple of 60. Unit: seconds.
13899
13901
  *
13900
13902
  * > The default value equals the minimum interval at which detection requests are sent to the monitored address.
13901
13903
  *
@@ -13906,10 +13908,10 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13906
13908
  regionId?: string;
13907
13909
  /**
13908
13910
  * @remarks
13909
- * The beginning of the time range for the query. Supported formats:
13911
+ * The start of the time range to query. The following formats are supported:
13910
13912
  *
13911
- * * 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.
13912
- * * Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
13913
+ * * UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 UTC on Thursday, January 1, 1970.
13914
+ * * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format.
13913
13915
  *
13914
13916
  * @example
13915
13917
  * 1551579637000
@@ -13917,7 +13919,7 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13917
13919
  startTime?: string;
13918
13920
  /**
13919
13921
  * @remarks
13920
- * The ID of the site monitoring task.
13922
+ * The job ID.
13921
13923
  *
13922
13924
  * This parameter is required.
13923
13925
  *
@@ -13949,9 +13951,9 @@ export declare class DescribeSiteMonitorDataRequest extends $tea.Model {
13949
13951
  export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
13950
13952
  /**
13951
13953
  * @remarks
13952
- * The HTTP status code.
13954
+ * The responses code.
13953
13955
  *
13954
- * > The status code 200 indicates that the call was successful.
13956
+ * > The status code 200 indicates that the request was successful.
13955
13957
  *
13956
13958
  * @example
13957
13959
  * 200
@@ -13959,7 +13961,7 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
13959
13961
  code?: string;
13960
13962
  /**
13961
13963
  * @remarks
13962
- * The returned monitoring data.
13964
+ * The monitoring data.
13963
13965
  *
13964
13966
  * @example
13965
13967
  * [{"Maximum":247,"Mimimum":61,"Average":154,"userId":"127067667954****","taskId":"49f7b317-7645-4cc9-94fd-ea42e522****","timestamp":1551581760000}]
@@ -13975,7 +13977,7 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
13975
13977
  message?: string;
13976
13978
  /**
13977
13979
  * @remarks
13978
- * The pagination cursor.
13980
+ * The pagination token.
13979
13981
  *
13980
13982
  * @example
13981
13983
  * ea42e5220930ea42e522****
@@ -13983,7 +13985,7 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
13983
13985
  nextToken?: string;
13984
13986
  /**
13985
13987
  * @remarks
13986
- * The ID of the request.
13988
+ * The request ID.
13987
13989
  *
13988
13990
  * @example
13989
13991
  * 3febb181-0d98-4af9-8b04-7faf36b048b9
@@ -13991,7 +13993,7 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
13991
13993
  requestId?: string;
13992
13994
  /**
13993
13995
  * @remarks
13994
- * Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.
13996
+ * Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
13995
13997
  *
13996
13998
  * @example
13997
13999
  * true
@@ -14311,20 +14313,10 @@ export declare class DescribeSiteMonitorListResponse extends $tea.Model {
14311
14313
  }
14312
14314
  export declare class DescribeSiteMonitorLogRequest extends $tea.Model {
14313
14315
  /**
14314
- * @remarks
14315
- * 浏览器类型。
14316
- *
14317
14316
  * @example
14318
14317
  * Chrome
14319
14318
  */
14320
14319
  browser?: string;
14321
- /**
14322
- * @remarks
14323
- * 该参数已废弃,无需关注。
14324
- *
14325
- * @example
14326
- * 无
14327
- */
14328
14320
  browserInfo?: string;
14329
14321
  /**
14330
14322
  * @remarks
@@ -14335,9 +14327,6 @@ export declare class DescribeSiteMonitorLogRequest extends $tea.Model {
14335
14327
  */
14336
14328
  city?: string;
14337
14329
  /**
14338
- * @remarks
14339
- * 设备类型(模拟屏幕大小类型)。
14340
- *
14341
14330
  * @example
14342
14331
  * laptop
14343
14332
  */
@@ -14533,9 +14522,9 @@ export declare class DescribeSiteMonitorQuotaRequest extends $tea.Model {
14533
14522
  export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
14534
14523
  /**
14535
14524
  * @remarks
14536
- * The HTTP status code.
14525
+ * The responses code.
14537
14526
  *
14538
- * > The status code 200 indicates that the call was successful.
14527
+ * > The status code 200 indicates that the request was successful.
14539
14528
  *
14540
14529
  * @example
14541
14530
  * 200
@@ -14543,7 +14532,7 @@ export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
14543
14532
  code?: string;
14544
14533
  /**
14545
14534
  * @remarks
14546
- * The quotas and version of site monitoring.
14535
+ * The quota.
14547
14536
  */
14548
14537
  data?: DescribeSiteMonitorQuotaResponseBodyData;
14549
14538
  /**
@@ -14553,7 +14542,7 @@ export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
14553
14542
  message?: string;
14554
14543
  /**
14555
14544
  * @remarks
14556
- * The ID of the request.
14545
+ * The request ID.
14557
14546
  *
14558
14547
  * @example
14559
14548
  * 26860260-76C6-404E-AB7A-EB98D36A6885
@@ -14561,10 +14550,10 @@ export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
14561
14550
  requestId?: string;
14562
14551
  /**
14563
14552
  * @remarks
14564
- * Indicates whether the call was successful. Valid values:
14553
+ * Indicates whether the request was successful. Valid values:
14565
14554
  *
14566
- * * true: The call was successful.
14567
- * * false: The call failed.
14555
+ * * true
14556
+ * * false
14568
14557
  *
14569
14558
  * @example
14570
14559
  * true
@@ -14599,7 +14588,7 @@ export declare class DescribeSiteMonitorQuotaResponse extends $tea.Model {
14599
14588
  export declare class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
14600
14589
  /**
14601
14590
  * @remarks
14602
- * The name of the metric. Valid values:
14591
+ * The metric name. Valid values:
14603
14592
  *
14604
14593
  * * Availability
14605
14594
  * * ErrorRate
@@ -14614,7 +14603,7 @@ export declare class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
14614
14603
  regionId?: string;
14615
14604
  /**
14616
14605
  * @remarks
14617
- * The timestamp that specifies the beginning of the time range to query.
14606
+ * The beginning of the time range to query.
14618
14607
  *
14619
14608
  * Unit: milliseconds. The default value is 1 hour ahead of the current time.
14620
14609
  *
@@ -14638,7 +14627,7 @@ export declare class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
14638
14627
  * @remarks
14639
14628
  * The statistical period.
14640
14629
  *
14641
- * Unit: minutes. Default value: 1440 (1 day). Maximum value: 43200 (30 days).
14630
+ * Unit: minutes. Default value: 1440 (one day). Maximum value: 43200 (30 days).
14642
14631
  *
14643
14632
  * @example
14644
14633
  * 1440
@@ -14657,9 +14646,9 @@ export declare class DescribeSiteMonitorStatisticsRequest extends $tea.Model {
14657
14646
  export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Model {
14658
14647
  /**
14659
14648
  * @remarks
14660
- * The HTTP status code.
14649
+ * The responses code.
14661
14650
  *
14662
- * > The status code 200 indicates that the call is successful.
14651
+ * > The status code 200 indicates that the request was successful.
14663
14652
  *
14664
14653
  * @example
14665
14654
  * 200
@@ -14667,7 +14656,7 @@ export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Mode
14667
14656
  code?: string;
14668
14657
  /**
14669
14658
  * @remarks
14670
- * The statistics of the specified metric.
14659
+ * The statistics.
14671
14660
  *
14672
14661
  * @example
14673
14662
  * 100
@@ -14683,7 +14672,7 @@ export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Mode
14683
14672
  message?: string;
14684
14673
  /**
14685
14674
  * @remarks
14686
- * The ID of the request.
14675
+ * The request ID.
14687
14676
  *
14688
14677
  * @example
14689
14678
  * 3AD2724D-E317-4BFB-B422-D6691D071BE1
@@ -14691,10 +14680,10 @@ export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Mode
14691
14680
  requestId?: string;
14692
14681
  /**
14693
14682
  * @remarks
14694
- * Indicates whether the call is successful. Valid values:
14683
+ * Indicates whether the request was successful. Valid values:
14695
14684
  *
14696
- * * true: The call is successful.
14697
- * * false: The call fails.
14685
+ * * true
14686
+ * * false
14698
14687
  *
14699
14688
  * @example
14700
14689
  * true
@@ -14726,6 +14715,98 @@ export declare class DescribeSiteMonitorStatisticsResponse extends $tea.Model {
14726
14715
  [key: string]: any;
14727
14716
  });
14728
14717
  }
14718
+ export declare class DescribeSyntheticProbeListRequest extends $tea.Model {
14719
+ city?: string;
14720
+ /**
14721
+ * @example
14722
+ * false
14723
+ */
14724
+ idcProbe?: boolean;
14725
+ /**
14726
+ * @example
14727
+ * false
14728
+ */
14729
+ ipv4?: boolean;
14730
+ /**
14731
+ * @example
14732
+ * false
14733
+ */
14734
+ ipv6?: boolean;
14735
+ isp?: string;
14736
+ /**
14737
+ * @example
14738
+ * false
14739
+ */
14740
+ lmProbe?: boolean;
14741
+ /**
14742
+ * @example
14743
+ * false
14744
+ */
14745
+ mbProbe?: boolean;
14746
+ regionId?: string;
14747
+ /**
14748
+ * @example
14749
+ * true
14750
+ */
14751
+ viewAll?: boolean;
14752
+ static names(): {
14753
+ [key: string]: string;
14754
+ };
14755
+ static types(): {
14756
+ [key: string]: any;
14757
+ };
14758
+ constructor(map?: {
14759
+ [key: string]: any;
14760
+ });
14761
+ }
14762
+ export declare class DescribeSyntheticProbeListResponseBody extends $tea.Model {
14763
+ /**
14764
+ * @example
14765
+ * 200
14766
+ */
14767
+ code?: string;
14768
+ ispCityList?: DescribeSyntheticProbeListResponseBodyIspCityList[];
14769
+ /**
14770
+ * @example
14771
+ * The specified resource is not found.
14772
+ */
14773
+ message?: string;
14774
+ /**
14775
+ * @example
14776
+ * 87170bc7-e28a-4c93-b9bf-90a1dbe84736
14777
+ */
14778
+ requestId?: string;
14779
+ /**
14780
+ * @example
14781
+ * true
14782
+ */
14783
+ success?: string;
14784
+ static names(): {
14785
+ [key: string]: string;
14786
+ };
14787
+ static types(): {
14788
+ [key: string]: any;
14789
+ };
14790
+ constructor(map?: {
14791
+ [key: string]: any;
14792
+ });
14793
+ }
14794
+ export declare class DescribeSyntheticProbeListResponse extends $tea.Model {
14795
+ headers?: {
14796
+ [key: string]: string;
14797
+ };
14798
+ statusCode?: number;
14799
+ body?: DescribeSyntheticProbeListResponseBody;
14800
+ static names(): {
14801
+ [key: string]: string;
14802
+ };
14803
+ static types(): {
14804
+ [key: string]: any;
14805
+ };
14806
+ constructor(map?: {
14807
+ [key: string]: any;
14808
+ });
14809
+ }
14729
14810
  export declare class DescribeSystemEventAttributeRequest extends $tea.Model {
14730
14811
  /**
14731
14812
  * @remarks
@@ -15911,6 +15992,8 @@ export declare class DisableMetricRulesRequest extends $tea.Model {
15911
15992
  regionId?: string;
15912
15993
  /**
15913
15994
  * @remarks
15995
+ * The ID of the alert rule. Valid values of N: 1 to 20.
15996
+ *
15914
15997
  * This parameter is required.
15915
15998
  *
15916
15999
  * @example
@@ -15930,9 +16013,9 @@ export declare class DisableMetricRulesRequest extends $tea.Model {
15930
16013
  export declare class DisableMetricRulesResponseBody extends $tea.Model {
15931
16014
  /**
15932
16015
  * @remarks
15933
- * The HTTP status code.
16016
+ * The responses code.
15934
16017
  *
15935
- * > The status code 200 indicates that the call was successful.
16018
+ * > The status code 200 indicates that the request was successful.
15936
16019
  *
15937
16020
  * @example
15938
16021
  * 200
@@ -15948,7 +16031,7 @@ export declare class DisableMetricRulesResponseBody extends $tea.Model {
15948
16031
  message?: string;
15949
16032
  /**
15950
16033
  * @remarks
15951
- * The ID of the request.
16034
+ * The request ID.
15952
16035
  *
15953
16036
  * @example
15954
16037
  * FF38D33A-67C1-40EB-AB65-FAEE51EDB644
@@ -15956,10 +16039,10 @@ export declare class DisableMetricRulesResponseBody extends $tea.Model {
15956
16039
  requestId?: string;
15957
16040
  /**
15958
16041
  * @remarks
15959
- * Indicates whether the call was successful. Valid values:
16042
+ * Indicates whether the request was successful. Valid values:
15960
16043
  *
15961
- * * true: The call was successful.
15962
- * * false: The call failed.
16044
+ * * true
16045
+ * * false
15963
16046
  *
15964
16047
  * @example
15965
16048
  * true
@@ -15995,7 +16078,7 @@ export declare class DisableSiteMonitorsRequest extends $tea.Model {
15995
16078
  regionId?: string;
15996
16079
  /**
15997
16080
  * @remarks
15998
- * The IDs of the site monitoring tasks. Separate multiple IDs with commas (,).
16081
+ * The ID of the site monitoring task. Separate multiple IDs with commas (,).
15999
16082
  *
16000
16083
  * This parameter is required.
16001
16084
  *
@@ -16016,9 +16099,9 @@ export declare class DisableSiteMonitorsRequest extends $tea.Model {
16016
16099
  export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
16017
16100
  /**
16018
16101
  * @remarks
16019
- * The status code.
16102
+ * The responses code.
16020
16103
  *
16021
- * > The status code 200 indicates a success.
16104
+ * > The status code 200 indicates that the request was successful.
16022
16105
  *
16023
16106
  * @example
16024
16107
  * 200
@@ -16026,7 +16109,7 @@ export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
16026
16109
  code?: string;
16027
16110
  /**
16028
16111
  * @remarks
16029
- * The number of detection points that were monitored by the site monitoring tasks.
16112
+ * The number of detection points that are affected by the site monitoring tasks.
16030
16113
  */
16031
16114
  data?: DisableSiteMonitorsResponseBodyData;
16032
16115
  /**
@@ -16039,7 +16122,7 @@ export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
16039
16122
  message?: string;
16040
16123
  /**
16041
16124
  * @remarks
16042
- * The ID of the request.
16125
+ * The request ID.
16043
16126
  *
16044
16127
  * @example
16045
16128
  * 3fcd12e7-d387-42ee-b77e-661c775bb17f
@@ -16047,10 +16130,10 @@ export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
16047
16130
  requestId?: string;
16048
16131
  /**
16049
16132
  * @remarks
16050
- * Indicates whether the operation was successful. Valid values:
16133
+ * Indicates whether the request was successful. Valid values:
16051
16134
  *
16052
- * * true: successful.
16053
- * * false: failed.
16135
+ * * true
16136
+ * * false
16054
16137
  *
16055
16138
  * @example
16056
16139
  * true
@@ -16550,7 +16633,7 @@ export declare class EnableSiteMonitorsRequest extends $tea.Model {
16550
16633
  regionId?: string;
16551
16634
  /**
16552
16635
  * @remarks
16553
- * The IDs of the site monitoring tasks. Separate multiple instance IDs with commas (,).
16636
+ * The ID of the site monitoring task. Separate multiple IDs with commas (,).
16554
16637
  *
16555
16638
  * This parameter is required.
16556
16639
  *
@@ -16571,9 +16654,9 @@ export declare class EnableSiteMonitorsRequest extends $tea.Model {
16571
16654
  export declare class EnableSiteMonitorsResponseBody extends $tea.Model {
16572
16655
  /**
16573
16656
  * @remarks
16574
- * The status code.
16657
+ * The responses code.
16575
16658
  *
16576
- * > The status code 200 indicates a success.
16659
+ * > The status code 200 indicates that the request was successful.
16577
16660
  *
16578
16661
  * @example
16579
16662
  * 200
@@ -16594,7 +16677,7 @@ export declare class EnableSiteMonitorsResponseBody extends $tea.Model {
16594
16677
  message?: string;
16595
16678
  /**
16596
16679
  * @remarks
16597
- * The ID of the request.
16680
+ * The request ID.
16598
16681
  *
16599
16682
  * @example
16600
16683
  * 3fcd12e7-d387-42ee-b77e-661c775bb17f
@@ -16602,10 +16685,10 @@ export declare class EnableSiteMonitorsResponseBody extends $tea.Model {
16602
16685
  requestId?: string;
16603
16686
  /**
16604
16687
  * @remarks
16605
- * Indicates whether the operation was successful. Valid values:
16688
+ * Indicates whether the request was successful. Valid values:
16606
16689
  *
16607
- * * true: successful.
16608
- * * false: failed.
16690
+ * * true
16691
+ * * false
16609
16692
  *
16610
16693
  * @example
16611
16694
  * true
@@ -21684,13 +21767,13 @@ export declare class SubscriptionConditions extends $tea.Model {
21684
21767
  export declare class AddTagsRequestTag extends $tea.Model {
21685
21768
  /**
21686
21769
  * @remarks
21687
- * The key of tag N.
21770
+ * The tag key.
21688
21771
  *
21689
21772
  * Valid values of N: 1 to 3. A tag key can be 1 to 64 characters in length.
21690
21773
  *
21691
21774
  * 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).
21692
21775
  *
21693
- * > 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.
21776
+ * > 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.
21694
21777
  *
21695
21778
  * This parameter is required.
21696
21779
  *
@@ -21700,13 +21783,13 @@ export declare class AddTagsRequestTag extends $tea.Model {
21700
21783
  key?: string;
21701
21784
  /**
21702
21785
  * @remarks
21703
- * The value of tag N.
21786
+ * The tag value.
21704
21787
  *
21705
21788
  * Valid values of N: 1 to 3. A tag value can be 1 to 64 characters in length.
21706
21789
  *
21707
- * 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).
21790
+ * 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).
21708
21791
  *
21709
- * > 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.
21792
+ * > 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.
21710
21793
  *
21711
21794
  * This parameter is required.
21712
21795
  *
@@ -21907,7 +21990,7 @@ export declare class CreateDynamicTagGroupRequestMatchExpress extends $tea.Model
21907
21990
  tagName?: string;
21908
21991
  /**
21909
21992
  * @remarks
21910
- * The tag values of the cloud resources. In this example, set the value of N to 1.
21993
+ * The tag values of the cloud resources. Set the value of N to 1.
21911
21994
  *
21912
21995
  * > If you set the `MatchExpress.N.TagValueMatchFunction` parameter, you must also set the `MatchExpress.N.TagValue` parameter.
21913
21996
  *
@@ -21917,7 +22000,7 @@ export declare class CreateDynamicTagGroupRequestMatchExpress extends $tea.Model
21917
22000
  tagValue?: string;
21918
22001
  /**
21919
22002
  * @remarks
21920
- * 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:
22003
+ * The method that is used to match the tag values of the cloud resources. Set the value of N to 1. Valid values:
21921
22004
  *
21922
22005
  * * contains: contains
21923
22006
  * * startWith: starts with a prefix
@@ -22803,7 +22886,7 @@ export declare class CreateHostAvailabilityRequestTaskOption extends $tea.Model
22803
22886
  httpResponseMatchContent?: string;
22804
22887
  /**
22805
22888
  * @remarks
22806
- * The URI that you want to monitor. This parameter must be specified when TaskType is set to HTTP.
22889
+ * The URI that you want to monitor. This parameter is required if the TaskType parameter is set to HTTP or Telnet.
22807
22890
  *
22808
22891
  * @example
22809
22892
  * https://www.aliyun.com
@@ -22823,7 +22906,7 @@ export declare class CreateHostAvailabilityRequestTaskOption extends $tea.Model
22823
22906
  * @remarks
22824
22907
  * The domain name or IP address that you want to monitor.
22825
22908
  *
22826
- * > This parameter must be specified when TaskType is set to PING or TELNET.
22909
+ * > This parameter is required if the TaskType parameter is set to PING.
22827
22910
  *
22828
22911
  * @example
22829
22912
  * www.aliyun.com
@@ -25657,7 +25740,7 @@ export declare class DescribeContactListResponseBodyContactsContactChannels exte
25657
25740
  mail?: string;
25658
25741
  /**
25659
25742
  * @remarks
25660
- * The phone number of the alert contact.
25743
+ * The phone number of the alert contac.
25661
25744
  *
25662
25745
  * @example
25663
25746
  * 1333333****
@@ -25680,7 +25763,7 @@ export declare class DescribeContactListResponseBodyContactsContactChannelsState
25680
25763
  *
25681
25764
  * Valid value: OK. The value OK indicates that the TradeManager ID is valid and can receive alert notifications.
25682
25765
  *
25683
- * > This parameter can be returned only on the China site (aliyun.com).
25766
+ * > This parameter applies only to the Alibaba Cloud China site (aliyun.com).
25684
25767
  *
25685
25768
  * @example
25686
25769
  * OK
@@ -25700,8 +25783,8 @@ export declare class DescribeContactListResponseBodyContactsContactChannelsState
25700
25783
  * @remarks
25701
25784
  * The status of the email address. Valid values:
25702
25785
  *
25703
- * * PENDING: The email address is not activated. Alert notifications can be sent to the email address only after the email address is activated.
25704
- * * OK: The email address is activated and can receive alert notifications.
25786
+ * * 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.
25787
+ * * OK: The phone number is activated and can receive alert notifications.
25705
25788
  *
25706
25789
  * @example
25707
25790
  * PENDING
@@ -25714,7 +25797,7 @@ export declare class DescribeContactListResponseBodyContactsContactChannelsState
25714
25797
  * * 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.
25715
25798
  * * OK: The phone number is activated and can receive alert notifications.
25716
25799
  *
25717
- * > This parameter can be returned only on the China site (aliyun.com).
25800
+ * > This parameter applies only to the Alibaba Cloud China site (aliyun.com).
25718
25801
  *
25719
25802
  * @example
25720
25803
  * OK
@@ -25757,7 +25840,7 @@ export declare class DescribeContactListResponseBodyContactsContact extends $tea
25757
25840
  channelsState?: DescribeContactListResponseBodyContactsContactChannelsState;
25758
25841
  /**
25759
25842
  * @remarks
25760
- * The alert contact groups.
25843
+ * None.
25761
25844
  */
25762
25845
  contactGroups?: DescribeContactListResponseBodyContactsContactContactGroups;
25763
25846
  /**
@@ -25772,7 +25855,7 @@ export declare class DescribeContactListResponseBodyContactsContact extends $tea
25772
25855
  createTime?: number;
25773
25856
  /**
25774
25857
  * @remarks
25775
- * The description of the alert contact.
25858
+ * The description.
25776
25859
  */
25777
25860
  desc?: string;
25778
25861
  /**
@@ -29727,11 +29810,11 @@ export declare class DescribeMetricRuleListResponseBodyAlarmsAlarmCompositeExpre
29727
29810
  expressionRaw?: string;
29728
29811
  /**
29729
29812
  * @remarks
29730
- * The level of the alert. Valid values:
29813
+ * The alert level. Valid values:
29731
29814
  *
29732
- * * Critical
29733
- * * Warn
29734
- * * Info
29815
+ * * CRITICAL
29816
+ * * WARN
29817
+ * * INFO
29735
29818
  *
29736
29819
  * @example
29737
29820
  * Critical
@@ -30070,11 +30153,11 @@ export declare class DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheus ext
30070
30153
  annotations?: DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheusAnnotations;
30071
30154
  /**
30072
30155
  * @remarks
30073
- * The level of the alert. Valid values:
30156
+ * The alert level. Valid values:
30074
30157
  *
30075
- * * Critical
30076
- * * Warn
30077
- * * Info
30158
+ * * CRITICAL
30159
+ * * WARN
30160
+ * * INFO
30078
30161
  *
30079
30162
  * @example
30080
30163
  * Critical
@@ -30245,9 +30328,9 @@ export declare class DescribeMetricRuleListResponseBodyAlarmsAlarm extends $tea.
30245
30328
  period?: string;
30246
30329
  /**
30247
30330
  * @remarks
30248
- * The Prometheus alert rule.
30331
+ * The Prometheus alerts.
30249
30332
  *
30250
- * > This parameter is required only when you create a Prometheus alert rule for Hybrid Cloud Monitoring.
30333
+ * > This parameter is required only if you create a Prometheus alert rule for Hybrid Cloud Monitoring.
30251
30334
  */
30252
30335
  prometheus?: DescribeMetricRuleListResponseBodyAlarmsAlarmPrometheus;
30253
30336
  /**
@@ -32952,6 +33035,7 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCiti
32952
33035
  * The carrier name.
32953
33036
  */
32954
33037
  ispName?: string;
33038
+ type?: string;
32955
33039
  static names(): {
32956
33040
  [key: string]: string;
32957
33041
  };
@@ -33243,6 +33327,10 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33243
33327
  * A
33244
33328
  */
33245
33329
  dnsType?: string;
33330
+ /**
33331
+ * @example
33332
+ * false
33333
+ */
33246
33334
  emptyMessage?: boolean;
33247
33335
  expectExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectExistString;
33248
33336
  expectNonExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectNonExistString;
@@ -33286,6 +33374,13 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33286
33374
  * get
33287
33375
  */
33288
33376
  httpMethod?: string;
33377
+ /**
33378
+ * @remarks
33379
+ * ip_network indicates the network type of the task. Valid values: v4, v6, and auto. Default value: v4.
33380
+ *
33381
+ * @example
33382
+ * v4
33383
+ */
33289
33384
  ipNetwork?: string;
33290
33385
  /**
33291
33386
  * @example
@@ -33330,6 +33425,13 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33330
33425
  */
33331
33426
  pingPort?: number;
33332
33427
  /**
33428
+ * @remarks
33429
+ * The PING protocol type. Valid values:
33430
+ *
33431
+ * * icmp
33432
+ * * tcp
33433
+ * * udp
33434
+ *
33333
33435
  * @example
33334
33436
  * icmp,tcp,udp
33335
33437
  */
@@ -33350,7 +33452,18 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33350
33452
  * TCP
33351
33453
  */
33352
33454
  protocol?: string;
33455
+ /**
33456
+ * @remarks
33457
+ * Indicates whether the Quick UDP Internet Connections (QUIC) protocol is used for browser detection. Valid values: true false Default value: false.
33458
+ *
33459
+ * @example
33460
+ * true
33461
+ */
33353
33462
  quicEnabled?: boolean;
33463
+ /**
33464
+ * @remarks
33465
+ * The sites for which the QUIC protocol is forcibly used.
33466
+ */
33354
33467
  quicTarget?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonQuicTarget;
33355
33468
  /**
33356
33469
  * @remarks
@@ -33395,6 +33508,7 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33395
33508
  * 0
33396
33509
  */
33397
33510
  retryDelay?: number;
33511
+ screenShot?: boolean;
33398
33512
  /**
33399
33513
  * @example
33400
33514
  * false
@@ -33439,6 +33553,7 @@ export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJ
33439
33553
  });
33440
33554
  }
33441
33555
  export declare class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig extends $tea.Model {
33556
+ region?: string;
33442
33557
  securityGroupId?: string;
33443
33558
  vpcId?: string;
33444
33559
  vswitchId?: string;
@@ -34119,10 +34234,10 @@ export declare class DescribeSiteMonitorListResponseBodySiteMonitors extends $te
34119
34234
  export declare class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model {
34120
34235
  /**
34121
34236
  * @remarks
34122
- * Indicates whether the second-level monitoring is enabled. Valid values:
34237
+ * Indicates whether second-level monitoring is enabled. Valid values:
34123
34238
  *
34124
- * * true
34125
- * * false
34239
+ * * true: Second-level monitoring is enabled.
34240
+ * * false: Second-level monitoring is disabled.
34126
34241
  *
34127
34242
  * @example
34128
34243
  * false
@@ -34181,6 +34296,84 @@ export declare class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model
34181
34296
  [key: string]: any;
34182
34297
  });
34183
34298
  }
34299
+ export declare class DescribeSyntheticProbeListResponseBodyIspCityList extends $tea.Model {
34300
+ areaCn?: string;
34301
+ /**
34302
+ * @example
34303
+ * Huabei
34304
+ */
34305
+ areaEn?: string;
34306
+ /**
34307
+ * @example
34308
+ * 738
34309
+ */
34310
+ city?: string;
34311
+ cityCn?: string;
34312
+ /**
34313
+ * @example
34314
+ * Beijing
34315
+ */
34316
+ cityEn?: string;
34317
+ /**
34318
+ * @example
34319
+ * 629
34320
+ */
34321
+ country?: string;
34322
+ countryCn?: string;
34323
+ /**
34324
+ * @example
34325
+ * China
34326
+ */
34327
+ countryEn?: string;
34328
+ /**
34329
+ * @example
34330
+ * 1
34331
+ */
34332
+ idcV4ProbeCount?: number;
34333
+ idcV6ProbeCount?: number;
34334
+ ipPool?: string[];
34335
+ /**
34336
+ * @example
34337
+ * 232
34338
+ */
34339
+ isp?: string;
34340
+ ispCn?: string;
34341
+ /**
34342
+ * @example
34343
+ * China-Unicom
34344
+ */
34345
+ ispEn?: string;
34346
+ /**
34347
+ * @example
34348
+ * 1
34349
+ */
34350
+ lmProbeCount?: number;
34351
+ /**
34352
+ * @example
34353
+ * 1
34354
+ */
34355
+ mbProbeCount?: number;
34356
+ /**
34357
+ * @example
34358
+ * 264
34359
+ */
34360
+ region?: string;
34361
+ regionCn?: string;
34362
+ /**
34363
+ * @example
34364
+ * Jiangxi
34365
+ */
34366
+ regionEn?: string;
34367
+ static names(): {
34368
+ [key: string]: string;
34369
+ };
34370
+ static types(): {
34371
+ [key: string]: any;
34372
+ };
34373
+ constructor(map?: {
34374
+ [key: string]: any;
34375
+ });
34376
+ }
34184
34377
  export declare class DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent extends $tea.Model {
34185
34378
  /**
34186
34379
  * @remarks
@@ -34972,7 +35165,7 @@ export declare class ModifyHostAvailabilityRequestTaskOption extends $tea.Model
34972
35165
  httpResponseMatchContent?: string;
34973
35166
  /**
34974
35167
  * @remarks
34975
- * The URI that you want to monitor. This parameter must be specified when TaskType is set to HTTP.
35168
+ * The URI that you want to monitor. This parameter is required if the TaskType parameter is set to HTTP or Telnet.
34976
35169
  *
34977
35170
  * @example
34978
35171
  * https://www.aliyun.com
@@ -34992,7 +35185,7 @@ export declare class ModifyHostAvailabilityRequestTaskOption extends $tea.Model
34992
35185
  * @remarks
34993
35186
  * The domain name or IP address that you want to monitor.
34994
35187
  *
34995
- * > 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).
35188
+ * > 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).
34996
35189
  *
34997
35190
  * @example
34998
35191
  * www.aliyun.com
@@ -37239,6 +37432,7 @@ export declare class PutResourceMetricRuleRequestEscalationsCritical extends $te
37239
37432
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37240
37433
  * * LessThanThreshold: less than the threshold
37241
37434
  * * NotEqualToThreshold: not equal to the threshold
37435
+ * * EqualToThreshold: equal to the threshold
37242
37436
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37243
37437
  * * LessThanYesterday: less than the metric value at the same time yesterday
37244
37438
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37304,6 +37498,7 @@ export declare class PutResourceMetricRuleRequestEscalationsInfo extends $tea.Mo
37304
37498
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37305
37499
  * * LessThanThreshold: less than the threshold
37306
37500
  * * NotEqualToThreshold: not equal to the threshold
37501
+ * * EqualToThreshold: equal to the threshold
37307
37502
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37308
37503
  * * LessThanYesterday: less than the metric value at the same time yesterday
37309
37504
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37369,6 +37564,7 @@ export declare class PutResourceMetricRuleRequestEscalationsWarn extends $tea.Mo
37369
37564
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37370
37565
  * * LessThanThreshold: less than the threshold
37371
37566
  * * NotEqualToThreshold: not equal to the threshold
37567
+ * * EqualToThreshold: equal to the threshold
37372
37568
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37373
37569
  * * LessThanYesterday: less than the metric value at the same time yesterday
37374
37570
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37448,6 +37644,7 @@ export declare class PutResourceMetricRuleRequestCompositeExpressionExpressionLi
37448
37644
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37449
37645
  * * LessThanThreshold: less than the threshold
37450
37646
  * * NotEqualToThreshold: not equal to the threshold
37647
+ * * EqualToThreshold: equal to the threshold
37451
37648
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37452
37649
  * * LessThanYesterday: less than the metric value at the same time yesterday
37453
37650
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37683,6 +37880,7 @@ export declare class PutResourceMetricRuleShrinkRequestEscalationsCritical exten
37683
37880
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37684
37881
  * * LessThanThreshold: less than the threshold
37685
37882
  * * NotEqualToThreshold: not equal to the threshold
37883
+ * * EqualToThreshold: equal to the threshold
37686
37884
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37687
37885
  * * LessThanYesterday: less than the metric value at the same time yesterday
37688
37886
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37748,6 +37946,7 @@ export declare class PutResourceMetricRuleShrinkRequestEscalationsInfo extends $
37748
37946
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37749
37947
  * * LessThanThreshold: less than the threshold
37750
37948
  * * NotEqualToThreshold: not equal to the threshold
37949
+ * * EqualToThreshold: equal to the threshold
37751
37950
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37752
37951
  * * LessThanYesterday: less than the metric value at the same time yesterday
37753
37952
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -37813,6 +38012,7 @@ export declare class PutResourceMetricRuleShrinkRequestEscalationsWarn extends $
37813
38012
  * * LessThanOrEqualToThreshold: less than or equal to the threshold
37814
38013
  * * LessThanThreshold: less than the threshold
37815
38014
  * * NotEqualToThreshold: not equal to the threshold
38015
+ * * EqualToThreshold: equal to the threshold
37816
38016
  * * GreaterThanYesterday: greater than the metric value at the same time yesterday
37817
38017
  * * LessThanYesterday: less than the metric value at the same time yesterday
37818
38018
  * * GreaterThanLastWeek: greater than the metric value at the same time last week
@@ -39442,10 +39642,10 @@ export default class Client extends OpenApi {
39442
39642
  */
39443
39643
  describeCustomEventHistogram(request: DescribeCustomEventHistogramRequest): Promise<DescribeCustomEventHistogramResponse>;
39444
39644
  /**
39445
- * Queries the reported custom metrics of a cloud service.
39645
+ * Queries the reported monitoring data.
39446
39646
  *
39447
39647
  * @remarks
39448
- * > 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).
39648
+ * > 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).
39449
39649
  *
39450
39650
  * @param request - DescribeCustomMetricListRequest
39451
39651
  * @param runtime - runtime options for this request RuntimeOptions
@@ -39453,10 +39653,10 @@ export default class Client extends OpenApi {
39453
39653
  */
39454
39654
  describeCustomMetricListWithOptions(request: DescribeCustomMetricListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomMetricListResponse>;
39455
39655
  /**
39456
- * Queries the reported custom metrics of a cloud service.
39656
+ * Queries the reported monitoring data.
39457
39657
  *
39458
39658
  * @remarks
39459
- * > 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).
39659
+ * > 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).
39460
39660
  *
39461
39661
  * @param request - DescribeCustomMetricListRequest
39462
39662
  * @returns DescribeCustomMetricListResponse
@@ -40279,12 +40479,16 @@ export default class Client extends OpenApi {
40279
40479
  */
40280
40480
  describeSiteMonitorAttribute(request: DescribeSiteMonitorAttributeRequest): Promise<DescribeSiteMonitorAttributeResponse>;
40281
40481
  /**
40482
+ * Queries the fine-grained monitoring data of a site monitoring task.
40483
+ *
40282
40484
  * @param request - DescribeSiteMonitorDataRequest
40283
40485
  * @param runtime - runtime options for this request RuntimeOptions
40284
40486
  * @returns DescribeSiteMonitorDataResponse
40285
40487
  */
40286
40488
  describeSiteMonitorDataWithOptions(request: DescribeSiteMonitorDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSiteMonitorDataResponse>;
40287
40489
  /**
40490
+ * Queries the fine-grained monitoring data of a site monitoring task.
40491
+ *
40288
40492
  * @param request - DescribeSiteMonitorDataRequest
40289
40493
  * @returns DescribeSiteMonitorDataResponse
40290
40494
  */
@@ -40355,19 +40559,25 @@ export default class Client extends OpenApi {
40355
40559
  */
40356
40560
  describeSiteMonitorLog(request: DescribeSiteMonitorLogRequest): Promise<DescribeSiteMonitorLogResponse>;
40357
40561
  /**
40562
+ * Queries the quotas and version of site monitoring.
40563
+ *
40358
40564
  * @param request - DescribeSiteMonitorQuotaRequest
40359
40565
  * @param runtime - runtime options for this request RuntimeOptions
40360
40566
  * @returns DescribeSiteMonitorQuotaResponse
40361
40567
  */
40362
40568
  describeSiteMonitorQuotaWithOptions(request: DescribeSiteMonitorQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSiteMonitorQuotaResponse>;
40363
40569
  /**
40570
+ * Queries the quotas and version of site monitoring.
40571
+ *
40364
40572
  * @param request - DescribeSiteMonitorQuotaRequest
40365
40573
  * @returns DescribeSiteMonitorQuotaResponse
40366
40574
  */
40367
40575
  describeSiteMonitorQuota(request: DescribeSiteMonitorQuotaRequest): Promise<DescribeSiteMonitorQuotaResponse>;
40368
40576
  /**
40577
+ * Queries the statistics of a specified metric for a specified site monitoring task.
40578
+ *
40369
40579
  * @remarks
40370
- * 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%`.
40580
+ * 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%`.
40371
40581
  *
40372
40582
  * @param request - DescribeSiteMonitorStatisticsRequest
40373
40583
  * @param runtime - runtime options for this request RuntimeOptions
@@ -40375,13 +40585,30 @@ export default class Client extends OpenApi {
40375
40585
  */
40376
40586
  describeSiteMonitorStatisticsWithOptions(request: DescribeSiteMonitorStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSiteMonitorStatisticsResponse>;
40377
40587
  /**
40588
+ * Queries the statistics of a specified metric for a specified site monitoring task.
40589
+ *
40378
40590
  * @remarks
40379
- * 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%`.
40591
+ * 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%`.
40380
40592
  *
40381
40593
  * @param request - DescribeSiteMonitorStatisticsRequest
40382
40594
  * @returns DescribeSiteMonitorStatisticsResponse
40383
40595
  */
40384
40596
  describeSiteMonitorStatistics(request: DescribeSiteMonitorStatisticsRequest): Promise<DescribeSiteMonitorStatisticsResponse>;
40597
+ /**
40598
+ * 查询拨测探测节点列表
40599
+ *
40600
+ * @param request - DescribeSyntheticProbeListRequest
40601
+ * @param runtime - runtime options for this request RuntimeOptions
40602
+ * @returns DescribeSyntheticProbeListResponse
40603
+ */
40604
+ describeSyntheticProbeListWithOptions(request: DescribeSyntheticProbeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSyntheticProbeListResponse>;
40605
+ /**
40606
+ * 查询拨测探测节点列表
40607
+ *
40608
+ * @param request - DescribeSyntheticProbeListRequest
40609
+ * @returns DescribeSyntheticProbeListResponse
40610
+ */
40611
+ describeSyntheticProbeList(request: DescribeSyntheticProbeListRequest): Promise<DescribeSyntheticProbeListResponse>;
40385
40612
  /**
40386
40613
  * Queries the details of a system event.
40387
40614
  *
@@ -40523,23 +40750,31 @@ export default class Client extends OpenApi {
40523
40750
  */
40524
40751
  disableHostAvailability(request: DisableHostAvailabilityRequest): Promise<DisableHostAvailabilityResponse>;
40525
40752
  /**
40753
+ * Disables alert rules.
40754
+ *
40526
40755
  * @param request - DisableMetricRulesRequest
40527
40756
  * @param runtime - runtime options for this request RuntimeOptions
40528
40757
  * @returns DisableMetricRulesResponse
40529
40758
  */
40530
40759
  disableMetricRulesWithOptions(request: DisableMetricRulesRequest, runtime: $Util.RuntimeOptions): Promise<DisableMetricRulesResponse>;
40531
40760
  /**
40761
+ * Disables alert rules.
40762
+ *
40532
40763
  * @param request - DisableMetricRulesRequest
40533
40764
  * @returns DisableMetricRulesResponse
40534
40765
  */
40535
40766
  disableMetricRules(request: DisableMetricRulesRequest): Promise<DisableMetricRulesResponse>;
40536
40767
  /**
40768
+ * Disables site monitoring tasks.
40769
+ *
40537
40770
  * @param request - DisableSiteMonitorsRequest
40538
40771
  * @param runtime - runtime options for this request RuntimeOptions
40539
40772
  * @returns DisableSiteMonitorsResponse
40540
40773
  */
40541
40774
  disableSiteMonitorsWithOptions(request: DisableSiteMonitorsRequest, runtime: $Util.RuntimeOptions): Promise<DisableSiteMonitorsResponse>;
40542
40775
  /**
40776
+ * Disables site monitoring tasks.
40777
+ *
40543
40778
  * @param request - DisableSiteMonitorsRequest
40544
40779
  * @returns DisableSiteMonitorsResponse
40545
40780
  */
@@ -40608,12 +40843,16 @@ export default class Client extends OpenApi {
40608
40843
  */
40609
40844
  enableMetricRules(request: EnableMetricRulesRequest): Promise<EnableMetricRulesResponse>;
40610
40845
  /**
40846
+ * Enables site monitoring tasks.
40847
+ *
40611
40848
  * @param request - EnableSiteMonitorsRequest
40612
40849
  * @param runtime - runtime options for this request RuntimeOptions
40613
40850
  * @returns EnableSiteMonitorsResponse
40614
40851
  */
40615
40852
  enableSiteMonitorsWithOptions(request: EnableSiteMonitorsRequest, runtime: $Util.RuntimeOptions): Promise<EnableSiteMonitorsResponse>;
40616
40853
  /**
40854
+ * Enables site monitoring tasks.
40855
+ *
40617
40856
  * @param request - EnableSiteMonitorsRequest
40618
40857
  * @returns EnableSiteMonitorsResponse
40619
40858
  */
@@ -41140,7 +41379,7 @@ export default class Client extends OpenApi {
41140
41379
  */
41141
41380
  putMonitoringConfig(request: PutMonitoringConfigRequest): Promise<PutMonitoringConfigResponse>;
41142
41381
  /**
41143
- * Creates an alert rule for a metric of a resource.
41382
+ * Configures an alert rule.
41144
41383
  *
41145
41384
  * @remarks
41146
41385
  * 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`.
@@ -41151,7 +41390,7 @@ export default class Client extends OpenApi {
41151
41390
  */
41152
41391
  putResourceMetricRuleWithOptions(tmpReq: PutResourceMetricRuleRequest, runtime: $Util.RuntimeOptions): Promise<PutResourceMetricRuleResponse>;
41153
41392
  /**
41154
- * Creates an alert rule for a metric of a resource.
41393
+ * Configures an alert rule.
41155
41394
  *
41156
41395
  * @remarks
41157
41396
  * 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`.