@alicloud/cms20190101 3.0.0 → 3.1.1
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 +426 -151
- package/dist/client.js +239 -21
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +577 -151
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
|
|
3107
|
+
* Specifies whether to overwrite existing resources. Valid values:
|
|
3106
3108
|
*
|
|
3107
|
-
* * true: The resources submitted this time
|
|
3108
|
-
* * false: 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
|
|
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
|
|
3160
|
+
* The response code.
|
|
3159
3161
|
*
|
|
3160
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
6694
|
+
* The responses code.
|
|
6693
6695
|
*
|
|
6694
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
6720
|
+
* Indicates whether the request was successful. Valid values:
|
|
6719
6721
|
*
|
|
6720
|
-
* * true
|
|
6721
|
-
* * false
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
9846
|
+
* Indicates whether the request was successful. Valid values:
|
|
9845
9847
|
*
|
|
9846
|
-
* * true: The
|
|
9847
|
-
* * false: The
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
10692
|
+
* The responses code.
|
|
10691
10693
|
*
|
|
10692
|
-
* > The
|
|
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
|
|
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
|
|
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
|
|
14461
|
+
* The responses code.
|
|
14460
14462
|
*
|
|
14461
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
14492
|
+
* Indicates whether the request was successful. Valid values:
|
|
14491
14493
|
*
|
|
14492
|
-
* * true
|
|
14493
|
-
* * false
|
|
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
|
|
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
|
|
18327
|
+
* The end of the time range to query. The following formats are supported:
|
|
18326
18328
|
*
|
|
18327
|
-
* * UNIX timestamp:
|
|
18328
|
-
* *
|
|
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
|
|
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
|
|
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
|
|
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
|
|
18378
|
+
* The start of the time range to query. The following formats are supported:
|
|
18377
18379
|
*
|
|
18378
|
-
* * UNIX timestamp:
|
|
18379
|
-
* *
|
|
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
|
|
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
|
|
18444
|
+
* The responses code.
|
|
18443
18445
|
*
|
|
18444
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
19195
|
+
* The responses code.
|
|
19207
19196
|
*
|
|
19208
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
19223
|
+
* Indicates whether the request was successful. Valid values:
|
|
19235
19224
|
*
|
|
19236
|
-
* * true
|
|
19237
|
-
* * false
|
|
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
|
|
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
|
|
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 (
|
|
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
|
|
19358
|
+
* The responses code.
|
|
19370
19359
|
*
|
|
19371
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
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
|
|
19392
|
+
* Indicates whether the request was successful. Valid values:
|
|
19404
19393
|
*
|
|
19405
|
-
* * true
|
|
19406
|
-
* * false
|
|
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
|
|
21185
|
+
* The responses code.
|
|
21056
21186
|
*
|
|
21057
|
-
* > The status code 200 indicates that the
|
|
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
|
|
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
|
|
21211
|
+
* Indicates whether the request was successful. Valid values:
|
|
21082
21212
|
*
|
|
21083
|
-
* * true
|
|
21084
|
-
* * false
|
|
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
|
|
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
|
|
21302
|
+
* The responses code.
|
|
21173
21303
|
*
|
|
21174
|
-
* > The status code 200 indicates
|
|
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
|
|
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
|
|
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
|
|
21333
|
+
* Indicates whether the request was successful. Valid values:
|
|
21204
21334
|
*
|
|
21205
|
-
* * true
|
|
21206
|
-
* * false
|
|
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
|
|
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
|
|
22049
|
+
* The responses code.
|
|
21920
22050
|
*
|
|
21921
|
-
* > The status code 200 indicates
|
|
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
|
|
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
|
|
22080
|
+
* Indicates whether the request was successful. Valid values:
|
|
21951
22081
|
*
|
|
21952
|
-
* * true
|
|
21953
|
-
* * false
|
|
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
|
|
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
|
-
* >
|
|
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
|
|
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 [
|
|
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
|
-
* >
|
|
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.
|
|
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.
|
|
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
|
|
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
|
-
* >
|
|
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
|
|
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
|
|
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
|
|
34078
|
-
* * OK: The
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
39493
|
+
* The alert level. Valid values:
|
|
39364
39494
|
*
|
|
39365
|
-
* *
|
|
39366
|
-
* *
|
|
39367
|
-
* *
|
|
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
|
|
39939
|
+
* The alert level. Valid values:
|
|
39810
39940
|
*
|
|
39811
|
-
* *
|
|
39812
|
-
* *
|
|
39813
|
-
* *
|
|
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
|
|
40127
|
+
* The Prometheus alerts.
|
|
39998
40128
|
*
|
|
39999
|
-
* > This parameter is required only
|
|
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,24 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCitiesIspCit
|
|
|
43581
43711
|
* The carrier name.
|
|
43582
43712
|
*/
|
|
43583
43713
|
ispName?: string;
|
|
43714
|
+
/**
|
|
43715
|
+
* @remarks
|
|
43716
|
+
* 探测点网络类型。取值:
|
|
43717
|
+
* IDC: IDC机房
|
|
43718
|
+
* LASTMILE: 网民家宽
|
|
43719
|
+
* MOBILE: 移动蜂窝网
|
|
43720
|
+
*
|
|
43721
|
+
* @example
|
|
43722
|
+
* IDC
|
|
43723
|
+
*/
|
|
43724
|
+
type?: string;
|
|
43584
43725
|
static names(): { [key: string]: string } {
|
|
43585
43726
|
return {
|
|
43586
43727
|
city: 'City',
|
|
43587
43728
|
cityName: 'CityName',
|
|
43588
43729
|
isp: 'Isp',
|
|
43589
43730
|
ispName: 'IspName',
|
|
43731
|
+
type: 'Type',
|
|
43590
43732
|
};
|
|
43591
43733
|
}
|
|
43592
43734
|
|
|
@@ -43596,6 +43738,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsIspCitiesIspCit
|
|
|
43596
43738
|
cityName: 'string',
|
|
43597
43739
|
isp: 'string',
|
|
43598
43740
|
ispName: 'string',
|
|
43741
|
+
type: 'string',
|
|
43599
43742
|
};
|
|
43600
43743
|
}
|
|
43601
43744
|
|
|
@@ -43982,6 +44125,10 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
43982
44125
|
* A
|
|
43983
44126
|
*/
|
|
43984
44127
|
dnsType?: string;
|
|
44128
|
+
/**
|
|
44129
|
+
* @example
|
|
44130
|
+
* false
|
|
44131
|
+
*/
|
|
43985
44132
|
emptyMessage?: boolean;
|
|
43986
44133
|
expectExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectExistString;
|
|
43987
44134
|
expectNonExistString?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonExpectNonExistString;
|
|
@@ -44025,6 +44172,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44025
44172
|
* get
|
|
44026
44173
|
*/
|
|
44027
44174
|
httpMethod?: string;
|
|
44175
|
+
/**
|
|
44176
|
+
* @remarks
|
|
44177
|
+
* ip_network indicates the network type of the task. Valid values: v4, v6, and auto. Default value: v4.
|
|
44178
|
+
*
|
|
44179
|
+
* @example
|
|
44180
|
+
* v4
|
|
44181
|
+
*/
|
|
44028
44182
|
ipNetwork?: string;
|
|
44029
44183
|
/**
|
|
44030
44184
|
* @example
|
|
@@ -44069,6 +44223,13 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44069
44223
|
*/
|
|
44070
44224
|
pingPort?: number;
|
|
44071
44225
|
/**
|
|
44226
|
+
* @remarks
|
|
44227
|
+
* The PING protocol type. Valid values:
|
|
44228
|
+
*
|
|
44229
|
+
* * icmp
|
|
44230
|
+
* * tcp
|
|
44231
|
+
* * udp
|
|
44232
|
+
*
|
|
44072
44233
|
* @example
|
|
44073
44234
|
* icmp,tcp,udp
|
|
44074
44235
|
*/
|
|
@@ -44089,7 +44250,18 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44089
44250
|
* TCP
|
|
44090
44251
|
*/
|
|
44091
44252
|
protocol?: string;
|
|
44253
|
+
/**
|
|
44254
|
+
* @remarks
|
|
44255
|
+
* Indicates whether the Quick UDP Internet Connections (QUIC) protocol is used for browser detection. Valid values: true false Default value: false.
|
|
44256
|
+
*
|
|
44257
|
+
* @example
|
|
44258
|
+
* true
|
|
44259
|
+
*/
|
|
44092
44260
|
quicEnabled?: boolean;
|
|
44261
|
+
/**
|
|
44262
|
+
* @remarks
|
|
44263
|
+
* The sites for which the QUIC protocol is forcibly used.
|
|
44264
|
+
*/
|
|
44093
44265
|
quicTarget?: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonQuicTarget;
|
|
44094
44266
|
/**
|
|
44095
44267
|
* @remarks
|
|
@@ -44134,6 +44306,14 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44134
44306
|
* 0
|
|
44135
44307
|
*/
|
|
44136
44308
|
retryDelay?: number;
|
|
44309
|
+
/**
|
|
44310
|
+
* @remarks
|
|
44311
|
+
* 是否开启页面截图
|
|
44312
|
+
*
|
|
44313
|
+
* @example
|
|
44314
|
+
* false
|
|
44315
|
+
*/
|
|
44316
|
+
screenShot?: boolean;
|
|
44137
44317
|
/**
|
|
44138
44318
|
* @example
|
|
44139
44319
|
* false
|
|
@@ -44209,6 +44389,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44209
44389
|
responseContent: 'response_content',
|
|
44210
44390
|
responseFormat: 'response_format',
|
|
44211
44391
|
retryDelay: 'retry_delay',
|
|
44392
|
+
screenShot: 'screen_shot',
|
|
44212
44393
|
strictMode: 'strict_mode',
|
|
44213
44394
|
timeOut: 'time_out',
|
|
44214
44395
|
trafficHijackElementBlacklist: 'traffic_hijack_element_blacklist',
|
|
@@ -44261,6 +44442,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44261
44442
|
responseContent: 'string',
|
|
44262
44443
|
responseFormat: 'string',
|
|
44263
44444
|
retryDelay: 'number',
|
|
44445
|
+
screenShot: 'boolean',
|
|
44264
44446
|
strictMode: 'boolean',
|
|
44265
44447
|
timeOut: 'number',
|
|
44266
44448
|
trafficHijackElementBlacklist: DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJsonTrafficHijackElementBlacklist,
|
|
@@ -44277,11 +44459,32 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsOptionJson exte
|
|
|
44277
44459
|
}
|
|
44278
44460
|
|
|
44279
44461
|
export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig extends $tea.Model {
|
|
44462
|
+
/**
|
|
44463
|
+
* @remarks
|
|
44464
|
+
* 内网拨测任务的目标站点所在地域。
|
|
44465
|
+
*
|
|
44466
|
+
* @example
|
|
44467
|
+
* cn-beijing
|
|
44468
|
+
*/
|
|
44469
|
+
region?: string;
|
|
44470
|
+
/**
|
|
44471
|
+
* @example
|
|
44472
|
+
* sg-xxxxxx
|
|
44473
|
+
*/
|
|
44280
44474
|
securityGroupId?: string;
|
|
44475
|
+
/**
|
|
44476
|
+
* @example
|
|
44477
|
+
* vpc-xxxxxx
|
|
44478
|
+
*/
|
|
44281
44479
|
vpcId?: string;
|
|
44480
|
+
/**
|
|
44481
|
+
* @example
|
|
44482
|
+
* vsw-xxxxxx
|
|
44483
|
+
*/
|
|
44282
44484
|
vswitchId?: string;
|
|
44283
44485
|
static names(): { [key: string]: string } {
|
|
44284
44486
|
return {
|
|
44487
|
+
region: 'Region',
|
|
44285
44488
|
securityGroupId: 'SecurityGroupId',
|
|
44286
44489
|
vpcId: 'VpcId',
|
|
44287
44490
|
vswitchId: 'VswitchId',
|
|
@@ -44290,6 +44493,7 @@ export class DescribeSiteMonitorAttributeResponseBodySiteMonitorsVpcConfig exten
|
|
|
44290
44493
|
|
|
44291
44494
|
static types(): { [key: string]: any } {
|
|
44292
44495
|
return {
|
|
44496
|
+
region: 'string',
|
|
44293
44497
|
securityGroupId: 'string',
|
|
44294
44498
|
vpcId: 'string',
|
|
44295
44499
|
vswitchId: 'string',
|
|
@@ -45165,10 +45369,10 @@ export class DescribeSiteMonitorListResponseBodySiteMonitors extends $tea.Model
|
|
|
45165
45369
|
export class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model {
|
|
45166
45370
|
/**
|
|
45167
45371
|
* @remarks
|
|
45168
|
-
* Indicates whether
|
|
45372
|
+
* Indicates whether second-level monitoring is enabled. Valid values:
|
|
45169
45373
|
*
|
|
45170
|
-
* * true
|
|
45171
|
-
* * false
|
|
45374
|
+
* * true: Second-level monitoring is enabled.
|
|
45375
|
+
* * false: Second-level monitoring is disabled.
|
|
45172
45376
|
*
|
|
45173
45377
|
* @example
|
|
45174
45378
|
* false
|
|
@@ -45244,6 +45448,127 @@ export class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model {
|
|
|
45244
45448
|
}
|
|
45245
45449
|
}
|
|
45246
45450
|
|
|
45451
|
+
export class DescribeSyntheticProbeListResponseBodyIspCityList extends $tea.Model {
|
|
45452
|
+
areaCn?: string;
|
|
45453
|
+
/**
|
|
45454
|
+
* @example
|
|
45455
|
+
* Huabei
|
|
45456
|
+
*/
|
|
45457
|
+
areaEn?: string;
|
|
45458
|
+
/**
|
|
45459
|
+
* @example
|
|
45460
|
+
* 738
|
|
45461
|
+
*/
|
|
45462
|
+
city?: string;
|
|
45463
|
+
cityCn?: string;
|
|
45464
|
+
/**
|
|
45465
|
+
* @example
|
|
45466
|
+
* Beijing
|
|
45467
|
+
*/
|
|
45468
|
+
cityEn?: string;
|
|
45469
|
+
/**
|
|
45470
|
+
* @example
|
|
45471
|
+
* 629
|
|
45472
|
+
*/
|
|
45473
|
+
country?: string;
|
|
45474
|
+
countryCn?: string;
|
|
45475
|
+
/**
|
|
45476
|
+
* @example
|
|
45477
|
+
* China
|
|
45478
|
+
*/
|
|
45479
|
+
countryEn?: string;
|
|
45480
|
+
/**
|
|
45481
|
+
* @example
|
|
45482
|
+
* 1
|
|
45483
|
+
*/
|
|
45484
|
+
idcV4ProbeCount?: number;
|
|
45485
|
+
idcV6ProbeCount?: number;
|
|
45486
|
+
ipPool?: string[];
|
|
45487
|
+
/**
|
|
45488
|
+
* @example
|
|
45489
|
+
* 232
|
|
45490
|
+
*/
|
|
45491
|
+
isp?: string;
|
|
45492
|
+
ispCn?: string;
|
|
45493
|
+
/**
|
|
45494
|
+
* @example
|
|
45495
|
+
* China-Unicom
|
|
45496
|
+
*/
|
|
45497
|
+
ispEn?: string;
|
|
45498
|
+
/**
|
|
45499
|
+
* @example
|
|
45500
|
+
* 1
|
|
45501
|
+
*/
|
|
45502
|
+
lmProbeCount?: number;
|
|
45503
|
+
/**
|
|
45504
|
+
* @example
|
|
45505
|
+
* 1
|
|
45506
|
+
*/
|
|
45507
|
+
mbProbeCount?: number;
|
|
45508
|
+
/**
|
|
45509
|
+
* @example
|
|
45510
|
+
* 264
|
|
45511
|
+
*/
|
|
45512
|
+
region?: string;
|
|
45513
|
+
regionCn?: string;
|
|
45514
|
+
/**
|
|
45515
|
+
* @example
|
|
45516
|
+
* Jiangxi
|
|
45517
|
+
*/
|
|
45518
|
+
regionEn?: string;
|
|
45519
|
+
static names(): { [key: string]: string } {
|
|
45520
|
+
return {
|
|
45521
|
+
areaCn: 'AreaCn',
|
|
45522
|
+
areaEn: 'AreaEn',
|
|
45523
|
+
city: 'City',
|
|
45524
|
+
cityCn: 'CityCn',
|
|
45525
|
+
cityEn: 'CityEn',
|
|
45526
|
+
country: 'Country',
|
|
45527
|
+
countryCn: 'CountryCn',
|
|
45528
|
+
countryEn: 'CountryEn',
|
|
45529
|
+
idcV4ProbeCount: 'IdcV4ProbeCount',
|
|
45530
|
+
idcV6ProbeCount: 'IdcV6ProbeCount',
|
|
45531
|
+
ipPool: 'IpPool',
|
|
45532
|
+
isp: 'Isp',
|
|
45533
|
+
ispCn: 'IspCn',
|
|
45534
|
+
ispEn: 'IspEn',
|
|
45535
|
+
lmProbeCount: 'LmProbeCount',
|
|
45536
|
+
mbProbeCount: 'MbProbeCount',
|
|
45537
|
+
region: 'Region',
|
|
45538
|
+
regionCn: 'RegionCn',
|
|
45539
|
+
regionEn: 'RegionEn',
|
|
45540
|
+
};
|
|
45541
|
+
}
|
|
45542
|
+
|
|
45543
|
+
static types(): { [key: string]: any } {
|
|
45544
|
+
return {
|
|
45545
|
+
areaCn: 'string',
|
|
45546
|
+
areaEn: 'string',
|
|
45547
|
+
city: 'string',
|
|
45548
|
+
cityCn: 'string',
|
|
45549
|
+
cityEn: 'string',
|
|
45550
|
+
country: 'string',
|
|
45551
|
+
countryCn: 'string',
|
|
45552
|
+
countryEn: 'string',
|
|
45553
|
+
idcV4ProbeCount: 'number',
|
|
45554
|
+
idcV6ProbeCount: 'number',
|
|
45555
|
+
ipPool: { 'type': 'array', 'itemType': 'string' },
|
|
45556
|
+
isp: 'string',
|
|
45557
|
+
ispCn: 'string',
|
|
45558
|
+
ispEn: 'string',
|
|
45559
|
+
lmProbeCount: 'number',
|
|
45560
|
+
mbProbeCount: 'number',
|
|
45561
|
+
region: 'string',
|
|
45562
|
+
regionCn: 'string',
|
|
45563
|
+
regionEn: 'string',
|
|
45564
|
+
};
|
|
45565
|
+
}
|
|
45566
|
+
|
|
45567
|
+
constructor(map?: { [key: string]: any }) {
|
|
45568
|
+
super(map);
|
|
45569
|
+
}
|
|
45570
|
+
}
|
|
45571
|
+
|
|
45247
45572
|
export class DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent extends $tea.Model {
|
|
45248
45573
|
/**
|
|
45249
45574
|
* @remarks
|
|
@@ -46253,7 +46578,7 @@ export class ModifyHostAvailabilityRequestTaskOption extends $tea.Model {
|
|
|
46253
46578
|
httpResponseMatchContent?: string;
|
|
46254
46579
|
/**
|
|
46255
46580
|
* @remarks
|
|
46256
|
-
* The URI that you want to monitor. This parameter
|
|
46581
|
+
* The URI that you want to monitor. This parameter is required if the TaskType parameter is set to HTTP or Telnet.
|
|
46257
46582
|
*
|
|
46258
46583
|
* @example
|
|
46259
46584
|
* https://www.aliyun.com
|
|
@@ -46273,7 +46598,7 @@ export class ModifyHostAvailabilityRequestTaskOption extends $tea.Model {
|
|
|
46273
46598
|
* @remarks
|
|
46274
46599
|
* The domain name or IP address that you want to monitor.
|
|
46275
46600
|
*
|
|
46276
|
-
* >
|
|
46601
|
+
* > 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
46602
|
*
|
|
46278
46603
|
* @example
|
|
46279
46604
|
* www.aliyun.com
|
|
@@ -49157,6 +49482,7 @@ export class PutResourceMetricRuleRequestEscalationsCritical extends $tea.Model
|
|
|
49157
49482
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49158
49483
|
* * LessThanThreshold: less than the threshold
|
|
49159
49484
|
* * NotEqualToThreshold: not equal to the threshold
|
|
49485
|
+
* * EqualToThreshold: equal to the threshold
|
|
49160
49486
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49161
49487
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49162
49488
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49235,6 +49561,7 @@ export class PutResourceMetricRuleRequestEscalationsInfo extends $tea.Model {
|
|
|
49235
49561
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49236
49562
|
* * LessThanThreshold: less than the threshold
|
|
49237
49563
|
* * NotEqualToThreshold: not equal to the threshold
|
|
49564
|
+
* * EqualToThreshold: equal to the threshold
|
|
49238
49565
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49239
49566
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49240
49567
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49313,6 +49640,7 @@ export class PutResourceMetricRuleRequestEscalationsWarn extends $tea.Model {
|
|
|
49313
49640
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49314
49641
|
* * LessThanThreshold: less than the threshold
|
|
49315
49642
|
* * NotEqualToThreshold: not equal to the threshold
|
|
49643
|
+
* * EqualToThreshold: equal to the threshold
|
|
49316
49644
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49317
49645
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49318
49646
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49416,6 +49744,7 @@ export class PutResourceMetricRuleRequestCompositeExpressionExpressionList exten
|
|
|
49416
49744
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49417
49745
|
* * LessThanThreshold: less than the threshold
|
|
49418
49746
|
* * NotEqualToThreshold: not equal to the threshold
|
|
49747
|
+
* * EqualToThreshold: equal to the threshold
|
|
49419
49748
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49420
49749
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49421
49750
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49712,6 +50041,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsCritical extends $tea.
|
|
|
49712
50041
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49713
50042
|
* * LessThanThreshold: less than the threshold
|
|
49714
50043
|
* * NotEqualToThreshold: not equal to the threshold
|
|
50044
|
+
* * EqualToThreshold: equal to the threshold
|
|
49715
50045
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49716
50046
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49717
50047
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49790,6 +50120,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsInfo extends $tea.Mode
|
|
|
49790
50120
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49791
50121
|
* * LessThanThreshold: less than the threshold
|
|
49792
50122
|
* * NotEqualToThreshold: not equal to the threshold
|
|
50123
|
+
* * EqualToThreshold: equal to the threshold
|
|
49793
50124
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49794
50125
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49795
50126
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -49868,6 +50199,7 @@ export class PutResourceMetricRuleShrinkRequestEscalationsWarn extends $tea.Mode
|
|
|
49868
50199
|
* * LessThanOrEqualToThreshold: less than or equal to the threshold
|
|
49869
50200
|
* * LessThanThreshold: less than the threshold
|
|
49870
50201
|
* * NotEqualToThreshold: not equal to the threshold
|
|
50202
|
+
* * EqualToThreshold: equal to the threshold
|
|
49871
50203
|
* * GreaterThanYesterday: greater than the metric value at the same time yesterday
|
|
49872
50204
|
* * LessThanYesterday: less than the metric value at the same time yesterday
|
|
49873
50205
|
* * GreaterThanLastWeek: greater than the metric value at the same time last week
|
|
@@ -54117,10 +54449,10 @@ export default class Client extends OpenApi {
|
|
|
54117
54449
|
}
|
|
54118
54450
|
|
|
54119
54451
|
/**
|
|
54120
|
-
* Queries the reported
|
|
54452
|
+
* Queries the reported monitoring data.
|
|
54121
54453
|
*
|
|
54122
54454
|
* @remarks
|
|
54123
|
-
* > You can call the DescribeMetricList operation to query the metrics of
|
|
54455
|
+
* > 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
54456
|
*
|
|
54125
54457
|
* @param request - DescribeCustomMetricListRequest
|
|
54126
54458
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -54171,10 +54503,10 @@ export default class Client extends OpenApi {
|
|
|
54171
54503
|
}
|
|
54172
54504
|
|
|
54173
54505
|
/**
|
|
54174
|
-
* Queries the reported
|
|
54506
|
+
* Queries the reported monitoring data.
|
|
54175
54507
|
*
|
|
54176
54508
|
* @remarks
|
|
54177
|
-
* > You can call the DescribeMetricList operation to query the metrics of
|
|
54509
|
+
* > 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
54510
|
*
|
|
54179
54511
|
* @param request - DescribeCustomMetricListRequest
|
|
54180
54512
|
* @returns DescribeCustomMetricListResponse
|
|
@@ -56675,6 +57007,8 @@ export default class Client extends OpenApi {
|
|
|
56675
57007
|
}
|
|
56676
57008
|
|
|
56677
57009
|
/**
|
|
57010
|
+
* Queries the fine-grained monitoring data of a site monitoring task.
|
|
57011
|
+
*
|
|
56678
57012
|
* @param request - DescribeSiteMonitorDataRequest
|
|
56679
57013
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
56680
57014
|
* @returns DescribeSiteMonitorDataResponse
|
|
@@ -56732,6 +57066,8 @@ export default class Client extends OpenApi {
|
|
|
56732
57066
|
}
|
|
56733
57067
|
|
|
56734
57068
|
/**
|
|
57069
|
+
* Queries the fine-grained monitoring data of a site monitoring task.
|
|
57070
|
+
*
|
|
56735
57071
|
* @param request - DescribeSiteMonitorDataRequest
|
|
56736
57072
|
* @returns DescribeSiteMonitorDataResponse
|
|
56737
57073
|
*/
|
|
@@ -56967,6 +57303,8 @@ export default class Client extends OpenApi {
|
|
|
56967
57303
|
}
|
|
56968
57304
|
|
|
56969
57305
|
/**
|
|
57306
|
+
* Queries the quotas and version of site monitoring.
|
|
57307
|
+
*
|
|
56970
57308
|
* @param request - DescribeSiteMonitorQuotaRequest
|
|
56971
57309
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
56972
57310
|
* @returns DescribeSiteMonitorQuotaResponse
|
|
@@ -56989,6 +57327,8 @@ export default class Client extends OpenApi {
|
|
|
56989
57327
|
}
|
|
56990
57328
|
|
|
56991
57329
|
/**
|
|
57330
|
+
* Queries the quotas and version of site monitoring.
|
|
57331
|
+
*
|
|
56992
57332
|
* @param request - DescribeSiteMonitorQuotaRequest
|
|
56993
57333
|
* @returns DescribeSiteMonitorQuotaResponse
|
|
56994
57334
|
*/
|
|
@@ -56998,8 +57338,10 @@ export default class Client extends OpenApi {
|
|
|
56998
57338
|
}
|
|
56999
57339
|
|
|
57000
57340
|
/**
|
|
57341
|
+
* Queries the statistics of a specified metric for a specified site monitoring task.
|
|
57342
|
+
*
|
|
57001
57343
|
* @remarks
|
|
57002
|
-
* This topic provides an example
|
|
57344
|
+
* 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
57345
|
*
|
|
57004
57346
|
* @param request - DescribeSiteMonitorStatisticsRequest
|
|
57005
57347
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -57042,8 +57384,10 @@ export default class Client extends OpenApi {
|
|
|
57042
57384
|
}
|
|
57043
57385
|
|
|
57044
57386
|
/**
|
|
57387
|
+
* Queries the statistics of a specified metric for a specified site monitoring task.
|
|
57388
|
+
*
|
|
57045
57389
|
* @remarks
|
|
57046
|
-
* This topic provides an example
|
|
57390
|
+
* 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
57391
|
*
|
|
57048
57392
|
* @param request - DescribeSiteMonitorStatisticsRequest
|
|
57049
57393
|
* @returns DescribeSiteMonitorStatisticsResponse
|
|
@@ -57053,6 +57397,76 @@ export default class Client extends OpenApi {
|
|
|
57053
57397
|
return await this.describeSiteMonitorStatisticsWithOptions(request, runtime);
|
|
57054
57398
|
}
|
|
57055
57399
|
|
|
57400
|
+
/**
|
|
57401
|
+
* 查询拨测探测节点列表
|
|
57402
|
+
*
|
|
57403
|
+
* @param request - DescribeSyntheticProbeListRequest
|
|
57404
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57405
|
+
* @returns DescribeSyntheticProbeListResponse
|
|
57406
|
+
*/
|
|
57407
|
+
async describeSyntheticProbeListWithOptions(request: DescribeSyntheticProbeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSyntheticProbeListResponse> {
|
|
57408
|
+
Util.validateModel(request);
|
|
57409
|
+
let query = { };
|
|
57410
|
+
if (!Util.isUnset(request.city)) {
|
|
57411
|
+
query["City"] = request.city;
|
|
57412
|
+
}
|
|
57413
|
+
|
|
57414
|
+
if (!Util.isUnset(request.idcProbe)) {
|
|
57415
|
+
query["IdcProbe"] = request.idcProbe;
|
|
57416
|
+
}
|
|
57417
|
+
|
|
57418
|
+
if (!Util.isUnset(request.ipv4)) {
|
|
57419
|
+
query["Ipv4"] = request.ipv4;
|
|
57420
|
+
}
|
|
57421
|
+
|
|
57422
|
+
if (!Util.isUnset(request.ipv6)) {
|
|
57423
|
+
query["Ipv6"] = request.ipv6;
|
|
57424
|
+
}
|
|
57425
|
+
|
|
57426
|
+
if (!Util.isUnset(request.isp)) {
|
|
57427
|
+
query["Isp"] = request.isp;
|
|
57428
|
+
}
|
|
57429
|
+
|
|
57430
|
+
if (!Util.isUnset(request.lmProbe)) {
|
|
57431
|
+
query["LmProbe"] = request.lmProbe;
|
|
57432
|
+
}
|
|
57433
|
+
|
|
57434
|
+
if (!Util.isUnset(request.mbProbe)) {
|
|
57435
|
+
query["MbProbe"] = request.mbProbe;
|
|
57436
|
+
}
|
|
57437
|
+
|
|
57438
|
+
if (!Util.isUnset(request.viewAll)) {
|
|
57439
|
+
query["ViewAll"] = request.viewAll;
|
|
57440
|
+
}
|
|
57441
|
+
|
|
57442
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
57443
|
+
query: OpenApiUtil.query(query),
|
|
57444
|
+
});
|
|
57445
|
+
let params = new $OpenApi.Params({
|
|
57446
|
+
action: "DescribeSyntheticProbeList",
|
|
57447
|
+
version: "2019-01-01",
|
|
57448
|
+
protocol: "HTTPS",
|
|
57449
|
+
pathname: "/",
|
|
57450
|
+
method: "POST",
|
|
57451
|
+
authType: "AK",
|
|
57452
|
+
style: "RPC",
|
|
57453
|
+
reqBodyType: "formData",
|
|
57454
|
+
bodyType: "json",
|
|
57455
|
+
});
|
|
57456
|
+
return $tea.cast<DescribeSyntheticProbeListResponse>(await this.callApi(params, req, runtime), new DescribeSyntheticProbeListResponse({}));
|
|
57457
|
+
}
|
|
57458
|
+
|
|
57459
|
+
/**
|
|
57460
|
+
* 查询拨测探测节点列表
|
|
57461
|
+
*
|
|
57462
|
+
* @param request - DescribeSyntheticProbeListRequest
|
|
57463
|
+
* @returns DescribeSyntheticProbeListResponse
|
|
57464
|
+
*/
|
|
57465
|
+
async describeSyntheticProbeList(request: DescribeSyntheticProbeListRequest): Promise<DescribeSyntheticProbeListResponse> {
|
|
57466
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
57467
|
+
return await this.describeSyntheticProbeListWithOptions(request, runtime);
|
|
57468
|
+
}
|
|
57469
|
+
|
|
57056
57470
|
/**
|
|
57057
57471
|
* Queries the details of a system event.
|
|
57058
57472
|
*
|
|
@@ -57573,6 +57987,8 @@ export default class Client extends OpenApi {
|
|
|
57573
57987
|
}
|
|
57574
57988
|
|
|
57575
57989
|
/**
|
|
57990
|
+
* Disables alert rules.
|
|
57991
|
+
*
|
|
57576
57992
|
* @param request - DisableMetricRulesRequest
|
|
57577
57993
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
57578
57994
|
* @returns DisableMetricRulesResponse
|
|
@@ -57602,6 +58018,8 @@ export default class Client extends OpenApi {
|
|
|
57602
58018
|
}
|
|
57603
58019
|
|
|
57604
58020
|
/**
|
|
58021
|
+
* Disables alert rules.
|
|
58022
|
+
*
|
|
57605
58023
|
* @param request - DisableMetricRulesRequest
|
|
57606
58024
|
* @returns DisableMetricRulesResponse
|
|
57607
58025
|
*/
|
|
@@ -57611,6 +58029,8 @@ export default class Client extends OpenApi {
|
|
|
57611
58029
|
}
|
|
57612
58030
|
|
|
57613
58031
|
/**
|
|
58032
|
+
* Disables site monitoring tasks.
|
|
58033
|
+
*
|
|
57614
58034
|
* @param request - DisableSiteMonitorsRequest
|
|
57615
58035
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
57616
58036
|
* @returns DisableSiteMonitorsResponse
|
|
@@ -57640,6 +58060,8 @@ export default class Client extends OpenApi {
|
|
|
57640
58060
|
}
|
|
57641
58061
|
|
|
57642
58062
|
/**
|
|
58063
|
+
* Disables site monitoring tasks.
|
|
58064
|
+
*
|
|
57643
58065
|
* @param request - DisableSiteMonitorsRequest
|
|
57644
58066
|
* @returns DisableSiteMonitorsResponse
|
|
57645
58067
|
*/
|
|
@@ -57851,6 +58273,8 @@ export default class Client extends OpenApi {
|
|
|
57851
58273
|
}
|
|
57852
58274
|
|
|
57853
58275
|
/**
|
|
58276
|
+
* Enables site monitoring tasks.
|
|
58277
|
+
*
|
|
57854
58278
|
* @param request - EnableSiteMonitorsRequest
|
|
57855
58279
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
57856
58280
|
* @returns EnableSiteMonitorsResponse
|
|
@@ -57880,6 +58304,8 @@ export default class Client extends OpenApi {
|
|
|
57880
58304
|
}
|
|
57881
58305
|
|
|
57882
58306
|
/**
|
|
58307
|
+
* Enables site monitoring tasks.
|
|
58308
|
+
*
|
|
57883
58309
|
* @param request - EnableSiteMonitorsRequest
|
|
57884
58310
|
* @returns EnableSiteMonitorsResponse
|
|
57885
58311
|
*/
|
|
@@ -59727,7 +60153,7 @@ export default class Client extends OpenApi {
|
|
|
59727
60153
|
}
|
|
59728
60154
|
|
|
59729
60155
|
/**
|
|
59730
|
-
*
|
|
60156
|
+
* Configures an alert rule.
|
|
59731
60157
|
*
|
|
59732
60158
|
* @remarks
|
|
59733
60159
|
* 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 +60265,7 @@ export default class Client extends OpenApi {
|
|
|
59839
60265
|
}
|
|
59840
60266
|
|
|
59841
60267
|
/**
|
|
59842
|
-
*
|
|
60268
|
+
* Configures an alert rule.
|
|
59843
60269
|
*
|
|
59844
60270
|
* @remarks
|
|
59845
60271
|
* 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`.
|