@alicloud/cms20190101 2.0.9 → 2.0.11
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 +546 -510
- package/dist/client.js +118 -18
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +632 -512
package/dist/client.d.ts
CHANGED
|
@@ -7,14 +7,18 @@ import * as $tea from '@alicloud/tea-typescript';
|
|
|
7
7
|
export declare class AlertEvent extends $tea.Model {
|
|
8
8
|
alertName?: string;
|
|
9
9
|
alertStatus?: string;
|
|
10
|
+
arn?: string;
|
|
11
|
+
content?: string;
|
|
10
12
|
customLabels?: {
|
|
11
13
|
[key: string]: any;
|
|
12
14
|
};
|
|
13
15
|
deDupId?: string;
|
|
14
16
|
details?: string;
|
|
15
17
|
eventName?: string;
|
|
18
|
+
eventType?: string;
|
|
16
19
|
expression?: string;
|
|
17
20
|
metrics?: AlertEventMetrics[];
|
|
21
|
+
product?: string;
|
|
18
22
|
resourceInfo?: {
|
|
19
23
|
[key: string]: any;
|
|
20
24
|
};
|
|
@@ -167,6 +171,7 @@ export declare class NotificationStrategy extends $tea.Model {
|
|
|
167
171
|
filterSetting?: NotificationStrategyFilterSetting;
|
|
168
172
|
groupingSetting?: NotificationStrategyGroupingSetting;
|
|
169
173
|
name?: string;
|
|
174
|
+
product?: string;
|
|
170
175
|
pushingSetting?: NotificationStrategyPushingSetting;
|
|
171
176
|
updateTime?: string;
|
|
172
177
|
userId?: string;
|
|
@@ -232,7 +237,9 @@ export declare class Subscription extends $tea.Model {
|
|
|
232
237
|
conditions?: SubscriptionConditions[];
|
|
233
238
|
createTime?: string;
|
|
234
239
|
description?: string;
|
|
240
|
+
enabled?: boolean;
|
|
235
241
|
name?: string;
|
|
242
|
+
product?: string;
|
|
236
243
|
relation?: string;
|
|
237
244
|
strategyUuid?: string;
|
|
238
245
|
updateTime?: string;
|
|
@@ -277,11 +284,11 @@ export declare class AddTagsResponseBody extends $tea.Model {
|
|
|
277
284
|
});
|
|
278
285
|
}
|
|
279
286
|
export declare class AddTagsResponse extends $tea.Model {
|
|
280
|
-
headers
|
|
287
|
+
headers?: {
|
|
281
288
|
[key: string]: string;
|
|
282
289
|
};
|
|
283
|
-
statusCode
|
|
284
|
-
body
|
|
290
|
+
statusCode?: number;
|
|
291
|
+
body?: AddTagsResponseBody;
|
|
285
292
|
static names(): {
|
|
286
293
|
[key: string]: string;
|
|
287
294
|
};
|
|
@@ -328,11 +335,11 @@ export declare class ApplyMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
328
335
|
});
|
|
329
336
|
}
|
|
330
337
|
export declare class ApplyMetricRuleTemplateResponse extends $tea.Model {
|
|
331
|
-
headers
|
|
338
|
+
headers?: {
|
|
332
339
|
[key: string]: string;
|
|
333
340
|
};
|
|
334
|
-
statusCode
|
|
335
|
-
body
|
|
341
|
+
statusCode?: number;
|
|
342
|
+
body?: ApplyMetricRuleTemplateResponseBody;
|
|
336
343
|
static names(): {
|
|
337
344
|
[key: string]: string;
|
|
338
345
|
};
|
|
@@ -373,11 +380,11 @@ export declare class BatchCreateInstantSiteMonitorResponseBody extends $tea.Mode
|
|
|
373
380
|
});
|
|
374
381
|
}
|
|
375
382
|
export declare class BatchCreateInstantSiteMonitorResponse extends $tea.Model {
|
|
376
|
-
headers
|
|
383
|
+
headers?: {
|
|
377
384
|
[key: string]: string;
|
|
378
385
|
};
|
|
379
|
-
statusCode
|
|
380
|
-
body
|
|
386
|
+
statusCode?: number;
|
|
387
|
+
body?: BatchCreateInstantSiteMonitorResponseBody;
|
|
381
388
|
static names(): {
|
|
382
389
|
[key: string]: string;
|
|
383
390
|
};
|
|
@@ -418,11 +425,11 @@ export declare class BatchCreateIntantSiteMonitorResponseBody extends $tea.Model
|
|
|
418
425
|
});
|
|
419
426
|
}
|
|
420
427
|
export declare class BatchCreateIntantSiteMonitorResponse extends $tea.Model {
|
|
421
|
-
headers
|
|
428
|
+
headers?: {
|
|
422
429
|
[key: string]: string;
|
|
423
430
|
};
|
|
424
|
-
statusCode
|
|
425
|
-
body
|
|
431
|
+
statusCode?: number;
|
|
432
|
+
body?: BatchCreateIntantSiteMonitorResponseBody;
|
|
426
433
|
static names(): {
|
|
427
434
|
[key: string]: string;
|
|
428
435
|
};
|
|
@@ -486,11 +493,11 @@ export declare class BatchExportResponseBody extends $tea.Model {
|
|
|
486
493
|
});
|
|
487
494
|
}
|
|
488
495
|
export declare class BatchExportResponse extends $tea.Model {
|
|
489
|
-
headers
|
|
496
|
+
headers?: {
|
|
490
497
|
[key: string]: string;
|
|
491
498
|
};
|
|
492
|
-
statusCode
|
|
493
|
-
body
|
|
499
|
+
statusCode?: number;
|
|
500
|
+
body?: BatchExportResponseBody;
|
|
494
501
|
static names(): {
|
|
495
502
|
[key: string]: string;
|
|
496
503
|
};
|
|
@@ -532,11 +539,11 @@ export declare class CreateCmsCallNumOrderResponseBody extends $tea.Model {
|
|
|
532
539
|
});
|
|
533
540
|
}
|
|
534
541
|
export declare class CreateCmsCallNumOrderResponse extends $tea.Model {
|
|
535
|
-
headers
|
|
542
|
+
headers?: {
|
|
536
543
|
[key: string]: string;
|
|
537
544
|
};
|
|
538
|
-
statusCode
|
|
539
|
-
body
|
|
545
|
+
statusCode?: number;
|
|
546
|
+
body?: CreateCmsCallNumOrderResponseBody;
|
|
540
547
|
static names(): {
|
|
541
548
|
[key: string]: string;
|
|
542
549
|
};
|
|
@@ -589,11 +596,11 @@ export declare class CreateCmsOrderResponseBody extends $tea.Model {
|
|
|
589
596
|
});
|
|
590
597
|
}
|
|
591
598
|
export declare class CreateCmsOrderResponse extends $tea.Model {
|
|
592
|
-
headers
|
|
599
|
+
headers?: {
|
|
593
600
|
[key: string]: string;
|
|
594
601
|
};
|
|
595
|
-
statusCode
|
|
596
|
-
body
|
|
602
|
+
statusCode?: number;
|
|
603
|
+
body?: CreateCmsOrderResponseBody;
|
|
597
604
|
static names(): {
|
|
598
605
|
[key: string]: string;
|
|
599
606
|
};
|
|
@@ -635,11 +642,11 @@ export declare class CreateCmsSmspackageOrderResponseBody extends $tea.Model {
|
|
|
635
642
|
});
|
|
636
643
|
}
|
|
637
644
|
export declare class CreateCmsSmspackageOrderResponse extends $tea.Model {
|
|
638
|
-
headers
|
|
645
|
+
headers?: {
|
|
639
646
|
[key: string]: string;
|
|
640
647
|
};
|
|
641
|
-
statusCode
|
|
642
|
-
body
|
|
648
|
+
statusCode?: number;
|
|
649
|
+
body?: CreateCmsSmspackageOrderResponseBody;
|
|
643
650
|
static names(): {
|
|
644
651
|
[key: string]: string;
|
|
645
652
|
};
|
|
@@ -687,11 +694,11 @@ export declare class CreateDynamicTagGroupResponseBody extends $tea.Model {
|
|
|
687
694
|
});
|
|
688
695
|
}
|
|
689
696
|
export declare class CreateDynamicTagGroupResponse extends $tea.Model {
|
|
690
|
-
headers
|
|
697
|
+
headers?: {
|
|
691
698
|
[key: string]: string;
|
|
692
699
|
};
|
|
693
|
-
statusCode
|
|
694
|
-
body
|
|
700
|
+
statusCode?: number;
|
|
701
|
+
body?: CreateDynamicTagGroupResponseBody;
|
|
695
702
|
static names(): {
|
|
696
703
|
[key: string]: string;
|
|
697
704
|
};
|
|
@@ -733,11 +740,11 @@ export declare class CreateGroupMetricRulesResponseBody extends $tea.Model {
|
|
|
733
740
|
});
|
|
734
741
|
}
|
|
735
742
|
export declare class CreateGroupMetricRulesResponse extends $tea.Model {
|
|
736
|
-
headers
|
|
743
|
+
headers?: {
|
|
737
744
|
[key: string]: string;
|
|
738
745
|
};
|
|
739
|
-
statusCode
|
|
740
|
-
body
|
|
746
|
+
statusCode?: number;
|
|
747
|
+
body?: CreateGroupMetricRulesResponseBody;
|
|
741
748
|
static names(): {
|
|
742
749
|
[key: string]: string;
|
|
743
750
|
};
|
|
@@ -782,11 +789,11 @@ export declare class CreateGroupMonitoringAgentProcessResponseBody extends $tea.
|
|
|
782
789
|
});
|
|
783
790
|
}
|
|
784
791
|
export declare class CreateGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
785
|
-
headers
|
|
792
|
+
headers?: {
|
|
786
793
|
[key: string]: string;
|
|
787
794
|
};
|
|
788
|
-
statusCode
|
|
789
|
-
body
|
|
795
|
+
statusCode?: number;
|
|
796
|
+
body?: CreateGroupMonitoringAgentProcessResponseBody;
|
|
790
797
|
static names(): {
|
|
791
798
|
[key: string]: string;
|
|
792
799
|
};
|
|
@@ -835,11 +842,11 @@ export declare class CreateHostAvailabilityResponseBody extends $tea.Model {
|
|
|
835
842
|
});
|
|
836
843
|
}
|
|
837
844
|
export declare class CreateHostAvailabilityResponse extends $tea.Model {
|
|
838
|
-
headers
|
|
845
|
+
headers?: {
|
|
839
846
|
[key: string]: string;
|
|
840
847
|
};
|
|
841
|
-
statusCode
|
|
842
|
-
body
|
|
848
|
+
statusCode?: number;
|
|
849
|
+
body?: CreateHostAvailabilityResponseBody;
|
|
843
850
|
static names(): {
|
|
844
851
|
[key: string]: string;
|
|
845
852
|
};
|
|
@@ -853,6 +860,8 @@ export declare class CreateHostAvailabilityResponse extends $tea.Model {
|
|
|
853
860
|
export declare class CreateHybridMonitorNamespaceRequest extends $tea.Model {
|
|
854
861
|
description?: string;
|
|
855
862
|
namespace?: string;
|
|
863
|
+
namespaceRegion?: string;
|
|
864
|
+
namespaceType?: string;
|
|
856
865
|
regionId?: string;
|
|
857
866
|
spec?: string;
|
|
858
867
|
static names(): {
|
|
@@ -881,11 +890,11 @@ export declare class CreateHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
881
890
|
});
|
|
882
891
|
}
|
|
883
892
|
export declare class CreateHybridMonitorNamespaceResponse extends $tea.Model {
|
|
884
|
-
headers
|
|
893
|
+
headers?: {
|
|
885
894
|
[key: string]: string;
|
|
886
895
|
};
|
|
887
|
-
statusCode
|
|
888
|
-
body
|
|
896
|
+
statusCode?: number;
|
|
897
|
+
body?: CreateHybridMonitorNamespaceResponseBody;
|
|
889
898
|
static names(): {
|
|
890
899
|
[key: string]: string;
|
|
891
900
|
};
|
|
@@ -927,11 +936,11 @@ export declare class CreateHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
927
936
|
});
|
|
928
937
|
}
|
|
929
938
|
export declare class CreateHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
930
|
-
headers
|
|
939
|
+
headers?: {
|
|
931
940
|
[key: string]: string;
|
|
932
941
|
};
|
|
933
|
-
statusCode
|
|
934
|
-
body
|
|
942
|
+
statusCode?: number;
|
|
943
|
+
body?: CreateHybridMonitorSLSGroupResponseBody;
|
|
935
944
|
static names(): {
|
|
936
945
|
[key: string]: string;
|
|
937
946
|
};
|
|
@@ -944,6 +953,7 @@ export declare class CreateHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
|
944
953
|
}
|
|
945
954
|
export declare class CreateHybridMonitorTaskRequest extends $tea.Model {
|
|
946
955
|
attachLabels?: CreateHybridMonitorTaskRequestAttachLabels[];
|
|
956
|
+
cloudAccessId?: string[];
|
|
947
957
|
collectInterval?: string;
|
|
948
958
|
collectTargetType?: string;
|
|
949
959
|
description?: string;
|
|
@@ -983,11 +993,11 @@ export declare class CreateHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
983
993
|
});
|
|
984
994
|
}
|
|
985
995
|
export declare class CreateHybridMonitorTaskResponse extends $tea.Model {
|
|
986
|
-
headers
|
|
996
|
+
headers?: {
|
|
987
997
|
[key: string]: string;
|
|
988
998
|
};
|
|
989
|
-
statusCode
|
|
990
|
-
body
|
|
999
|
+
statusCode?: number;
|
|
1000
|
+
body?: CreateHybridMonitorTaskResponseBody;
|
|
991
1001
|
static names(): {
|
|
992
1002
|
[key: string]: string;
|
|
993
1003
|
};
|
|
@@ -1033,11 +1043,11 @@ export declare class CreateInstantSiteMonitorResponseBody extends $tea.Model {
|
|
|
1033
1043
|
});
|
|
1034
1044
|
}
|
|
1035
1045
|
export declare class CreateInstantSiteMonitorResponse extends $tea.Model {
|
|
1036
|
-
headers
|
|
1046
|
+
headers?: {
|
|
1037
1047
|
[key: string]: string;
|
|
1038
1048
|
};
|
|
1039
|
-
statusCode
|
|
1040
|
-
body
|
|
1049
|
+
statusCode?: number;
|
|
1050
|
+
body?: CreateInstantSiteMonitorResponseBody;
|
|
1041
1051
|
static names(): {
|
|
1042
1052
|
[key: string]: string;
|
|
1043
1053
|
};
|
|
@@ -1087,11 +1097,11 @@ export declare class CreateMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
1087
1097
|
});
|
|
1088
1098
|
}
|
|
1089
1099
|
export declare class CreateMetricRuleBlackListResponse extends $tea.Model {
|
|
1090
|
-
headers
|
|
1100
|
+
headers?: {
|
|
1091
1101
|
[key: string]: string;
|
|
1092
1102
|
};
|
|
1093
|
-
statusCode
|
|
1094
|
-
body
|
|
1103
|
+
statusCode?: number;
|
|
1104
|
+
body?: CreateMetricRuleBlackListResponseBody;
|
|
1095
1105
|
static names(): {
|
|
1096
1106
|
[key: string]: string;
|
|
1097
1107
|
};
|
|
@@ -1132,11 +1142,11 @@ export declare class CreateMetricRuleResourcesResponseBody extends $tea.Model {
|
|
|
1132
1142
|
});
|
|
1133
1143
|
}
|
|
1134
1144
|
export declare class CreateMetricRuleResourcesResponse extends $tea.Model {
|
|
1135
|
-
headers
|
|
1145
|
+
headers?: {
|
|
1136
1146
|
[key: string]: string;
|
|
1137
1147
|
};
|
|
1138
|
-
statusCode
|
|
1139
|
-
body
|
|
1148
|
+
statusCode?: number;
|
|
1149
|
+
body?: CreateMetricRuleResourcesResponseBody;
|
|
1140
1150
|
static names(): {
|
|
1141
1151
|
[key: string]: string;
|
|
1142
1152
|
};
|
|
@@ -1179,11 +1189,11 @@ export declare class CreateMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
1179
1189
|
});
|
|
1180
1190
|
}
|
|
1181
1191
|
export declare class CreateMetricRuleTemplateResponse extends $tea.Model {
|
|
1182
|
-
headers
|
|
1192
|
+
headers?: {
|
|
1183
1193
|
[key: string]: string;
|
|
1184
1194
|
};
|
|
1185
|
-
statusCode
|
|
1186
|
-
body
|
|
1195
|
+
statusCode?: number;
|
|
1196
|
+
body?: CreateMetricRuleTemplateResponseBody;
|
|
1187
1197
|
static names(): {
|
|
1188
1198
|
[key: string]: string;
|
|
1189
1199
|
};
|
|
@@ -1226,11 +1236,11 @@ export declare class CreateMonitorAgentProcessResponseBody extends $tea.Model {
|
|
|
1226
1236
|
});
|
|
1227
1237
|
}
|
|
1228
1238
|
export declare class CreateMonitorAgentProcessResponse extends $tea.Model {
|
|
1229
|
-
headers
|
|
1239
|
+
headers?: {
|
|
1230
1240
|
[key: string]: string;
|
|
1231
1241
|
};
|
|
1232
|
-
statusCode
|
|
1233
|
-
body
|
|
1242
|
+
statusCode?: number;
|
|
1243
|
+
body?: CreateMonitorAgentProcessResponseBody;
|
|
1234
1244
|
static names(): {
|
|
1235
1245
|
[key: string]: string;
|
|
1236
1246
|
};
|
|
@@ -1272,11 +1282,11 @@ export declare class CreateMonitorGroupResponseBody extends $tea.Model {
|
|
|
1272
1282
|
});
|
|
1273
1283
|
}
|
|
1274
1284
|
export declare class CreateMonitorGroupResponse extends $tea.Model {
|
|
1275
|
-
headers
|
|
1285
|
+
headers?: {
|
|
1276
1286
|
[key: string]: string;
|
|
1277
1287
|
};
|
|
1278
|
-
statusCode
|
|
1279
|
-
body
|
|
1288
|
+
statusCode?: number;
|
|
1289
|
+
body?: CreateMonitorGroupResponseBody;
|
|
1280
1290
|
static names(): {
|
|
1281
1291
|
[key: string]: string;
|
|
1282
1292
|
};
|
|
@@ -1321,11 +1331,11 @@ export declare class CreateMonitorGroupByResourceGroupIdResponseBody extends $te
|
|
|
1321
1331
|
});
|
|
1322
1332
|
}
|
|
1323
1333
|
export declare class CreateMonitorGroupByResourceGroupIdResponse extends $tea.Model {
|
|
1324
|
-
headers
|
|
1334
|
+
headers?: {
|
|
1325
1335
|
[key: string]: string;
|
|
1326
1336
|
};
|
|
1327
|
-
statusCode
|
|
1328
|
-
body
|
|
1337
|
+
statusCode?: number;
|
|
1338
|
+
body?: CreateMonitorGroupByResourceGroupIdResponseBody;
|
|
1329
1339
|
static names(): {
|
|
1330
1340
|
[key: string]: string;
|
|
1331
1341
|
};
|
|
@@ -1366,11 +1376,11 @@ export declare class CreateMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
1366
1376
|
});
|
|
1367
1377
|
}
|
|
1368
1378
|
export declare class CreateMonitorGroupInstancesResponse extends $tea.Model {
|
|
1369
|
-
headers
|
|
1379
|
+
headers?: {
|
|
1370
1380
|
[key: string]: string;
|
|
1371
1381
|
};
|
|
1372
|
-
statusCode
|
|
1373
|
-
body
|
|
1382
|
+
statusCode?: number;
|
|
1383
|
+
body?: CreateMonitorGroupInstancesResponseBody;
|
|
1374
1384
|
static names(): {
|
|
1375
1385
|
[key: string]: string;
|
|
1376
1386
|
};
|
|
@@ -1414,11 +1424,11 @@ export declare class CreateMonitorGroupNotifyPolicyResponseBody extends $tea.Mod
|
|
|
1414
1424
|
});
|
|
1415
1425
|
}
|
|
1416
1426
|
export declare class CreateMonitorGroupNotifyPolicyResponse extends $tea.Model {
|
|
1417
|
-
headers
|
|
1427
|
+
headers?: {
|
|
1418
1428
|
[key: string]: string;
|
|
1419
1429
|
};
|
|
1420
|
-
statusCode
|
|
1421
|
-
body
|
|
1430
|
+
statusCode?: number;
|
|
1431
|
+
body?: CreateMonitorGroupNotifyPolicyResponseBody;
|
|
1422
1432
|
static names(): {
|
|
1423
1433
|
[key: string]: string;
|
|
1424
1434
|
};
|
|
@@ -1461,11 +1471,11 @@ export declare class CreateMonitoringAgentProcessResponseBody extends $tea.Model
|
|
|
1461
1471
|
});
|
|
1462
1472
|
}
|
|
1463
1473
|
export declare class CreateMonitoringAgentProcessResponse extends $tea.Model {
|
|
1464
|
-
headers
|
|
1474
|
+
headers?: {
|
|
1465
1475
|
[key: string]: string;
|
|
1466
1476
|
};
|
|
1467
|
-
statusCode
|
|
1468
|
-
body
|
|
1477
|
+
statusCode?: number;
|
|
1478
|
+
body?: CreateMonitoringAgentProcessResponseBody;
|
|
1469
1479
|
static names(): {
|
|
1470
1480
|
[key: string]: string;
|
|
1471
1481
|
};
|
|
@@ -1514,11 +1524,11 @@ export declare class CreateSiteMonitorResponseBody extends $tea.Model {
|
|
|
1514
1524
|
});
|
|
1515
1525
|
}
|
|
1516
1526
|
export declare class CreateSiteMonitorResponse extends $tea.Model {
|
|
1517
|
-
headers
|
|
1527
|
+
headers?: {
|
|
1518
1528
|
[key: string]: string;
|
|
1519
1529
|
};
|
|
1520
|
-
statusCode
|
|
1521
|
-
body
|
|
1530
|
+
statusCode?: number;
|
|
1531
|
+
body?: CreateSiteMonitorResponseBody;
|
|
1522
1532
|
static names(): {
|
|
1523
1533
|
[key: string]: string;
|
|
1524
1534
|
};
|
|
@@ -1580,11 +1590,11 @@ export declare class CursorResponseBody extends $tea.Model {
|
|
|
1580
1590
|
});
|
|
1581
1591
|
}
|
|
1582
1592
|
export declare class CursorResponse extends $tea.Model {
|
|
1583
|
-
headers
|
|
1593
|
+
headers?: {
|
|
1584
1594
|
[key: string]: string;
|
|
1585
1595
|
};
|
|
1586
|
-
statusCode
|
|
1587
|
-
body
|
|
1596
|
+
statusCode?: number;
|
|
1597
|
+
body?: CursorResponseBody;
|
|
1588
1598
|
static names(): {
|
|
1589
1599
|
[key: string]: string;
|
|
1590
1600
|
};
|
|
@@ -1623,11 +1633,11 @@ export declare class DeleteContactResponseBody extends $tea.Model {
|
|
|
1623
1633
|
});
|
|
1624
1634
|
}
|
|
1625
1635
|
export declare class DeleteContactResponse extends $tea.Model {
|
|
1626
|
-
headers
|
|
1636
|
+
headers?: {
|
|
1627
1637
|
[key: string]: string;
|
|
1628
1638
|
};
|
|
1629
|
-
statusCode
|
|
1630
|
-
body
|
|
1639
|
+
statusCode?: number;
|
|
1640
|
+
body?: DeleteContactResponseBody;
|
|
1631
1641
|
static names(): {
|
|
1632
1642
|
[key: string]: string;
|
|
1633
1643
|
};
|
|
@@ -1666,11 +1676,11 @@ export declare class DeleteContactGroupResponseBody extends $tea.Model {
|
|
|
1666
1676
|
});
|
|
1667
1677
|
}
|
|
1668
1678
|
export declare class DeleteContactGroupResponse extends $tea.Model {
|
|
1669
|
-
headers
|
|
1679
|
+
headers?: {
|
|
1670
1680
|
[key: string]: string;
|
|
1671
1681
|
};
|
|
1672
|
-
statusCode
|
|
1673
|
-
body
|
|
1682
|
+
statusCode?: number;
|
|
1683
|
+
body?: DeleteContactGroupResponseBody;
|
|
1674
1684
|
static names(): {
|
|
1675
1685
|
[key: string]: string;
|
|
1676
1686
|
};
|
|
@@ -1712,11 +1722,11 @@ export declare class DeleteCustomMetricResponseBody extends $tea.Model {
|
|
|
1712
1722
|
});
|
|
1713
1723
|
}
|
|
1714
1724
|
export declare class DeleteCustomMetricResponse extends $tea.Model {
|
|
1715
|
-
headers
|
|
1725
|
+
headers?: {
|
|
1716
1726
|
[key: string]: string;
|
|
1717
1727
|
};
|
|
1718
|
-
statusCode
|
|
1719
|
-
body
|
|
1728
|
+
statusCode?: number;
|
|
1729
|
+
body?: DeleteCustomMetricResponseBody;
|
|
1720
1730
|
static names(): {
|
|
1721
1731
|
[key: string]: string;
|
|
1722
1732
|
};
|
|
@@ -1756,11 +1766,11 @@ export declare class DeleteDynamicTagGroupResponseBody extends $tea.Model {
|
|
|
1756
1766
|
});
|
|
1757
1767
|
}
|
|
1758
1768
|
export declare class DeleteDynamicTagGroupResponse extends $tea.Model {
|
|
1759
|
-
headers
|
|
1769
|
+
headers?: {
|
|
1760
1770
|
[key: string]: string;
|
|
1761
1771
|
};
|
|
1762
|
-
statusCode
|
|
1763
|
-
body
|
|
1772
|
+
statusCode?: number;
|
|
1773
|
+
body?: DeleteDynamicTagGroupResponseBody;
|
|
1764
1774
|
static names(): {
|
|
1765
1775
|
[key: string]: string;
|
|
1766
1776
|
};
|
|
@@ -1801,11 +1811,11 @@ export declare class DeleteEventRuleTargetsResponseBody extends $tea.Model {
|
|
|
1801
1811
|
});
|
|
1802
1812
|
}
|
|
1803
1813
|
export declare class DeleteEventRuleTargetsResponse extends $tea.Model {
|
|
1804
|
-
headers
|
|
1814
|
+
headers?: {
|
|
1805
1815
|
[key: string]: string;
|
|
1806
1816
|
};
|
|
1807
|
-
statusCode
|
|
1808
|
-
body
|
|
1817
|
+
statusCode?: number;
|
|
1818
|
+
body?: DeleteEventRuleTargetsResponseBody;
|
|
1809
1819
|
static names(): {
|
|
1810
1820
|
[key: string]: string;
|
|
1811
1821
|
};
|
|
@@ -1844,11 +1854,11 @@ export declare class DeleteEventRulesResponseBody extends $tea.Model {
|
|
|
1844
1854
|
});
|
|
1845
1855
|
}
|
|
1846
1856
|
export declare class DeleteEventRulesResponse extends $tea.Model {
|
|
1847
|
-
headers
|
|
1857
|
+
headers?: {
|
|
1848
1858
|
[key: string]: string;
|
|
1849
1859
|
};
|
|
1850
|
-
statusCode
|
|
1851
|
-
body
|
|
1860
|
+
statusCode?: number;
|
|
1861
|
+
body?: DeleteEventRulesResponseBody;
|
|
1852
1862
|
static names(): {
|
|
1853
1863
|
[key: string]: string;
|
|
1854
1864
|
};
|
|
@@ -1888,11 +1898,11 @@ export declare class DeleteExporterOutputResponseBody extends $tea.Model {
|
|
|
1888
1898
|
});
|
|
1889
1899
|
}
|
|
1890
1900
|
export declare class DeleteExporterOutputResponse extends $tea.Model {
|
|
1891
|
-
headers
|
|
1901
|
+
headers?: {
|
|
1892
1902
|
[key: string]: string;
|
|
1893
1903
|
};
|
|
1894
|
-
statusCode
|
|
1895
|
-
body
|
|
1904
|
+
statusCode?: number;
|
|
1905
|
+
body?: DeleteExporterOutputResponseBody;
|
|
1896
1906
|
static names(): {
|
|
1897
1907
|
[key: string]: string;
|
|
1898
1908
|
};
|
|
@@ -1932,11 +1942,11 @@ export declare class DeleteExporterRuleResponseBody extends $tea.Model {
|
|
|
1932
1942
|
});
|
|
1933
1943
|
}
|
|
1934
1944
|
export declare class DeleteExporterRuleResponse extends $tea.Model {
|
|
1935
|
-
headers
|
|
1945
|
+
headers?: {
|
|
1936
1946
|
[key: string]: string;
|
|
1937
1947
|
};
|
|
1938
|
-
statusCode
|
|
1939
|
-
body
|
|
1948
|
+
statusCode?: number;
|
|
1949
|
+
body?: DeleteExporterRuleResponseBody;
|
|
1940
1950
|
static names(): {
|
|
1941
1951
|
[key: string]: string;
|
|
1942
1952
|
};
|
|
@@ -1977,11 +1987,11 @@ export declare class DeleteGroupMonitoringAgentProcessResponseBody extends $tea.
|
|
|
1977
1987
|
});
|
|
1978
1988
|
}
|
|
1979
1989
|
export declare class DeleteGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
1980
|
-
headers
|
|
1990
|
+
headers?: {
|
|
1981
1991
|
[key: string]: string;
|
|
1982
1992
|
};
|
|
1983
|
-
statusCode
|
|
1984
|
-
body
|
|
1993
|
+
statusCode?: number;
|
|
1994
|
+
body?: DeleteGroupMonitoringAgentProcessResponseBody;
|
|
1985
1995
|
static names(): {
|
|
1986
1996
|
[key: string]: string;
|
|
1987
1997
|
};
|
|
@@ -2021,11 +2031,11 @@ export declare class DeleteHostAvailabilityResponseBody extends $tea.Model {
|
|
|
2021
2031
|
});
|
|
2022
2032
|
}
|
|
2023
2033
|
export declare class DeleteHostAvailabilityResponse extends $tea.Model {
|
|
2024
|
-
headers
|
|
2034
|
+
headers?: {
|
|
2025
2035
|
[key: string]: string;
|
|
2026
2036
|
};
|
|
2027
|
-
statusCode
|
|
2028
|
-
body
|
|
2037
|
+
statusCode?: number;
|
|
2038
|
+
body?: DeleteHostAvailabilityResponseBody;
|
|
2029
2039
|
static names(): {
|
|
2030
2040
|
[key: string]: string;
|
|
2031
2041
|
};
|
|
@@ -2065,11 +2075,11 @@ export declare class DeleteHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
2065
2075
|
});
|
|
2066
2076
|
}
|
|
2067
2077
|
export declare class DeleteHybridMonitorNamespaceResponse extends $tea.Model {
|
|
2068
|
-
headers
|
|
2078
|
+
headers?: {
|
|
2069
2079
|
[key: string]: string;
|
|
2070
2080
|
};
|
|
2071
|
-
statusCode
|
|
2072
|
-
body
|
|
2081
|
+
statusCode?: number;
|
|
2082
|
+
body?: DeleteHybridMonitorNamespaceResponseBody;
|
|
2073
2083
|
static names(): {
|
|
2074
2084
|
[key: string]: string;
|
|
2075
2085
|
};
|
|
@@ -2109,11 +2119,11 @@ export declare class DeleteHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
2109
2119
|
});
|
|
2110
2120
|
}
|
|
2111
2121
|
export declare class DeleteHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
2112
|
-
headers
|
|
2122
|
+
headers?: {
|
|
2113
2123
|
[key: string]: string;
|
|
2114
2124
|
};
|
|
2115
|
-
statusCode
|
|
2116
|
-
body
|
|
2125
|
+
statusCode?: number;
|
|
2126
|
+
body?: DeleteHybridMonitorSLSGroupResponseBody;
|
|
2117
2127
|
static names(): {
|
|
2118
2128
|
[key: string]: string;
|
|
2119
2129
|
};
|
|
@@ -2155,11 +2165,11 @@ export declare class DeleteHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
2155
2165
|
});
|
|
2156
2166
|
}
|
|
2157
2167
|
export declare class DeleteHybridMonitorTaskResponse extends $tea.Model {
|
|
2158
|
-
headers
|
|
2168
|
+
headers?: {
|
|
2159
2169
|
[key: string]: string;
|
|
2160
2170
|
};
|
|
2161
|
-
statusCode
|
|
2162
|
-
body
|
|
2171
|
+
statusCode?: number;
|
|
2172
|
+
body?: DeleteHybridMonitorTaskResponseBody;
|
|
2163
2173
|
static names(): {
|
|
2164
2174
|
[key: string]: string;
|
|
2165
2175
|
};
|
|
@@ -2199,11 +2209,11 @@ export declare class DeleteLogMonitorResponseBody extends $tea.Model {
|
|
|
2199
2209
|
});
|
|
2200
2210
|
}
|
|
2201
2211
|
export declare class DeleteLogMonitorResponse extends $tea.Model {
|
|
2202
|
-
headers
|
|
2212
|
+
headers?: {
|
|
2203
2213
|
[key: string]: string;
|
|
2204
2214
|
};
|
|
2205
|
-
statusCode
|
|
2206
|
-
body
|
|
2215
|
+
statusCode?: number;
|
|
2216
|
+
body?: DeleteLogMonitorResponseBody;
|
|
2207
2217
|
static names(): {
|
|
2208
2218
|
[key: string]: string;
|
|
2209
2219
|
};
|
|
@@ -2244,11 +2254,11 @@ export declare class DeleteMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
2244
2254
|
});
|
|
2245
2255
|
}
|
|
2246
2256
|
export declare class DeleteMetricRuleBlackListResponse extends $tea.Model {
|
|
2247
|
-
headers
|
|
2257
|
+
headers?: {
|
|
2248
2258
|
[key: string]: string;
|
|
2249
2259
|
};
|
|
2250
|
-
statusCode
|
|
2251
|
-
body
|
|
2260
|
+
statusCode?: number;
|
|
2261
|
+
body?: DeleteMetricRuleBlackListResponseBody;
|
|
2252
2262
|
static names(): {
|
|
2253
2263
|
[key: string]: string;
|
|
2254
2264
|
};
|
|
@@ -2288,11 +2298,11 @@ export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
|
|
|
2288
2298
|
});
|
|
2289
2299
|
}
|
|
2290
2300
|
export declare class DeleteMetricRuleResourcesResponse extends $tea.Model {
|
|
2291
|
-
headers
|
|
2301
|
+
headers?: {
|
|
2292
2302
|
[key: string]: string;
|
|
2293
2303
|
};
|
|
2294
|
-
statusCode
|
|
2295
|
-
body
|
|
2304
|
+
statusCode?: number;
|
|
2305
|
+
body?: DeleteMetricRuleResourcesResponseBody;
|
|
2296
2306
|
static names(): {
|
|
2297
2307
|
[key: string]: string;
|
|
2298
2308
|
};
|
|
@@ -2334,11 +2344,11 @@ export declare class DeleteMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
2334
2344
|
});
|
|
2335
2345
|
}
|
|
2336
2346
|
export declare class DeleteMetricRuleTargetsResponse extends $tea.Model {
|
|
2337
|
-
headers
|
|
2347
|
+
headers?: {
|
|
2338
2348
|
[key: string]: string;
|
|
2339
2349
|
};
|
|
2340
|
-
statusCode
|
|
2341
|
-
body
|
|
2350
|
+
statusCode?: number;
|
|
2351
|
+
body?: DeleteMetricRuleTargetsResponseBody;
|
|
2342
2352
|
static names(): {
|
|
2343
2353
|
[key: string]: string;
|
|
2344
2354
|
};
|
|
@@ -2379,11 +2389,11 @@ export declare class DeleteMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
2379
2389
|
});
|
|
2380
2390
|
}
|
|
2381
2391
|
export declare class DeleteMetricRuleTemplateResponse extends $tea.Model {
|
|
2382
|
-
headers
|
|
2392
|
+
headers?: {
|
|
2383
2393
|
[key: string]: string;
|
|
2384
2394
|
};
|
|
2385
|
-
statusCode
|
|
2386
|
-
body
|
|
2395
|
+
statusCode?: number;
|
|
2396
|
+
body?: DeleteMetricRuleTemplateResponseBody;
|
|
2387
2397
|
static names(): {
|
|
2388
2398
|
[key: string]: string;
|
|
2389
2399
|
};
|
|
@@ -2423,11 +2433,11 @@ export declare class DeleteMetricRulesResponseBody extends $tea.Model {
|
|
|
2423
2433
|
});
|
|
2424
2434
|
}
|
|
2425
2435
|
export declare class DeleteMetricRulesResponse extends $tea.Model {
|
|
2426
|
-
headers
|
|
2436
|
+
headers?: {
|
|
2427
2437
|
[key: string]: string;
|
|
2428
2438
|
};
|
|
2429
|
-
statusCode
|
|
2430
|
-
body
|
|
2439
|
+
statusCode?: number;
|
|
2440
|
+
body?: DeleteMetricRulesResponseBody;
|
|
2431
2441
|
static names(): {
|
|
2432
2442
|
[key: string]: string;
|
|
2433
2443
|
};
|
|
@@ -2468,11 +2478,11 @@ export declare class DeleteMonitorGroupResponseBody extends $tea.Model {
|
|
|
2468
2478
|
});
|
|
2469
2479
|
}
|
|
2470
2480
|
export declare class DeleteMonitorGroupResponse extends $tea.Model {
|
|
2471
|
-
headers
|
|
2481
|
+
headers?: {
|
|
2472
2482
|
[key: string]: string;
|
|
2473
2483
|
};
|
|
2474
|
-
statusCode
|
|
2475
|
-
body
|
|
2484
|
+
statusCode?: number;
|
|
2485
|
+
body?: DeleteMonitorGroupResponseBody;
|
|
2476
2486
|
static names(): {
|
|
2477
2487
|
[key: string]: string;
|
|
2478
2488
|
};
|
|
@@ -2513,11 +2523,11 @@ export declare class DeleteMonitorGroupDynamicRuleResponseBody extends $tea.Mode
|
|
|
2513
2523
|
});
|
|
2514
2524
|
}
|
|
2515
2525
|
export declare class DeleteMonitorGroupDynamicRuleResponse extends $tea.Model {
|
|
2516
|
-
headers
|
|
2526
|
+
headers?: {
|
|
2517
2527
|
[key: string]: string;
|
|
2518
2528
|
};
|
|
2519
|
-
statusCode
|
|
2520
|
-
body
|
|
2529
|
+
statusCode?: number;
|
|
2530
|
+
body?: DeleteMonitorGroupDynamicRuleResponseBody;
|
|
2521
2531
|
static names(): {
|
|
2522
2532
|
[key: string]: string;
|
|
2523
2533
|
};
|
|
@@ -2559,11 +2569,11 @@ export declare class DeleteMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
2559
2569
|
});
|
|
2560
2570
|
}
|
|
2561
2571
|
export declare class DeleteMonitorGroupInstancesResponse extends $tea.Model {
|
|
2562
|
-
headers
|
|
2572
|
+
headers?: {
|
|
2563
2573
|
[key: string]: string;
|
|
2564
2574
|
};
|
|
2565
|
-
statusCode
|
|
2566
|
-
body
|
|
2575
|
+
statusCode?: number;
|
|
2576
|
+
body?: DeleteMonitorGroupInstancesResponseBody;
|
|
2567
2577
|
static names(): {
|
|
2568
2578
|
[key: string]: string;
|
|
2569
2579
|
};
|
|
@@ -2605,11 +2615,11 @@ export declare class DeleteMonitorGroupNotifyPolicyResponseBody extends $tea.Mod
|
|
|
2605
2615
|
});
|
|
2606
2616
|
}
|
|
2607
2617
|
export declare class DeleteMonitorGroupNotifyPolicyResponse extends $tea.Model {
|
|
2608
|
-
headers
|
|
2618
|
+
headers?: {
|
|
2609
2619
|
[key: string]: string;
|
|
2610
2620
|
};
|
|
2611
|
-
statusCode
|
|
2612
|
-
body
|
|
2621
|
+
statusCode?: number;
|
|
2622
|
+
body?: DeleteMonitorGroupNotifyPolicyResponseBody;
|
|
2613
2623
|
static names(): {
|
|
2614
2624
|
[key: string]: string;
|
|
2615
2625
|
};
|
|
@@ -2651,11 +2661,11 @@ export declare class DeleteMonitoringAgentProcessResponseBody extends $tea.Model
|
|
|
2651
2661
|
});
|
|
2652
2662
|
}
|
|
2653
2663
|
export declare class DeleteMonitoringAgentProcessResponse extends $tea.Model {
|
|
2654
|
-
headers
|
|
2664
|
+
headers?: {
|
|
2655
2665
|
[key: string]: string;
|
|
2656
2666
|
};
|
|
2657
|
-
statusCode
|
|
2658
|
-
body
|
|
2667
|
+
statusCode?: number;
|
|
2668
|
+
body?: DeleteMonitoringAgentProcessResponseBody;
|
|
2659
2669
|
static names(): {
|
|
2660
2670
|
[key: string]: string;
|
|
2661
2671
|
};
|
|
@@ -2697,11 +2707,11 @@ export declare class DeleteSiteMonitorsResponseBody extends $tea.Model {
|
|
|
2697
2707
|
});
|
|
2698
2708
|
}
|
|
2699
2709
|
export declare class DeleteSiteMonitorsResponse extends $tea.Model {
|
|
2700
|
-
headers
|
|
2710
|
+
headers?: {
|
|
2701
2711
|
[key: string]: string;
|
|
2702
2712
|
};
|
|
2703
|
-
statusCode
|
|
2704
|
-
body
|
|
2713
|
+
statusCode?: number;
|
|
2714
|
+
body?: DeleteSiteMonitorsResponseBody;
|
|
2705
2715
|
static names(): {
|
|
2706
2716
|
[key: string]: string;
|
|
2707
2717
|
};
|
|
@@ -2742,11 +2752,11 @@ export declare class DescribeActiveMetricRuleListResponseBody extends $tea.Model
|
|
|
2742
2752
|
});
|
|
2743
2753
|
}
|
|
2744
2754
|
export declare class DescribeActiveMetricRuleListResponse extends $tea.Model {
|
|
2745
|
-
headers
|
|
2755
|
+
headers?: {
|
|
2746
2756
|
[key: string]: string;
|
|
2747
2757
|
};
|
|
2748
|
-
statusCode
|
|
2749
|
-
body
|
|
2758
|
+
statusCode?: number;
|
|
2759
|
+
body?: DescribeActiveMetricRuleListResponseBody;
|
|
2750
2760
|
static names(): {
|
|
2751
2761
|
[key: string]: string;
|
|
2752
2762
|
};
|
|
@@ -2799,11 +2809,11 @@ export declare class DescribeAlertHistoryListResponseBody extends $tea.Model {
|
|
|
2799
2809
|
});
|
|
2800
2810
|
}
|
|
2801
2811
|
export declare class DescribeAlertHistoryListResponse extends $tea.Model {
|
|
2802
|
-
headers
|
|
2812
|
+
headers?: {
|
|
2803
2813
|
[key: string]: string;
|
|
2804
2814
|
};
|
|
2805
|
-
statusCode
|
|
2806
|
-
body
|
|
2815
|
+
statusCode?: number;
|
|
2816
|
+
body?: DescribeAlertHistoryListResponseBody;
|
|
2807
2817
|
static names(): {
|
|
2808
2818
|
[key: string]: string;
|
|
2809
2819
|
};
|
|
@@ -2817,6 +2827,7 @@ export declare class DescribeAlertHistoryListResponse extends $tea.Model {
|
|
|
2817
2827
|
export declare class DescribeAlertLogCountRequest extends $tea.Model {
|
|
2818
2828
|
contactGroup?: string;
|
|
2819
2829
|
endTime?: number;
|
|
2830
|
+
eventType?: string;
|
|
2820
2831
|
groupBy?: string;
|
|
2821
2832
|
groupId?: string;
|
|
2822
2833
|
lastMin?: string;
|
|
@@ -2827,6 +2838,7 @@ export declare class DescribeAlertLogCountRequest extends $tea.Model {
|
|
|
2827
2838
|
pageSize?: number;
|
|
2828
2839
|
product?: string;
|
|
2829
2840
|
regionId?: string;
|
|
2841
|
+
ruleId?: string;
|
|
2830
2842
|
ruleName?: string;
|
|
2831
2843
|
searchKey?: string;
|
|
2832
2844
|
sendStatus?: string;
|
|
@@ -2859,11 +2871,11 @@ export declare class DescribeAlertLogCountResponseBody extends $tea.Model {
|
|
|
2859
2871
|
});
|
|
2860
2872
|
}
|
|
2861
2873
|
export declare class DescribeAlertLogCountResponse extends $tea.Model {
|
|
2862
|
-
headers
|
|
2874
|
+
headers?: {
|
|
2863
2875
|
[key: string]: string;
|
|
2864
2876
|
};
|
|
2865
|
-
statusCode
|
|
2866
|
-
body
|
|
2877
|
+
statusCode?: number;
|
|
2878
|
+
body?: DescribeAlertLogCountResponseBody;
|
|
2867
2879
|
static names(): {
|
|
2868
2880
|
[key: string]: string;
|
|
2869
2881
|
};
|
|
@@ -2877,6 +2889,7 @@ export declare class DescribeAlertLogCountResponse extends $tea.Model {
|
|
|
2877
2889
|
export declare class DescribeAlertLogHistogramRequest extends $tea.Model {
|
|
2878
2890
|
contactGroup?: string;
|
|
2879
2891
|
endTime?: number;
|
|
2892
|
+
eventType?: string;
|
|
2880
2893
|
groupBy?: string;
|
|
2881
2894
|
groupId?: string;
|
|
2882
2895
|
lastMin?: string;
|
|
@@ -2887,6 +2900,7 @@ export declare class DescribeAlertLogHistogramRequest extends $tea.Model {
|
|
|
2887
2900
|
pageSize?: number;
|
|
2888
2901
|
product?: string;
|
|
2889
2902
|
regionId?: string;
|
|
2903
|
+
ruleId?: string;
|
|
2890
2904
|
ruleName?: string;
|
|
2891
2905
|
searchKey?: string;
|
|
2892
2906
|
sendStatus?: string;
|
|
@@ -2919,11 +2933,11 @@ export declare class DescribeAlertLogHistogramResponseBody extends $tea.Model {
|
|
|
2919
2933
|
});
|
|
2920
2934
|
}
|
|
2921
2935
|
export declare class DescribeAlertLogHistogramResponse extends $tea.Model {
|
|
2922
|
-
headers
|
|
2936
|
+
headers?: {
|
|
2923
2937
|
[key: string]: string;
|
|
2924
2938
|
};
|
|
2925
|
-
statusCode
|
|
2926
|
-
body
|
|
2939
|
+
statusCode?: number;
|
|
2940
|
+
body?: DescribeAlertLogHistogramResponseBody;
|
|
2927
2941
|
static names(): {
|
|
2928
2942
|
[key: string]: string;
|
|
2929
2943
|
};
|
|
@@ -2937,6 +2951,7 @@ export declare class DescribeAlertLogHistogramResponse extends $tea.Model {
|
|
|
2937
2951
|
export declare class DescribeAlertLogListRequest extends $tea.Model {
|
|
2938
2952
|
contactGroup?: string;
|
|
2939
2953
|
endTime?: number;
|
|
2954
|
+
eventType?: string;
|
|
2940
2955
|
groupBy?: string;
|
|
2941
2956
|
groupId?: string;
|
|
2942
2957
|
lastMin?: string;
|
|
@@ -2982,11 +2997,11 @@ export declare class DescribeAlertLogListResponseBody extends $tea.Model {
|
|
|
2982
2997
|
});
|
|
2983
2998
|
}
|
|
2984
2999
|
export declare class DescribeAlertLogListResponse extends $tea.Model {
|
|
2985
|
-
headers
|
|
3000
|
+
headers?: {
|
|
2986
3001
|
[key: string]: string;
|
|
2987
3002
|
};
|
|
2988
|
-
statusCode
|
|
2989
|
-
body
|
|
3003
|
+
statusCode?: number;
|
|
3004
|
+
body?: DescribeAlertLogListResponseBody;
|
|
2990
3005
|
static names(): {
|
|
2991
3006
|
[key: string]: string;
|
|
2992
3007
|
};
|
|
@@ -3034,11 +3049,11 @@ export declare class DescribeAlertingMetricRuleResourcesResponseBody extends $te
|
|
|
3034
3049
|
});
|
|
3035
3050
|
}
|
|
3036
3051
|
export declare class DescribeAlertingMetricRuleResourcesResponse extends $tea.Model {
|
|
3037
|
-
headers
|
|
3052
|
+
headers?: {
|
|
3038
3053
|
[key: string]: string;
|
|
3039
3054
|
};
|
|
3040
|
-
statusCode
|
|
3041
|
-
body
|
|
3055
|
+
statusCode?: number;
|
|
3056
|
+
body?: DescribeAlertingMetricRuleResourcesResponseBody;
|
|
3042
3057
|
static names(): {
|
|
3043
3058
|
[key: string]: string;
|
|
3044
3059
|
};
|
|
@@ -3082,11 +3097,11 @@ export declare class DescribeContactGroupListResponseBody extends $tea.Model {
|
|
|
3082
3097
|
});
|
|
3083
3098
|
}
|
|
3084
3099
|
export declare class DescribeContactGroupListResponse extends $tea.Model {
|
|
3085
|
-
headers
|
|
3100
|
+
headers?: {
|
|
3086
3101
|
[key: string]: string;
|
|
3087
3102
|
};
|
|
3088
|
-
statusCode
|
|
3089
|
-
body
|
|
3103
|
+
statusCode?: number;
|
|
3104
|
+
body?: DescribeContactGroupListResponseBody;
|
|
3090
3105
|
static names(): {
|
|
3091
3106
|
[key: string]: string;
|
|
3092
3107
|
};
|
|
@@ -3132,11 +3147,11 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
|
|
|
3132
3147
|
});
|
|
3133
3148
|
}
|
|
3134
3149
|
export declare class DescribeContactListResponse extends $tea.Model {
|
|
3135
|
-
headers
|
|
3150
|
+
headers?: {
|
|
3136
3151
|
[key: string]: string;
|
|
3137
3152
|
};
|
|
3138
|
-
statusCode
|
|
3139
|
-
body
|
|
3153
|
+
statusCode?: number;
|
|
3154
|
+
body?: DescribeContactListResponseBody;
|
|
3140
3155
|
static names(): {
|
|
3141
3156
|
[key: string]: string;
|
|
3142
3157
|
};
|
|
@@ -3177,11 +3192,11 @@ export declare class DescribeContactListByContactGroupResponseBody extends $tea.
|
|
|
3177
3192
|
});
|
|
3178
3193
|
}
|
|
3179
3194
|
export declare class DescribeContactListByContactGroupResponse extends $tea.Model {
|
|
3180
|
-
headers
|
|
3195
|
+
headers?: {
|
|
3181
3196
|
[key: string]: string;
|
|
3182
3197
|
};
|
|
3183
|
-
statusCode
|
|
3184
|
-
body
|
|
3198
|
+
statusCode?: number;
|
|
3199
|
+
body?: DescribeContactListByContactGroupResponseBody;
|
|
3185
3200
|
static names(): {
|
|
3186
3201
|
[key: string]: string;
|
|
3187
3202
|
};
|
|
@@ -3229,11 +3244,11 @@ export declare class DescribeCustomEventAttributeResponseBody extends $tea.Model
|
|
|
3229
3244
|
});
|
|
3230
3245
|
}
|
|
3231
3246
|
export declare class DescribeCustomEventAttributeResponse extends $tea.Model {
|
|
3232
|
-
headers
|
|
3247
|
+
headers?: {
|
|
3233
3248
|
[key: string]: string;
|
|
3234
3249
|
};
|
|
3235
|
-
statusCode
|
|
3236
|
-
body
|
|
3250
|
+
statusCode?: number;
|
|
3251
|
+
body?: DescribeCustomEventAttributeResponseBody;
|
|
3237
3252
|
static names(): {
|
|
3238
3253
|
[key: string]: string;
|
|
3239
3254
|
};
|
|
@@ -3279,11 +3294,11 @@ export declare class DescribeCustomEventCountResponseBody extends $tea.Model {
|
|
|
3279
3294
|
});
|
|
3280
3295
|
}
|
|
3281
3296
|
export declare class DescribeCustomEventCountResponse extends $tea.Model {
|
|
3282
|
-
headers
|
|
3297
|
+
headers?: {
|
|
3283
3298
|
[key: string]: string;
|
|
3284
3299
|
};
|
|
3285
|
-
statusCode
|
|
3286
|
-
body
|
|
3300
|
+
statusCode?: number;
|
|
3301
|
+
body?: DescribeCustomEventCountResponseBody;
|
|
3287
3302
|
static names(): {
|
|
3288
3303
|
[key: string]: string;
|
|
3289
3304
|
};
|
|
@@ -3330,11 +3345,11 @@ export declare class DescribeCustomEventHistogramResponseBody extends $tea.Model
|
|
|
3330
3345
|
});
|
|
3331
3346
|
}
|
|
3332
3347
|
export declare class DescribeCustomEventHistogramResponse extends $tea.Model {
|
|
3333
|
-
headers
|
|
3348
|
+
headers?: {
|
|
3334
3349
|
[key: string]: string;
|
|
3335
3350
|
};
|
|
3336
|
-
statusCode
|
|
3337
|
-
body
|
|
3351
|
+
statusCode?: number;
|
|
3352
|
+
body?: DescribeCustomEventHistogramResponseBody;
|
|
3338
3353
|
static names(): {
|
|
3339
3354
|
[key: string]: string;
|
|
3340
3355
|
};
|
|
@@ -3379,11 +3394,11 @@ export declare class DescribeCustomMetricListResponseBody extends $tea.Model {
|
|
|
3379
3394
|
});
|
|
3380
3395
|
}
|
|
3381
3396
|
export declare class DescribeCustomMetricListResponse extends $tea.Model {
|
|
3382
|
-
headers
|
|
3397
|
+
headers?: {
|
|
3383
3398
|
[key: string]: string;
|
|
3384
3399
|
};
|
|
3385
|
-
statusCode
|
|
3386
|
-
body
|
|
3400
|
+
statusCode?: number;
|
|
3401
|
+
body?: DescribeCustomMetricListResponseBody;
|
|
3387
3402
|
static names(): {
|
|
3388
3403
|
[key: string]: string;
|
|
3389
3404
|
};
|
|
@@ -3431,11 +3446,11 @@ export declare class DescribeDynamicTagRuleListResponseBody extends $tea.Model {
|
|
|
3431
3446
|
});
|
|
3432
3447
|
}
|
|
3433
3448
|
export declare class DescribeDynamicTagRuleListResponse extends $tea.Model {
|
|
3434
|
-
headers
|
|
3449
|
+
headers?: {
|
|
3435
3450
|
[key: string]: string;
|
|
3436
3451
|
};
|
|
3437
|
-
statusCode
|
|
3438
|
-
body
|
|
3452
|
+
statusCode?: number;
|
|
3453
|
+
body?: DescribeDynamicTagRuleListResponseBody;
|
|
3439
3454
|
static names(): {
|
|
3440
3455
|
[key: string]: string;
|
|
3441
3456
|
};
|
|
@@ -3477,11 +3492,11 @@ export declare class DescribeEventRuleAttributeResponseBody extends $tea.Model {
|
|
|
3477
3492
|
});
|
|
3478
3493
|
}
|
|
3479
3494
|
export declare class DescribeEventRuleAttributeResponse extends $tea.Model {
|
|
3480
|
-
headers
|
|
3495
|
+
headers?: {
|
|
3481
3496
|
[key: string]: string;
|
|
3482
3497
|
};
|
|
3483
|
-
statusCode
|
|
3484
|
-
body
|
|
3498
|
+
statusCode?: number;
|
|
3499
|
+
body?: DescribeEventRuleAttributeResponseBody;
|
|
3485
3500
|
static names(): {
|
|
3486
3501
|
[key: string]: string;
|
|
3487
3502
|
};
|
|
@@ -3527,11 +3542,11 @@ export declare class DescribeEventRuleListResponseBody extends $tea.Model {
|
|
|
3527
3542
|
});
|
|
3528
3543
|
}
|
|
3529
3544
|
export declare class DescribeEventRuleListResponse extends $tea.Model {
|
|
3530
|
-
headers
|
|
3545
|
+
headers?: {
|
|
3531
3546
|
[key: string]: string;
|
|
3532
3547
|
};
|
|
3533
|
-
statusCode
|
|
3534
|
-
body
|
|
3548
|
+
statusCode?: number;
|
|
3549
|
+
body?: DescribeEventRuleListResponseBody;
|
|
3535
3550
|
static names(): {
|
|
3536
3551
|
[key: string]: string;
|
|
3537
3552
|
};
|
|
@@ -3576,11 +3591,11 @@ export declare class DescribeEventRuleTargetListResponseBody extends $tea.Model
|
|
|
3576
3591
|
});
|
|
3577
3592
|
}
|
|
3578
3593
|
export declare class DescribeEventRuleTargetListResponse extends $tea.Model {
|
|
3579
|
-
headers
|
|
3594
|
+
headers?: {
|
|
3580
3595
|
[key: string]: string;
|
|
3581
3596
|
};
|
|
3582
|
-
statusCode
|
|
3583
|
-
body
|
|
3597
|
+
statusCode?: number;
|
|
3598
|
+
body?: DescribeEventRuleTargetListResponseBody;
|
|
3584
3599
|
static names(): {
|
|
3585
3600
|
[key: string]: string;
|
|
3586
3601
|
};
|
|
@@ -3624,11 +3639,11 @@ export declare class DescribeExporterOutputListResponseBody extends $tea.Model {
|
|
|
3624
3639
|
});
|
|
3625
3640
|
}
|
|
3626
3641
|
export declare class DescribeExporterOutputListResponse extends $tea.Model {
|
|
3627
|
-
headers
|
|
3642
|
+
headers?: {
|
|
3628
3643
|
[key: string]: string;
|
|
3629
3644
|
};
|
|
3630
|
-
statusCode
|
|
3631
|
-
body
|
|
3645
|
+
statusCode?: number;
|
|
3646
|
+
body?: DescribeExporterOutputListResponseBody;
|
|
3632
3647
|
static names(): {
|
|
3633
3648
|
[key: string]: string;
|
|
3634
3649
|
};
|
|
@@ -3672,11 +3687,11 @@ export declare class DescribeExporterRuleListResponseBody extends $tea.Model {
|
|
|
3672
3687
|
});
|
|
3673
3688
|
}
|
|
3674
3689
|
export declare class DescribeExporterRuleListResponse extends $tea.Model {
|
|
3675
|
-
headers
|
|
3690
|
+
headers?: {
|
|
3676
3691
|
[key: string]: string;
|
|
3677
3692
|
};
|
|
3678
|
-
statusCode
|
|
3679
|
-
body
|
|
3693
|
+
statusCode?: number;
|
|
3694
|
+
body?: DescribeExporterRuleListResponseBody;
|
|
3680
3695
|
static names(): {
|
|
3681
3696
|
[key: string]: string;
|
|
3682
3697
|
};
|
|
@@ -3723,11 +3738,11 @@ export declare class DescribeGroupMonitoringAgentProcessResponseBody extends $te
|
|
|
3723
3738
|
});
|
|
3724
3739
|
}
|
|
3725
3740
|
export declare class DescribeGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
3726
|
-
headers
|
|
3741
|
+
headers?: {
|
|
3727
3742
|
[key: string]: string;
|
|
3728
3743
|
};
|
|
3729
|
-
statusCode
|
|
3730
|
-
body
|
|
3744
|
+
statusCode?: number;
|
|
3745
|
+
body?: DescribeGroupMonitoringAgentProcessResponseBody;
|
|
3731
3746
|
static names(): {
|
|
3732
3747
|
[key: string]: string;
|
|
3733
3748
|
};
|
|
@@ -3774,11 +3789,11 @@ export declare class DescribeHostAvailabilityListResponseBody extends $tea.Model
|
|
|
3774
3789
|
});
|
|
3775
3790
|
}
|
|
3776
3791
|
export declare class DescribeHostAvailabilityListResponse extends $tea.Model {
|
|
3777
|
-
headers
|
|
3792
|
+
headers?: {
|
|
3778
3793
|
[key: string]: string;
|
|
3779
3794
|
};
|
|
3780
|
-
statusCode
|
|
3781
|
-
body
|
|
3795
|
+
statusCode?: number;
|
|
3796
|
+
body?: DescribeHostAvailabilityListResponseBody;
|
|
3782
3797
|
static names(): {
|
|
3783
3798
|
[key: string]: string;
|
|
3784
3799
|
};
|
|
@@ -3823,11 +3838,11 @@ export declare class DescribeHybridMonitorDataListResponseBody extends $tea.Mode
|
|
|
3823
3838
|
});
|
|
3824
3839
|
}
|
|
3825
3840
|
export declare class DescribeHybridMonitorDataListResponse extends $tea.Model {
|
|
3826
|
-
headers
|
|
3841
|
+
headers?: {
|
|
3827
3842
|
[key: string]: string;
|
|
3828
3843
|
};
|
|
3829
|
-
statusCode
|
|
3830
|
-
body
|
|
3844
|
+
statusCode?: number;
|
|
3845
|
+
body?: DescribeHybridMonitorDataListResponseBody;
|
|
3831
3846
|
static names(): {
|
|
3832
3847
|
[key: string]: string;
|
|
3833
3848
|
};
|
|
@@ -3875,11 +3890,11 @@ export declare class DescribeHybridMonitorNamespaceListResponseBody extends $tea
|
|
|
3875
3890
|
});
|
|
3876
3891
|
}
|
|
3877
3892
|
export declare class DescribeHybridMonitorNamespaceListResponse extends $tea.Model {
|
|
3878
|
-
headers
|
|
3893
|
+
headers?: {
|
|
3879
3894
|
[key: string]: string;
|
|
3880
3895
|
};
|
|
3881
|
-
statusCode
|
|
3882
|
-
body
|
|
3896
|
+
statusCode?: number;
|
|
3897
|
+
body?: DescribeHybridMonitorNamespaceListResponseBody;
|
|
3883
3898
|
static names(): {
|
|
3884
3899
|
[key: string]: string;
|
|
3885
3900
|
};
|
|
@@ -3926,11 +3941,11 @@ export declare class DescribeHybridMonitorSLSGroupResponseBody extends $tea.Mode
|
|
|
3926
3941
|
});
|
|
3927
3942
|
}
|
|
3928
3943
|
export declare class DescribeHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
3929
|
-
headers
|
|
3944
|
+
headers?: {
|
|
3930
3945
|
[key: string]: string;
|
|
3931
3946
|
};
|
|
3932
|
-
statusCode
|
|
3933
|
-
body
|
|
3947
|
+
statusCode?: number;
|
|
3948
|
+
body?: DescribeHybridMonitorSLSGroupResponseBody;
|
|
3934
3949
|
static names(): {
|
|
3935
3950
|
[key: string]: string;
|
|
3936
3951
|
};
|
|
@@ -3982,11 +3997,11 @@ export declare class DescribeHybridMonitorTaskListResponseBody extends $tea.Mode
|
|
|
3982
3997
|
});
|
|
3983
3998
|
}
|
|
3984
3999
|
export declare class DescribeHybridMonitorTaskListResponse extends $tea.Model {
|
|
3985
|
-
headers
|
|
4000
|
+
headers?: {
|
|
3986
4001
|
[key: string]: string;
|
|
3987
4002
|
};
|
|
3988
|
-
statusCode
|
|
3989
|
-
body
|
|
4003
|
+
statusCode?: number;
|
|
4004
|
+
body?: DescribeHybridMonitorTaskListResponseBody;
|
|
3990
4005
|
static names(): {
|
|
3991
4006
|
[key: string]: string;
|
|
3992
4007
|
};
|
|
@@ -4027,11 +4042,11 @@ export declare class DescribeLogMonitorAttributeResponseBody extends $tea.Model
|
|
|
4027
4042
|
});
|
|
4028
4043
|
}
|
|
4029
4044
|
export declare class DescribeLogMonitorAttributeResponse extends $tea.Model {
|
|
4030
|
-
headers
|
|
4045
|
+
headers?: {
|
|
4031
4046
|
[key: string]: string;
|
|
4032
4047
|
};
|
|
4033
|
-
statusCode
|
|
4034
|
-
body
|
|
4048
|
+
statusCode?: number;
|
|
4049
|
+
body?: DescribeLogMonitorAttributeResponseBody;
|
|
4035
4050
|
static names(): {
|
|
4036
4051
|
[key: string]: string;
|
|
4037
4052
|
};
|
|
@@ -4078,11 +4093,11 @@ export declare class DescribeLogMonitorListResponseBody extends $tea.Model {
|
|
|
4078
4093
|
});
|
|
4079
4094
|
}
|
|
4080
4095
|
export declare class DescribeLogMonitorListResponse extends $tea.Model {
|
|
4081
|
-
headers
|
|
4096
|
+
headers?: {
|
|
4082
4097
|
[key: string]: string;
|
|
4083
4098
|
};
|
|
4084
|
-
statusCode
|
|
4085
|
-
body
|
|
4099
|
+
statusCode?: number;
|
|
4100
|
+
body?: DescribeLogMonitorListResponseBody;
|
|
4086
4101
|
static names(): {
|
|
4087
4102
|
[key: string]: string;
|
|
4088
4103
|
};
|
|
@@ -4130,11 +4145,11 @@ export declare class DescribeMetricDataResponseBody extends $tea.Model {
|
|
|
4130
4145
|
});
|
|
4131
4146
|
}
|
|
4132
4147
|
export declare class DescribeMetricDataResponse extends $tea.Model {
|
|
4133
|
-
headers
|
|
4148
|
+
headers?: {
|
|
4134
4149
|
[key: string]: string;
|
|
4135
4150
|
};
|
|
4136
|
-
statusCode
|
|
4137
|
-
body
|
|
4151
|
+
statusCode?: number;
|
|
4152
|
+
body?: DescribeMetricDataResponseBody;
|
|
4138
4153
|
static names(): {
|
|
4139
4154
|
[key: string]: string;
|
|
4140
4155
|
};
|
|
@@ -4185,11 +4200,11 @@ export declare class DescribeMetricLastResponseBody extends $tea.Model {
|
|
|
4185
4200
|
});
|
|
4186
4201
|
}
|
|
4187
4202
|
export declare class DescribeMetricLastResponse extends $tea.Model {
|
|
4188
|
-
headers
|
|
4203
|
+
headers?: {
|
|
4189
4204
|
[key: string]: string;
|
|
4190
4205
|
};
|
|
4191
|
-
statusCode
|
|
4192
|
-
body
|
|
4206
|
+
statusCode?: number;
|
|
4207
|
+
body?: DescribeMetricLastResponseBody;
|
|
4193
4208
|
static names(): {
|
|
4194
4209
|
[key: string]: string;
|
|
4195
4210
|
};
|
|
@@ -4240,11 +4255,11 @@ export declare class DescribeMetricListResponseBody extends $tea.Model {
|
|
|
4240
4255
|
});
|
|
4241
4256
|
}
|
|
4242
4257
|
export declare class DescribeMetricListResponse extends $tea.Model {
|
|
4243
|
-
headers
|
|
4258
|
+
headers?: {
|
|
4244
4259
|
[key: string]: string;
|
|
4245
4260
|
};
|
|
4246
|
-
statusCode
|
|
4247
|
-
body
|
|
4261
|
+
statusCode?: number;
|
|
4262
|
+
body?: DescribeMetricListResponseBody;
|
|
4248
4263
|
static names(): {
|
|
4249
4264
|
[key: string]: string;
|
|
4250
4265
|
};
|
|
@@ -4261,7 +4276,6 @@ export declare class DescribeMetricMetaListRequest extends $tea.Model {
|
|
|
4261
4276
|
namespace?: string;
|
|
4262
4277
|
pageNumber?: number;
|
|
4263
4278
|
pageSize?: number;
|
|
4264
|
-
regionId?: string;
|
|
4265
4279
|
static names(): {
|
|
4266
4280
|
[key: string]: string;
|
|
4267
4281
|
};
|
|
@@ -4290,11 +4304,11 @@ export declare class DescribeMetricMetaListResponseBody extends $tea.Model {
|
|
|
4290
4304
|
});
|
|
4291
4305
|
}
|
|
4292
4306
|
export declare class DescribeMetricMetaListResponse extends $tea.Model {
|
|
4293
|
-
headers
|
|
4307
|
+
headers?: {
|
|
4294
4308
|
[key: string]: string;
|
|
4295
4309
|
};
|
|
4296
|
-
statusCode
|
|
4297
|
-
body
|
|
4310
|
+
statusCode?: number;
|
|
4311
|
+
body?: DescribeMetricMetaListResponseBody;
|
|
4298
4312
|
static names(): {
|
|
4299
4313
|
[key: string]: string;
|
|
4300
4314
|
};
|
|
@@ -4345,11 +4359,11 @@ export declare class DescribeMetricRuleBlackListResponseBody extends $tea.Model
|
|
|
4345
4359
|
});
|
|
4346
4360
|
}
|
|
4347
4361
|
export declare class DescribeMetricRuleBlackListResponse extends $tea.Model {
|
|
4348
|
-
headers
|
|
4362
|
+
headers?: {
|
|
4349
4363
|
[key: string]: string;
|
|
4350
4364
|
};
|
|
4351
|
-
statusCode
|
|
4352
|
-
body
|
|
4365
|
+
statusCode?: number;
|
|
4366
|
+
body?: DescribeMetricRuleBlackListResponseBody;
|
|
4353
4367
|
static names(): {
|
|
4354
4368
|
[key: string]: string;
|
|
4355
4369
|
};
|
|
@@ -4391,11 +4405,11 @@ export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
|
|
|
4391
4405
|
});
|
|
4392
4406
|
}
|
|
4393
4407
|
export declare class DescribeMetricRuleCountResponse extends $tea.Model {
|
|
4394
|
-
headers
|
|
4408
|
+
headers?: {
|
|
4395
4409
|
[key: string]: string;
|
|
4396
4410
|
};
|
|
4397
|
-
statusCode
|
|
4398
|
-
body
|
|
4411
|
+
statusCode?: number;
|
|
4412
|
+
body?: DescribeMetricRuleCountResponseBody;
|
|
4399
4413
|
static names(): {
|
|
4400
4414
|
[key: string]: string;
|
|
4401
4415
|
};
|
|
@@ -4446,11 +4460,11 @@ export declare class DescribeMetricRuleListResponseBody extends $tea.Model {
|
|
|
4446
4460
|
});
|
|
4447
4461
|
}
|
|
4448
4462
|
export declare class DescribeMetricRuleListResponse extends $tea.Model {
|
|
4449
|
-
headers
|
|
4463
|
+
headers?: {
|
|
4450
4464
|
[key: string]: string;
|
|
4451
4465
|
};
|
|
4452
|
-
statusCode
|
|
4453
|
-
body
|
|
4466
|
+
statusCode?: number;
|
|
4467
|
+
body?: DescribeMetricRuleListResponseBody;
|
|
4454
4468
|
static names(): {
|
|
4455
4469
|
[key: string]: string;
|
|
4456
4470
|
};
|
|
@@ -4491,11 +4505,11 @@ export declare class DescribeMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
4491
4505
|
});
|
|
4492
4506
|
}
|
|
4493
4507
|
export declare class DescribeMetricRuleTargetsResponse extends $tea.Model {
|
|
4494
|
-
headers
|
|
4508
|
+
headers?: {
|
|
4495
4509
|
[key: string]: string;
|
|
4496
4510
|
};
|
|
4497
|
-
statusCode
|
|
4498
|
-
body
|
|
4511
|
+
statusCode?: number;
|
|
4512
|
+
body?: DescribeMetricRuleTargetsResponseBody;
|
|
4499
4513
|
static names(): {
|
|
4500
4514
|
[key: string]: string;
|
|
4501
4515
|
};
|
|
@@ -4537,11 +4551,11 @@ export declare class DescribeMetricRuleTemplateAttributeResponseBody extends $te
|
|
|
4537
4551
|
});
|
|
4538
4552
|
}
|
|
4539
4553
|
export declare class DescribeMetricRuleTemplateAttributeResponse extends $tea.Model {
|
|
4540
|
-
headers
|
|
4554
|
+
headers?: {
|
|
4541
4555
|
[key: string]: string;
|
|
4542
4556
|
};
|
|
4543
|
-
statusCode
|
|
4544
|
-
body
|
|
4557
|
+
statusCode?: number;
|
|
4558
|
+
body?: DescribeMetricRuleTemplateAttributeResponseBody;
|
|
4545
4559
|
static names(): {
|
|
4546
4560
|
[key: string]: string;
|
|
4547
4561
|
};
|
|
@@ -4590,11 +4604,11 @@ export declare class DescribeMetricRuleTemplateListResponseBody extends $tea.Mod
|
|
|
4590
4604
|
});
|
|
4591
4605
|
}
|
|
4592
4606
|
export declare class DescribeMetricRuleTemplateListResponse extends $tea.Model {
|
|
4593
|
-
headers
|
|
4607
|
+
headers?: {
|
|
4594
4608
|
[key: string]: string;
|
|
4595
4609
|
};
|
|
4596
|
-
statusCode
|
|
4597
|
-
body
|
|
4610
|
+
statusCode?: number;
|
|
4611
|
+
body?: DescribeMetricRuleTemplateListResponseBody;
|
|
4598
4612
|
static names(): {
|
|
4599
4613
|
[key: string]: string;
|
|
4600
4614
|
};
|
|
@@ -4644,11 +4658,11 @@ export declare class DescribeMetricTopResponseBody extends $tea.Model {
|
|
|
4644
4658
|
});
|
|
4645
4659
|
}
|
|
4646
4660
|
export declare class DescribeMetricTopResponse extends $tea.Model {
|
|
4647
|
-
headers
|
|
4661
|
+
headers?: {
|
|
4648
4662
|
[key: string]: string;
|
|
4649
4663
|
};
|
|
4650
|
-
statusCode
|
|
4651
|
-
body
|
|
4664
|
+
statusCode?: number;
|
|
4665
|
+
body?: DescribeMetricTopResponseBody;
|
|
4652
4666
|
static names(): {
|
|
4653
4667
|
[key: string]: string;
|
|
4654
4668
|
};
|
|
@@ -4689,11 +4703,11 @@ export declare class DescribeMonitorGroupCategoriesResponseBody extends $tea.Mod
|
|
|
4689
4703
|
});
|
|
4690
4704
|
}
|
|
4691
4705
|
export declare class DescribeMonitorGroupCategoriesResponse extends $tea.Model {
|
|
4692
|
-
headers
|
|
4706
|
+
headers?: {
|
|
4693
4707
|
[key: string]: string;
|
|
4694
4708
|
};
|
|
4695
|
-
statusCode
|
|
4696
|
-
body
|
|
4709
|
+
statusCode?: number;
|
|
4710
|
+
body?: DescribeMonitorGroupCategoriesResponseBody;
|
|
4697
4711
|
static names(): {
|
|
4698
4712
|
[key: string]: string;
|
|
4699
4713
|
};
|
|
@@ -4734,11 +4748,11 @@ export declare class DescribeMonitorGroupDynamicRulesResponseBody extends $tea.M
|
|
|
4734
4748
|
});
|
|
4735
4749
|
}
|
|
4736
4750
|
export declare class DescribeMonitorGroupDynamicRulesResponse extends $tea.Model {
|
|
4737
|
-
headers
|
|
4751
|
+
headers?: {
|
|
4738
4752
|
[key: string]: string;
|
|
4739
4753
|
};
|
|
4740
|
-
statusCode
|
|
4741
|
-
body
|
|
4754
|
+
statusCode?: number;
|
|
4755
|
+
body?: DescribeMonitorGroupDynamicRulesResponseBody;
|
|
4742
4756
|
static names(): {
|
|
4743
4757
|
[key: string]: string;
|
|
4744
4758
|
};
|
|
@@ -4788,11 +4802,11 @@ export declare class DescribeMonitorGroupInstanceAttributeResponseBody extends $
|
|
|
4788
4802
|
});
|
|
4789
4803
|
}
|
|
4790
4804
|
export declare class DescribeMonitorGroupInstanceAttributeResponse extends $tea.Model {
|
|
4791
|
-
headers
|
|
4805
|
+
headers?: {
|
|
4792
4806
|
[key: string]: string;
|
|
4793
4807
|
};
|
|
4794
|
-
statusCode
|
|
4795
|
-
body
|
|
4808
|
+
statusCode?: number;
|
|
4809
|
+
body?: DescribeMonitorGroupInstanceAttributeResponseBody;
|
|
4796
4810
|
static names(): {
|
|
4797
4811
|
[key: string]: string;
|
|
4798
4812
|
};
|
|
@@ -4841,11 +4855,11 @@ export declare class DescribeMonitorGroupInstancesResponseBody extends $tea.Mode
|
|
|
4841
4855
|
});
|
|
4842
4856
|
}
|
|
4843
4857
|
export declare class DescribeMonitorGroupInstancesResponse extends $tea.Model {
|
|
4844
|
-
headers
|
|
4858
|
+
headers?: {
|
|
4845
4859
|
[key: string]: string;
|
|
4846
4860
|
};
|
|
4847
|
-
statusCode
|
|
4848
|
-
body
|
|
4861
|
+
statusCode?: number;
|
|
4862
|
+
body?: DescribeMonitorGroupInstancesResponseBody;
|
|
4849
4863
|
static names(): {
|
|
4850
4864
|
[key: string]: string;
|
|
4851
4865
|
};
|
|
@@ -4890,11 +4904,11 @@ export declare class DescribeMonitorGroupNotifyPolicyListResponseBody extends $t
|
|
|
4890
4904
|
});
|
|
4891
4905
|
}
|
|
4892
4906
|
export declare class DescribeMonitorGroupNotifyPolicyListResponse extends $tea.Model {
|
|
4893
|
-
headers
|
|
4907
|
+
headers?: {
|
|
4894
4908
|
[key: string]: string;
|
|
4895
4909
|
};
|
|
4896
|
-
statusCode
|
|
4897
|
-
body
|
|
4910
|
+
statusCode?: number;
|
|
4911
|
+
body?: DescribeMonitorGroupNotifyPolicyListResponseBody;
|
|
4898
4912
|
static names(): {
|
|
4899
4913
|
[key: string]: string;
|
|
4900
4914
|
};
|
|
@@ -4951,11 +4965,11 @@ export declare class DescribeMonitorGroupsResponseBody extends $tea.Model {
|
|
|
4951
4965
|
});
|
|
4952
4966
|
}
|
|
4953
4967
|
export declare class DescribeMonitorGroupsResponse extends $tea.Model {
|
|
4954
|
-
headers
|
|
4968
|
+
headers?: {
|
|
4955
4969
|
[key: string]: string;
|
|
4956
4970
|
};
|
|
4957
|
-
statusCode
|
|
4958
|
-
body
|
|
4971
|
+
statusCode?: number;
|
|
4972
|
+
body?: DescribeMonitorGroupsResponseBody;
|
|
4959
4973
|
static names(): {
|
|
4960
4974
|
[key: string]: string;
|
|
4961
4975
|
};
|
|
@@ -4995,11 +5009,11 @@ export declare class DescribeMonitorResourceQuotaAttributeResponseBody extends $
|
|
|
4995
5009
|
});
|
|
4996
5010
|
}
|
|
4997
5011
|
export declare class DescribeMonitorResourceQuotaAttributeResponse extends $tea.Model {
|
|
4998
|
-
headers
|
|
5012
|
+
headers?: {
|
|
4999
5013
|
[key: string]: string;
|
|
5000
5014
|
};
|
|
5001
|
-
statusCode
|
|
5002
|
-
body
|
|
5015
|
+
statusCode?: number;
|
|
5016
|
+
body?: DescribeMonitorResourceQuotaAttributeResponseBody;
|
|
5003
5017
|
static names(): {
|
|
5004
5018
|
[key: string]: string;
|
|
5005
5019
|
};
|
|
@@ -5040,11 +5054,11 @@ export declare class DescribeMonitoringAgentAccessKeyResponseBody extends $tea.M
|
|
|
5040
5054
|
});
|
|
5041
5055
|
}
|
|
5042
5056
|
export declare class DescribeMonitoringAgentAccessKeyResponse extends $tea.Model {
|
|
5043
|
-
headers
|
|
5057
|
+
headers?: {
|
|
5044
5058
|
[key: string]: string;
|
|
5045
5059
|
};
|
|
5046
|
-
statusCode
|
|
5047
|
-
body
|
|
5060
|
+
statusCode?: number;
|
|
5061
|
+
body?: DescribeMonitoringAgentAccessKeyResponseBody;
|
|
5048
5062
|
static names(): {
|
|
5049
5063
|
[key: string]: string;
|
|
5050
5064
|
};
|
|
@@ -5086,11 +5100,11 @@ export declare class DescribeMonitoringAgentConfigResponseBody extends $tea.Mode
|
|
|
5086
5100
|
});
|
|
5087
5101
|
}
|
|
5088
5102
|
export declare class DescribeMonitoringAgentConfigResponse extends $tea.Model {
|
|
5089
|
-
headers
|
|
5103
|
+
headers?: {
|
|
5090
5104
|
[key: string]: string;
|
|
5091
5105
|
};
|
|
5092
|
-
statusCode
|
|
5093
|
-
body
|
|
5106
|
+
statusCode?: number;
|
|
5107
|
+
body?: DescribeMonitoringAgentConfigResponseBody;
|
|
5094
5108
|
static names(): {
|
|
5095
5109
|
[key: string]: string;
|
|
5096
5110
|
};
|
|
@@ -5144,11 +5158,11 @@ export declare class DescribeMonitoringAgentHostsResponseBody extends $tea.Model
|
|
|
5144
5158
|
});
|
|
5145
5159
|
}
|
|
5146
5160
|
export declare class DescribeMonitoringAgentHostsResponse extends $tea.Model {
|
|
5147
|
-
headers
|
|
5161
|
+
headers?: {
|
|
5148
5162
|
[key: string]: string;
|
|
5149
5163
|
};
|
|
5150
|
-
statusCode
|
|
5151
|
-
body
|
|
5164
|
+
statusCode?: number;
|
|
5165
|
+
body?: DescribeMonitoringAgentHostsResponseBody;
|
|
5152
5166
|
static names(): {
|
|
5153
5167
|
[key: string]: string;
|
|
5154
5168
|
};
|
|
@@ -5189,11 +5203,11 @@ export declare class DescribeMonitoringAgentProcessesResponseBody extends $tea.M
|
|
|
5189
5203
|
});
|
|
5190
5204
|
}
|
|
5191
5205
|
export declare class DescribeMonitoringAgentProcessesResponse extends $tea.Model {
|
|
5192
|
-
headers
|
|
5206
|
+
headers?: {
|
|
5193
5207
|
[key: string]: string;
|
|
5194
5208
|
};
|
|
5195
|
-
statusCode
|
|
5196
|
-
body
|
|
5209
|
+
statusCode?: number;
|
|
5210
|
+
body?: DescribeMonitoringAgentProcessesResponseBody;
|
|
5197
5211
|
static names(): {
|
|
5198
5212
|
[key: string]: string;
|
|
5199
5213
|
};
|
|
@@ -5235,11 +5249,11 @@ export declare class DescribeMonitoringAgentStatusesResponseBody extends $tea.Mo
|
|
|
5235
5249
|
});
|
|
5236
5250
|
}
|
|
5237
5251
|
export declare class DescribeMonitoringAgentStatusesResponse extends $tea.Model {
|
|
5238
|
-
headers
|
|
5252
|
+
headers?: {
|
|
5239
5253
|
[key: string]: string;
|
|
5240
5254
|
};
|
|
5241
|
-
statusCode
|
|
5242
|
-
body
|
|
5255
|
+
statusCode?: number;
|
|
5256
|
+
body?: DescribeMonitoringAgentStatusesResponseBody;
|
|
5243
5257
|
static names(): {
|
|
5244
5258
|
[key: string]: string;
|
|
5245
5259
|
};
|
|
@@ -5280,11 +5294,11 @@ export declare class DescribeMonitoringConfigResponseBody extends $tea.Model {
|
|
|
5280
5294
|
});
|
|
5281
5295
|
}
|
|
5282
5296
|
export declare class DescribeMonitoringConfigResponse extends $tea.Model {
|
|
5283
|
-
headers
|
|
5297
|
+
headers?: {
|
|
5284
5298
|
[key: string]: string;
|
|
5285
5299
|
};
|
|
5286
|
-
statusCode
|
|
5287
|
-
body
|
|
5300
|
+
statusCode?: number;
|
|
5301
|
+
body?: DescribeMonitoringConfigResponseBody;
|
|
5288
5302
|
static names(): {
|
|
5289
5303
|
[key: string]: string;
|
|
5290
5304
|
};
|
|
@@ -5326,11 +5340,11 @@ export declare class DescribeProductResourceTagKeyListResponseBody extends $tea.
|
|
|
5326
5340
|
});
|
|
5327
5341
|
}
|
|
5328
5342
|
export declare class DescribeProductResourceTagKeyListResponse extends $tea.Model {
|
|
5329
|
-
headers
|
|
5343
|
+
headers?: {
|
|
5330
5344
|
[key: string]: string;
|
|
5331
5345
|
};
|
|
5332
|
-
statusCode
|
|
5333
|
-
body
|
|
5346
|
+
statusCode?: number;
|
|
5347
|
+
body?: DescribeProductResourceTagKeyListResponseBody;
|
|
5334
5348
|
static names(): {
|
|
5335
5349
|
[key: string]: string;
|
|
5336
5350
|
};
|
|
@@ -5371,11 +5385,11 @@ export declare class DescribeProductsOfActiveMetricRuleResponseBody extends $tea
|
|
|
5371
5385
|
});
|
|
5372
5386
|
}
|
|
5373
5387
|
export declare class DescribeProductsOfActiveMetricRuleResponse extends $tea.Model {
|
|
5374
|
-
headers
|
|
5388
|
+
headers?: {
|
|
5375
5389
|
[key: string]: string;
|
|
5376
5390
|
};
|
|
5377
|
-
statusCode
|
|
5378
|
-
body
|
|
5391
|
+
statusCode?: number;
|
|
5392
|
+
body?: DescribeProductsOfActiveMetricRuleResponseBody;
|
|
5379
5393
|
static names(): {
|
|
5380
5394
|
[key: string]: string;
|
|
5381
5395
|
};
|
|
@@ -5420,11 +5434,11 @@ export declare class DescribeProjectMetaResponseBody extends $tea.Model {
|
|
|
5420
5434
|
});
|
|
5421
5435
|
}
|
|
5422
5436
|
export declare class DescribeProjectMetaResponse extends $tea.Model {
|
|
5423
|
-
headers
|
|
5437
|
+
headers?: {
|
|
5424
5438
|
[key: string]: string;
|
|
5425
5439
|
};
|
|
5426
|
-
statusCode
|
|
5427
|
-
body
|
|
5440
|
+
statusCode?: number;
|
|
5441
|
+
body?: DescribeProjectMetaResponseBody;
|
|
5428
5442
|
static names(): {
|
|
5429
5443
|
[key: string]: string;
|
|
5430
5444
|
};
|
|
@@ -5467,11 +5481,11 @@ export declare class DescribeSiteMonitorAttributeResponseBody extends $tea.Model
|
|
|
5467
5481
|
});
|
|
5468
5482
|
}
|
|
5469
5483
|
export declare class DescribeSiteMonitorAttributeResponse extends $tea.Model {
|
|
5470
|
-
headers
|
|
5484
|
+
headers?: {
|
|
5471
5485
|
[key: string]: string;
|
|
5472
5486
|
};
|
|
5473
|
-
statusCode
|
|
5474
|
-
body
|
|
5487
|
+
statusCode?: number;
|
|
5488
|
+
body?: DescribeSiteMonitorAttributeResponseBody;
|
|
5475
5489
|
static names(): {
|
|
5476
5490
|
[key: string]: string;
|
|
5477
5491
|
};
|
|
@@ -5520,11 +5534,11 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
|
|
|
5520
5534
|
});
|
|
5521
5535
|
}
|
|
5522
5536
|
export declare class DescribeSiteMonitorDataResponse extends $tea.Model {
|
|
5523
|
-
headers
|
|
5537
|
+
headers?: {
|
|
5524
5538
|
[key: string]: string;
|
|
5525
5539
|
};
|
|
5526
|
-
statusCode
|
|
5527
|
-
body
|
|
5540
|
+
statusCode?: number;
|
|
5541
|
+
body?: DescribeSiteMonitorDataResponseBody;
|
|
5528
5542
|
static names(): {
|
|
5529
5543
|
[key: string]: string;
|
|
5530
5544
|
};
|
|
@@ -5569,11 +5583,11 @@ export declare class DescribeSiteMonitorISPCityListResponseBody extends $tea.Mod
|
|
|
5569
5583
|
});
|
|
5570
5584
|
}
|
|
5571
5585
|
export declare class DescribeSiteMonitorISPCityListResponse extends $tea.Model {
|
|
5572
|
-
headers
|
|
5586
|
+
headers?: {
|
|
5573
5587
|
[key: string]: string;
|
|
5574
5588
|
};
|
|
5575
|
-
statusCode
|
|
5576
|
-
body
|
|
5589
|
+
statusCode?: number;
|
|
5590
|
+
body?: DescribeSiteMonitorISPCityListResponseBody;
|
|
5577
5591
|
static names(): {
|
|
5578
5592
|
[key: string]: string;
|
|
5579
5593
|
};
|
|
@@ -5622,11 +5636,11 @@ export declare class DescribeSiteMonitorListResponseBody extends $tea.Model {
|
|
|
5622
5636
|
});
|
|
5623
5637
|
}
|
|
5624
5638
|
export declare class DescribeSiteMonitorListResponse extends $tea.Model {
|
|
5625
|
-
headers
|
|
5639
|
+
headers?: {
|
|
5626
5640
|
[key: string]: string;
|
|
5627
5641
|
};
|
|
5628
|
-
statusCode
|
|
5629
|
-
body
|
|
5642
|
+
statusCode?: number;
|
|
5643
|
+
body?: DescribeSiteMonitorListResponseBody;
|
|
5630
5644
|
static names(): {
|
|
5631
5645
|
[key: string]: string;
|
|
5632
5646
|
};
|
|
@@ -5679,11 +5693,11 @@ export declare class DescribeSiteMonitorLogResponseBody extends $tea.Model {
|
|
|
5679
5693
|
});
|
|
5680
5694
|
}
|
|
5681
5695
|
export declare class DescribeSiteMonitorLogResponse extends $tea.Model {
|
|
5682
|
-
headers
|
|
5696
|
+
headers?: {
|
|
5683
5697
|
[key: string]: string;
|
|
5684
5698
|
};
|
|
5685
|
-
statusCode
|
|
5686
|
-
body
|
|
5699
|
+
statusCode?: number;
|
|
5700
|
+
body?: DescribeSiteMonitorLogResponseBody;
|
|
5687
5701
|
static names(): {
|
|
5688
5702
|
[key: string]: string;
|
|
5689
5703
|
};
|
|
@@ -5723,11 +5737,11 @@ export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
|
|
|
5723
5737
|
});
|
|
5724
5738
|
}
|
|
5725
5739
|
export declare class DescribeSiteMonitorQuotaResponse extends $tea.Model {
|
|
5726
|
-
headers
|
|
5740
|
+
headers?: {
|
|
5727
5741
|
[key: string]: string;
|
|
5728
5742
|
};
|
|
5729
|
-
statusCode
|
|
5730
|
-
body
|
|
5743
|
+
statusCode?: number;
|
|
5744
|
+
body?: DescribeSiteMonitorQuotaResponseBody;
|
|
5731
5745
|
static names(): {
|
|
5732
5746
|
[key: string]: string;
|
|
5733
5747
|
};
|
|
@@ -5771,11 +5785,11 @@ export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Mode
|
|
|
5771
5785
|
});
|
|
5772
5786
|
}
|
|
5773
5787
|
export declare class DescribeSiteMonitorStatisticsResponse extends $tea.Model {
|
|
5774
|
-
headers
|
|
5788
|
+
headers?: {
|
|
5775
5789
|
[key: string]: string;
|
|
5776
5790
|
};
|
|
5777
|
-
statusCode
|
|
5778
|
-
body
|
|
5791
|
+
statusCode?: number;
|
|
5792
|
+
body?: DescribeSiteMonitorStatisticsResponseBody;
|
|
5779
5793
|
static names(): {
|
|
5780
5794
|
[key: string]: string;
|
|
5781
5795
|
};
|
|
@@ -5826,11 +5840,11 @@ export declare class DescribeSystemEventAttributeResponseBody extends $tea.Model
|
|
|
5826
5840
|
});
|
|
5827
5841
|
}
|
|
5828
5842
|
export declare class DescribeSystemEventAttributeResponse extends $tea.Model {
|
|
5829
|
-
headers
|
|
5843
|
+
headers?: {
|
|
5830
5844
|
[key: string]: string;
|
|
5831
5845
|
};
|
|
5832
|
-
statusCode
|
|
5833
|
-
body
|
|
5846
|
+
statusCode?: number;
|
|
5847
|
+
body?: DescribeSystemEventAttributeResponseBody;
|
|
5834
5848
|
static names(): {
|
|
5835
5849
|
[key: string]: string;
|
|
5836
5850
|
};
|
|
@@ -5879,11 +5893,11 @@ export declare class DescribeSystemEventCountResponseBody extends $tea.Model {
|
|
|
5879
5893
|
});
|
|
5880
5894
|
}
|
|
5881
5895
|
export declare class DescribeSystemEventCountResponse extends $tea.Model {
|
|
5882
|
-
headers
|
|
5896
|
+
headers?: {
|
|
5883
5897
|
[key: string]: string;
|
|
5884
5898
|
};
|
|
5885
|
-
statusCode
|
|
5886
|
-
body
|
|
5899
|
+
statusCode?: number;
|
|
5900
|
+
body?: DescribeSystemEventCountResponseBody;
|
|
5887
5901
|
static names(): {
|
|
5888
5902
|
[key: string]: string;
|
|
5889
5903
|
};
|
|
@@ -5932,11 +5946,11 @@ export declare class DescribeSystemEventHistogramResponseBody extends $tea.Model
|
|
|
5932
5946
|
});
|
|
5933
5947
|
}
|
|
5934
5948
|
export declare class DescribeSystemEventHistogramResponse extends $tea.Model {
|
|
5935
|
-
headers
|
|
5949
|
+
headers?: {
|
|
5936
5950
|
[key: string]: string;
|
|
5937
5951
|
};
|
|
5938
|
-
statusCode
|
|
5939
|
-
body
|
|
5952
|
+
statusCode?: number;
|
|
5953
|
+
body?: DescribeSystemEventHistogramResponseBody;
|
|
5940
5954
|
static names(): {
|
|
5941
5955
|
[key: string]: string;
|
|
5942
5956
|
};
|
|
@@ -5976,11 +5990,11 @@ export declare class DescribeSystemEventMetaListResponseBody extends $tea.Model
|
|
|
5976
5990
|
});
|
|
5977
5991
|
}
|
|
5978
5992
|
export declare class DescribeSystemEventMetaListResponse extends $tea.Model {
|
|
5979
|
-
headers
|
|
5993
|
+
headers?: {
|
|
5980
5994
|
[key: string]: string;
|
|
5981
5995
|
};
|
|
5982
|
-
statusCode
|
|
5983
|
-
body
|
|
5996
|
+
statusCode?: number;
|
|
5997
|
+
body?: DescribeSystemEventMetaListResponseBody;
|
|
5984
5998
|
static names(): {
|
|
5985
5999
|
[key: string]: string;
|
|
5986
6000
|
};
|
|
@@ -6022,11 +6036,11 @@ export declare class DescribeTagKeyListResponseBody extends $tea.Model {
|
|
|
6022
6036
|
});
|
|
6023
6037
|
}
|
|
6024
6038
|
export declare class DescribeTagKeyListResponse extends $tea.Model {
|
|
6025
|
-
headers
|
|
6039
|
+
headers?: {
|
|
6026
6040
|
[key: string]: string;
|
|
6027
6041
|
};
|
|
6028
|
-
statusCode
|
|
6029
|
-
body
|
|
6042
|
+
statusCode?: number;
|
|
6043
|
+
body?: DescribeTagKeyListResponseBody;
|
|
6030
6044
|
static names(): {
|
|
6031
6045
|
[key: string]: string;
|
|
6032
6046
|
};
|
|
@@ -6069,11 +6083,11 @@ export declare class DescribeTagValueListResponseBody extends $tea.Model {
|
|
|
6069
6083
|
});
|
|
6070
6084
|
}
|
|
6071
6085
|
export declare class DescribeTagValueListResponse extends $tea.Model {
|
|
6072
|
-
headers
|
|
6086
|
+
headers?: {
|
|
6073
6087
|
[key: string]: string;
|
|
6074
6088
|
};
|
|
6075
|
-
statusCode
|
|
6076
|
-
body
|
|
6089
|
+
statusCode?: number;
|
|
6090
|
+
body?: DescribeTagValueListResponseBody;
|
|
6077
6091
|
static names(): {
|
|
6078
6092
|
[key: string]: string;
|
|
6079
6093
|
};
|
|
@@ -6114,11 +6128,11 @@ export declare class DescribeUnhealthyHostAvailabilityResponseBody extends $tea.
|
|
|
6114
6128
|
});
|
|
6115
6129
|
}
|
|
6116
6130
|
export declare class DescribeUnhealthyHostAvailabilityResponse extends $tea.Model {
|
|
6117
|
-
headers
|
|
6131
|
+
headers?: {
|
|
6118
6132
|
[key: string]: string;
|
|
6119
6133
|
};
|
|
6120
|
-
statusCode
|
|
6121
|
-
body
|
|
6134
|
+
statusCode?: number;
|
|
6135
|
+
body?: DescribeUnhealthyHostAvailabilityResponseBody;
|
|
6122
6136
|
static names(): {
|
|
6123
6137
|
[key: string]: string;
|
|
6124
6138
|
};
|
|
@@ -6158,11 +6172,11 @@ export declare class DisableActiveMetricRuleResponseBody extends $tea.Model {
|
|
|
6158
6172
|
});
|
|
6159
6173
|
}
|
|
6160
6174
|
export declare class DisableActiveMetricRuleResponse extends $tea.Model {
|
|
6161
|
-
headers
|
|
6175
|
+
headers?: {
|
|
6162
6176
|
[key: string]: string;
|
|
6163
6177
|
};
|
|
6164
|
-
statusCode
|
|
6165
|
-
body
|
|
6178
|
+
statusCode?: number;
|
|
6179
|
+
body?: DisableActiveMetricRuleResponseBody;
|
|
6166
6180
|
static names(): {
|
|
6167
6181
|
[key: string]: string;
|
|
6168
6182
|
};
|
|
@@ -6202,11 +6216,11 @@ export declare class DisableEventRulesResponseBody extends $tea.Model {
|
|
|
6202
6216
|
});
|
|
6203
6217
|
}
|
|
6204
6218
|
export declare class DisableEventRulesResponse extends $tea.Model {
|
|
6205
|
-
headers
|
|
6219
|
+
headers?: {
|
|
6206
6220
|
[key: string]: string;
|
|
6207
6221
|
};
|
|
6208
|
-
statusCode
|
|
6209
|
-
body
|
|
6222
|
+
statusCode?: number;
|
|
6223
|
+
body?: DisableEventRulesResponseBody;
|
|
6210
6224
|
static names(): {
|
|
6211
6225
|
[key: string]: string;
|
|
6212
6226
|
};
|
|
@@ -6246,11 +6260,11 @@ export declare class DisableHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6246
6260
|
});
|
|
6247
6261
|
}
|
|
6248
6262
|
export declare class DisableHostAvailabilityResponse extends $tea.Model {
|
|
6249
|
-
headers
|
|
6263
|
+
headers?: {
|
|
6250
6264
|
[key: string]: string;
|
|
6251
6265
|
};
|
|
6252
|
-
statusCode
|
|
6253
|
-
body
|
|
6266
|
+
statusCode?: number;
|
|
6267
|
+
body?: DisableHostAvailabilityResponseBody;
|
|
6254
6268
|
static names(): {
|
|
6255
6269
|
[key: string]: string;
|
|
6256
6270
|
};
|
|
@@ -6290,11 +6304,11 @@ export declare class DisableMetricRulesResponseBody extends $tea.Model {
|
|
|
6290
6304
|
});
|
|
6291
6305
|
}
|
|
6292
6306
|
export declare class DisableMetricRulesResponse extends $tea.Model {
|
|
6293
|
-
headers
|
|
6307
|
+
headers?: {
|
|
6294
6308
|
[key: string]: string;
|
|
6295
6309
|
};
|
|
6296
|
-
statusCode
|
|
6297
|
-
body
|
|
6310
|
+
statusCode?: number;
|
|
6311
|
+
body?: DisableMetricRulesResponseBody;
|
|
6298
6312
|
static names(): {
|
|
6299
6313
|
[key: string]: string;
|
|
6300
6314
|
};
|
|
@@ -6335,11 +6349,11 @@ export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
|
|
|
6335
6349
|
});
|
|
6336
6350
|
}
|
|
6337
6351
|
export declare class DisableSiteMonitorsResponse extends $tea.Model {
|
|
6338
|
-
headers
|
|
6352
|
+
headers?: {
|
|
6339
6353
|
[key: string]: string;
|
|
6340
6354
|
};
|
|
6341
|
-
statusCode
|
|
6342
|
-
body
|
|
6355
|
+
statusCode?: number;
|
|
6356
|
+
body?: DisableSiteMonitorsResponseBody;
|
|
6343
6357
|
static names(): {
|
|
6344
6358
|
[key: string]: string;
|
|
6345
6359
|
};
|
|
@@ -6379,11 +6393,11 @@ export declare class EnableActiveMetricRuleResponseBody extends $tea.Model {
|
|
|
6379
6393
|
});
|
|
6380
6394
|
}
|
|
6381
6395
|
export declare class EnableActiveMetricRuleResponse extends $tea.Model {
|
|
6382
|
-
headers
|
|
6396
|
+
headers?: {
|
|
6383
6397
|
[key: string]: string;
|
|
6384
6398
|
};
|
|
6385
|
-
statusCode
|
|
6386
|
-
body
|
|
6399
|
+
statusCode?: number;
|
|
6400
|
+
body?: EnableActiveMetricRuleResponseBody;
|
|
6387
6401
|
static names(): {
|
|
6388
6402
|
[key: string]: string;
|
|
6389
6403
|
};
|
|
@@ -6423,11 +6437,11 @@ export declare class EnableEventRulesResponseBody extends $tea.Model {
|
|
|
6423
6437
|
});
|
|
6424
6438
|
}
|
|
6425
6439
|
export declare class EnableEventRulesResponse extends $tea.Model {
|
|
6426
|
-
headers
|
|
6440
|
+
headers?: {
|
|
6427
6441
|
[key: string]: string;
|
|
6428
6442
|
};
|
|
6429
|
-
statusCode
|
|
6430
|
-
body
|
|
6443
|
+
statusCode?: number;
|
|
6444
|
+
body?: EnableEventRulesResponseBody;
|
|
6431
6445
|
static names(): {
|
|
6432
6446
|
[key: string]: string;
|
|
6433
6447
|
};
|
|
@@ -6467,11 +6481,11 @@ export declare class EnableHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6467
6481
|
});
|
|
6468
6482
|
}
|
|
6469
6483
|
export declare class EnableHostAvailabilityResponse extends $tea.Model {
|
|
6470
|
-
headers
|
|
6484
|
+
headers?: {
|
|
6471
6485
|
[key: string]: string;
|
|
6472
6486
|
};
|
|
6473
|
-
statusCode
|
|
6474
|
-
body
|
|
6487
|
+
statusCode?: number;
|
|
6488
|
+
body?: EnableHostAvailabilityResponseBody;
|
|
6475
6489
|
static names(): {
|
|
6476
6490
|
[key: string]: string;
|
|
6477
6491
|
};
|
|
@@ -6513,11 +6527,11 @@ export declare class EnableMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
6513
6527
|
});
|
|
6514
6528
|
}
|
|
6515
6529
|
export declare class EnableMetricRuleBlackListResponse extends $tea.Model {
|
|
6516
|
-
headers
|
|
6530
|
+
headers?: {
|
|
6517
6531
|
[key: string]: string;
|
|
6518
6532
|
};
|
|
6519
|
-
statusCode
|
|
6520
|
-
body
|
|
6533
|
+
statusCode?: number;
|
|
6534
|
+
body?: EnableMetricRuleBlackListResponseBody;
|
|
6521
6535
|
static names(): {
|
|
6522
6536
|
[key: string]: string;
|
|
6523
6537
|
};
|
|
@@ -6557,11 +6571,11 @@ export declare class EnableMetricRulesResponseBody extends $tea.Model {
|
|
|
6557
6571
|
});
|
|
6558
6572
|
}
|
|
6559
6573
|
export declare class EnableMetricRulesResponse extends $tea.Model {
|
|
6560
|
-
headers
|
|
6574
|
+
headers?: {
|
|
6561
6575
|
[key: string]: string;
|
|
6562
6576
|
};
|
|
6563
|
-
statusCode
|
|
6564
|
-
body
|
|
6577
|
+
statusCode?: number;
|
|
6578
|
+
body?: EnableMetricRulesResponseBody;
|
|
6565
6579
|
static names(): {
|
|
6566
6580
|
[key: string]: string;
|
|
6567
6581
|
};
|
|
@@ -6602,11 +6616,11 @@ export declare class EnableSiteMonitorsResponseBody extends $tea.Model {
|
|
|
6602
6616
|
});
|
|
6603
6617
|
}
|
|
6604
6618
|
export declare class EnableSiteMonitorsResponse extends $tea.Model {
|
|
6605
|
-
headers
|
|
6619
|
+
headers?: {
|
|
6606
6620
|
[key: string]: string;
|
|
6607
6621
|
};
|
|
6608
|
-
statusCode
|
|
6609
|
-
body
|
|
6622
|
+
statusCode?: number;
|
|
6623
|
+
body?: EnableSiteMonitorsResponseBody;
|
|
6610
6624
|
static names(): {
|
|
6611
6625
|
[key: string]: string;
|
|
6612
6626
|
};
|
|
@@ -6648,11 +6662,11 @@ export declare class InstallMonitoringAgentResponseBody extends $tea.Model {
|
|
|
6648
6662
|
});
|
|
6649
6663
|
}
|
|
6650
6664
|
export declare class InstallMonitoringAgentResponse extends $tea.Model {
|
|
6651
|
-
headers
|
|
6665
|
+
headers?: {
|
|
6652
6666
|
[key: string]: string;
|
|
6653
6667
|
};
|
|
6654
|
-
statusCode
|
|
6655
|
-
body
|
|
6668
|
+
statusCode?: number;
|
|
6669
|
+
body?: InstallMonitoringAgentResponseBody;
|
|
6656
6670
|
static names(): {
|
|
6657
6671
|
[key: string]: string;
|
|
6658
6672
|
};
|
|
@@ -6695,11 +6709,11 @@ export declare class ModifyGroupMonitoringAgentProcessResponseBody extends $tea.
|
|
|
6695
6709
|
});
|
|
6696
6710
|
}
|
|
6697
6711
|
export declare class ModifyGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
6698
|
-
headers
|
|
6712
|
+
headers?: {
|
|
6699
6713
|
[key: string]: string;
|
|
6700
6714
|
};
|
|
6701
|
-
statusCode
|
|
6702
|
-
body
|
|
6715
|
+
statusCode?: number;
|
|
6716
|
+
body?: ModifyGroupMonitoringAgentProcessResponseBody;
|
|
6703
6717
|
static names(): {
|
|
6704
6718
|
[key: string]: string;
|
|
6705
6719
|
};
|
|
@@ -6747,11 +6761,11 @@ export declare class ModifyHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6747
6761
|
});
|
|
6748
6762
|
}
|
|
6749
6763
|
export declare class ModifyHostAvailabilityResponse extends $tea.Model {
|
|
6750
|
-
headers
|
|
6764
|
+
headers?: {
|
|
6751
6765
|
[key: string]: string;
|
|
6752
6766
|
};
|
|
6753
|
-
statusCode
|
|
6754
|
-
body
|
|
6767
|
+
statusCode?: number;
|
|
6768
|
+
body?: ModifyHostAvailabilityResponseBody;
|
|
6755
6769
|
static names(): {
|
|
6756
6770
|
[key: string]: string;
|
|
6757
6771
|
};
|
|
@@ -6792,11 +6806,11 @@ export declare class ModifyHostInfoResponseBody extends $tea.Model {
|
|
|
6792
6806
|
});
|
|
6793
6807
|
}
|
|
6794
6808
|
export declare class ModifyHostInfoResponse extends $tea.Model {
|
|
6795
|
-
headers
|
|
6809
|
+
headers?: {
|
|
6796
6810
|
[key: string]: string;
|
|
6797
6811
|
};
|
|
6798
|
-
statusCode
|
|
6799
|
-
body
|
|
6812
|
+
statusCode?: number;
|
|
6813
|
+
body?: ModifyHostInfoResponseBody;
|
|
6800
6814
|
static names(): {
|
|
6801
6815
|
[key: string]: string;
|
|
6802
6816
|
};
|
|
@@ -6838,11 +6852,11 @@ export declare class ModifyHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
6838
6852
|
});
|
|
6839
6853
|
}
|
|
6840
6854
|
export declare class ModifyHybridMonitorNamespaceResponse extends $tea.Model {
|
|
6841
|
-
headers
|
|
6855
|
+
headers?: {
|
|
6842
6856
|
[key: string]: string;
|
|
6843
6857
|
};
|
|
6844
|
-
statusCode
|
|
6845
|
-
body
|
|
6858
|
+
statusCode?: number;
|
|
6859
|
+
body?: ModifyHybridMonitorNamespaceResponseBody;
|
|
6846
6860
|
static names(): {
|
|
6847
6861
|
[key: string]: string;
|
|
6848
6862
|
};
|
|
@@ -6884,11 +6898,11 @@ export declare class ModifyHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
6884
6898
|
});
|
|
6885
6899
|
}
|
|
6886
6900
|
export declare class ModifyHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
6887
|
-
headers
|
|
6901
|
+
headers?: {
|
|
6888
6902
|
[key: string]: string;
|
|
6889
6903
|
};
|
|
6890
|
-
statusCode
|
|
6891
|
-
body
|
|
6904
|
+
statusCode?: number;
|
|
6905
|
+
body?: ModifyHybridMonitorSLSGroupResponseBody;
|
|
6892
6906
|
static names(): {
|
|
6893
6907
|
[key: string]: string;
|
|
6894
6908
|
};
|
|
@@ -6933,11 +6947,11 @@ export declare class ModifyHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
6933
6947
|
});
|
|
6934
6948
|
}
|
|
6935
6949
|
export declare class ModifyHybridMonitorTaskResponse extends $tea.Model {
|
|
6936
|
-
headers
|
|
6950
|
+
headers?: {
|
|
6937
6951
|
[key: string]: string;
|
|
6938
6952
|
};
|
|
6939
|
-
statusCode
|
|
6940
|
-
body
|
|
6953
|
+
statusCode?: number;
|
|
6954
|
+
body?: ModifyHybridMonitorTaskResponseBody;
|
|
6941
6955
|
static names(): {
|
|
6942
6956
|
[key: string]: string;
|
|
6943
6957
|
};
|
|
@@ -6988,11 +7002,11 @@ export declare class ModifyMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
6988
7002
|
});
|
|
6989
7003
|
}
|
|
6990
7004
|
export declare class ModifyMetricRuleBlackListResponse extends $tea.Model {
|
|
6991
|
-
headers
|
|
7005
|
+
headers?: {
|
|
6992
7006
|
[key: string]: string;
|
|
6993
7007
|
};
|
|
6994
|
-
statusCode
|
|
6995
|
-
body
|
|
7008
|
+
statusCode?: number;
|
|
7009
|
+
body?: ModifyMetricRuleBlackListResponseBody;
|
|
6996
7010
|
static names(): {
|
|
6997
7011
|
[key: string]: string;
|
|
6998
7012
|
};
|
|
@@ -7036,11 +7050,11 @@ export declare class ModifyMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
7036
7050
|
});
|
|
7037
7051
|
}
|
|
7038
7052
|
export declare class ModifyMetricRuleTemplateResponse extends $tea.Model {
|
|
7039
|
-
headers
|
|
7053
|
+
headers?: {
|
|
7040
7054
|
[key: string]: string;
|
|
7041
7055
|
};
|
|
7042
|
-
statusCode
|
|
7043
|
-
body
|
|
7056
|
+
statusCode?: number;
|
|
7057
|
+
body?: ModifyMetricRuleTemplateResponseBody;
|
|
7044
7058
|
static names(): {
|
|
7045
7059
|
[key: string]: string;
|
|
7046
7060
|
};
|
|
@@ -7082,11 +7096,11 @@ export declare class ModifyMonitorGroupResponseBody extends $tea.Model {
|
|
|
7082
7096
|
});
|
|
7083
7097
|
}
|
|
7084
7098
|
export declare class ModifyMonitorGroupResponse extends $tea.Model {
|
|
7085
|
-
headers
|
|
7099
|
+
headers?: {
|
|
7086
7100
|
[key: string]: string;
|
|
7087
7101
|
};
|
|
7088
|
-
statusCode
|
|
7089
|
-
body
|
|
7102
|
+
statusCode?: number;
|
|
7103
|
+
body?: ModifyMonitorGroupResponseBody;
|
|
7090
7104
|
static names(): {
|
|
7091
7105
|
[key: string]: string;
|
|
7092
7106
|
};
|
|
@@ -7127,11 +7141,11 @@ export declare class ModifyMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
7127
7141
|
});
|
|
7128
7142
|
}
|
|
7129
7143
|
export declare class ModifyMonitorGroupInstancesResponse extends $tea.Model {
|
|
7130
|
-
headers
|
|
7144
|
+
headers?: {
|
|
7131
7145
|
[key: string]: string;
|
|
7132
7146
|
};
|
|
7133
|
-
statusCode
|
|
7134
|
-
body
|
|
7147
|
+
statusCode?: number;
|
|
7148
|
+
body?: ModifyMonitorGroupInstancesResponseBody;
|
|
7135
7149
|
static names(): {
|
|
7136
7150
|
[key: string]: string;
|
|
7137
7151
|
};
|
|
@@ -7180,11 +7194,11 @@ export declare class ModifySiteMonitorResponseBody extends $tea.Model {
|
|
|
7180
7194
|
});
|
|
7181
7195
|
}
|
|
7182
7196
|
export declare class ModifySiteMonitorResponse extends $tea.Model {
|
|
7183
|
-
headers
|
|
7197
|
+
headers?: {
|
|
7184
7198
|
[key: string]: string;
|
|
7185
7199
|
};
|
|
7186
|
-
statusCode
|
|
7187
|
-
body
|
|
7200
|
+
statusCode?: number;
|
|
7201
|
+
body?: ModifySiteMonitorResponseBody;
|
|
7188
7202
|
static names(): {
|
|
7189
7203
|
[key: string]: string;
|
|
7190
7204
|
};
|
|
@@ -7209,11 +7223,11 @@ export declare class OpenCmsServiceResponseBody extends $tea.Model {
|
|
|
7209
7223
|
});
|
|
7210
7224
|
}
|
|
7211
7225
|
export declare class OpenCmsServiceResponse extends $tea.Model {
|
|
7212
|
-
headers
|
|
7226
|
+
headers?: {
|
|
7213
7227
|
[key: string]: string;
|
|
7214
7228
|
};
|
|
7215
|
-
statusCode
|
|
7216
|
-
body
|
|
7229
|
+
statusCode?: number;
|
|
7230
|
+
body?: OpenCmsServiceResponseBody;
|
|
7217
7231
|
static names(): {
|
|
7218
7232
|
[key: string]: string;
|
|
7219
7233
|
};
|
|
@@ -7255,11 +7269,11 @@ export declare class PutContactResponseBody extends $tea.Model {
|
|
|
7255
7269
|
});
|
|
7256
7270
|
}
|
|
7257
7271
|
export declare class PutContactResponse extends $tea.Model {
|
|
7258
|
-
headers
|
|
7272
|
+
headers?: {
|
|
7259
7273
|
[key: string]: string;
|
|
7260
7274
|
};
|
|
7261
|
-
statusCode
|
|
7262
|
-
body
|
|
7275
|
+
statusCode?: number;
|
|
7276
|
+
body?: PutContactResponseBody;
|
|
7263
7277
|
static names(): {
|
|
7264
7278
|
[key: string]: string;
|
|
7265
7279
|
};
|
|
@@ -7301,11 +7315,11 @@ export declare class PutContactGroupResponseBody extends $tea.Model {
|
|
|
7301
7315
|
});
|
|
7302
7316
|
}
|
|
7303
7317
|
export declare class PutContactGroupResponse extends $tea.Model {
|
|
7304
|
-
headers
|
|
7318
|
+
headers?: {
|
|
7305
7319
|
[key: string]: string;
|
|
7306
7320
|
};
|
|
7307
|
-
statusCode
|
|
7308
|
-
body
|
|
7321
|
+
statusCode?: number;
|
|
7322
|
+
body?: PutContactGroupResponseBody;
|
|
7309
7323
|
static names(): {
|
|
7310
7324
|
[key: string]: string;
|
|
7311
7325
|
};
|
|
@@ -7344,11 +7358,11 @@ export declare class PutCustomEventResponseBody extends $tea.Model {
|
|
|
7344
7358
|
});
|
|
7345
7359
|
}
|
|
7346
7360
|
export declare class PutCustomEventResponse extends $tea.Model {
|
|
7347
|
-
headers
|
|
7361
|
+
headers?: {
|
|
7348
7362
|
[key: string]: string;
|
|
7349
7363
|
};
|
|
7350
|
-
statusCode
|
|
7351
|
-
body
|
|
7364
|
+
statusCode?: number;
|
|
7365
|
+
body?: PutCustomEventResponseBody;
|
|
7352
7366
|
static names(): {
|
|
7353
7367
|
[key: string]: string;
|
|
7354
7368
|
};
|
|
@@ -7397,11 +7411,11 @@ export declare class PutCustomEventRuleResponseBody extends $tea.Model {
|
|
|
7397
7411
|
});
|
|
7398
7412
|
}
|
|
7399
7413
|
export declare class PutCustomEventRuleResponse extends $tea.Model {
|
|
7400
|
-
headers
|
|
7414
|
+
headers?: {
|
|
7401
7415
|
[key: string]: string;
|
|
7402
7416
|
};
|
|
7403
|
-
statusCode
|
|
7404
|
-
body
|
|
7417
|
+
statusCode?: number;
|
|
7418
|
+
body?: PutCustomEventRuleResponseBody;
|
|
7405
7419
|
static names(): {
|
|
7406
7420
|
[key: string]: string;
|
|
7407
7421
|
};
|
|
@@ -7440,11 +7454,11 @@ export declare class PutCustomMetricResponseBody extends $tea.Model {
|
|
|
7440
7454
|
});
|
|
7441
7455
|
}
|
|
7442
7456
|
export declare class PutCustomMetricResponse extends $tea.Model {
|
|
7443
|
-
headers
|
|
7457
|
+
headers?: {
|
|
7444
7458
|
[key: string]: string;
|
|
7445
7459
|
};
|
|
7446
|
-
statusCode
|
|
7447
|
-
body
|
|
7460
|
+
statusCode?: number;
|
|
7461
|
+
body?: PutCustomMetricResponseBody;
|
|
7448
7462
|
static names(): {
|
|
7449
7463
|
[key: string]: string;
|
|
7450
7464
|
};
|
|
@@ -7498,11 +7512,11 @@ export declare class PutCustomMetricRuleResponseBody extends $tea.Model {
|
|
|
7498
7512
|
});
|
|
7499
7513
|
}
|
|
7500
7514
|
export declare class PutCustomMetricRuleResponse extends $tea.Model {
|
|
7501
|
-
headers
|
|
7515
|
+
headers?: {
|
|
7502
7516
|
[key: string]: string;
|
|
7503
7517
|
};
|
|
7504
|
-
statusCode
|
|
7505
|
-
body
|
|
7518
|
+
statusCode?: number;
|
|
7519
|
+
body?: PutCustomMetricRuleResponseBody;
|
|
7506
7520
|
static names(): {
|
|
7507
7521
|
[key: string]: string;
|
|
7508
7522
|
};
|
|
@@ -7549,11 +7563,11 @@ export declare class PutEventRuleResponseBody extends $tea.Model {
|
|
|
7549
7563
|
});
|
|
7550
7564
|
}
|
|
7551
7565
|
export declare class PutEventRuleResponse extends $tea.Model {
|
|
7552
|
-
headers
|
|
7566
|
+
headers?: {
|
|
7553
7567
|
[key: string]: string;
|
|
7554
7568
|
};
|
|
7555
|
-
statusCode
|
|
7556
|
-
body
|
|
7569
|
+
statusCode?: number;
|
|
7570
|
+
body?: PutEventRuleResponseBody;
|
|
7557
7571
|
static names(): {
|
|
7558
7572
|
[key: string]: string;
|
|
7559
7573
|
};
|
|
@@ -7603,11 +7617,11 @@ export declare class PutEventRuleTargetsResponseBody extends $tea.Model {
|
|
|
7603
7617
|
});
|
|
7604
7618
|
}
|
|
7605
7619
|
export declare class PutEventRuleTargetsResponse extends $tea.Model {
|
|
7606
|
-
headers
|
|
7620
|
+
headers?: {
|
|
7607
7621
|
[key: string]: string;
|
|
7608
7622
|
};
|
|
7609
|
-
statusCode
|
|
7610
|
-
body
|
|
7623
|
+
statusCode?: number;
|
|
7624
|
+
body?: PutEventRuleTargetsResponseBody;
|
|
7611
7625
|
static names(): {
|
|
7612
7626
|
[key: string]: string;
|
|
7613
7627
|
};
|
|
@@ -7650,11 +7664,11 @@ export declare class PutExporterOutputResponseBody extends $tea.Model {
|
|
|
7650
7664
|
});
|
|
7651
7665
|
}
|
|
7652
7666
|
export declare class PutExporterOutputResponse extends $tea.Model {
|
|
7653
|
-
headers
|
|
7667
|
+
headers?: {
|
|
7654
7668
|
[key: string]: string;
|
|
7655
7669
|
};
|
|
7656
|
-
statusCode
|
|
7657
|
-
body
|
|
7670
|
+
statusCode?: number;
|
|
7671
|
+
body?: PutExporterOutputResponseBody;
|
|
7658
7672
|
static names(): {
|
|
7659
7673
|
[key: string]: string;
|
|
7660
7674
|
};
|
|
@@ -7699,11 +7713,11 @@ export declare class PutExporterRuleResponseBody extends $tea.Model {
|
|
|
7699
7713
|
});
|
|
7700
7714
|
}
|
|
7701
7715
|
export declare class PutExporterRuleResponse extends $tea.Model {
|
|
7702
|
-
headers
|
|
7716
|
+
headers?: {
|
|
7703
7717
|
[key: string]: string;
|
|
7704
7718
|
};
|
|
7705
|
-
statusCode
|
|
7706
|
-
body
|
|
7719
|
+
statusCode?: number;
|
|
7720
|
+
body?: PutExporterRuleResponseBody;
|
|
7707
7721
|
static names(): {
|
|
7708
7722
|
[key: string]: string;
|
|
7709
7723
|
};
|
|
@@ -7729,6 +7743,7 @@ export declare class PutGroupMetricRuleRequest extends $tea.Model {
|
|
|
7729
7743
|
namespace?: string;
|
|
7730
7744
|
noDataPolicy?: string;
|
|
7731
7745
|
noEffectiveInterval?: string;
|
|
7746
|
+
options?: string;
|
|
7732
7747
|
period?: string;
|
|
7733
7748
|
ruleId?: string;
|
|
7734
7749
|
ruleName?: string;
|
|
@@ -7761,11 +7776,11 @@ export declare class PutGroupMetricRuleResponseBody extends $tea.Model {
|
|
|
7761
7776
|
});
|
|
7762
7777
|
}
|
|
7763
7778
|
export declare class PutGroupMetricRuleResponse extends $tea.Model {
|
|
7764
|
-
headers
|
|
7779
|
+
headers?: {
|
|
7765
7780
|
[key: string]: string;
|
|
7766
7781
|
};
|
|
7767
|
-
statusCode
|
|
7768
|
-
body
|
|
7782
|
+
statusCode?: number;
|
|
7783
|
+
body?: PutGroupMetricRuleResponseBody;
|
|
7769
7784
|
static names(): {
|
|
7770
7785
|
[key: string]: string;
|
|
7771
7786
|
};
|
|
@@ -7805,11 +7820,11 @@ export declare class PutHybridMonitorMetricDataResponseBody extends $tea.Model {
|
|
|
7805
7820
|
});
|
|
7806
7821
|
}
|
|
7807
7822
|
export declare class PutHybridMonitorMetricDataResponse extends $tea.Model {
|
|
7808
|
-
headers
|
|
7823
|
+
headers?: {
|
|
7809
7824
|
[key: string]: string;
|
|
7810
7825
|
};
|
|
7811
|
-
statusCode
|
|
7812
|
-
body
|
|
7826
|
+
statusCode?: number;
|
|
7827
|
+
body?: PutHybridMonitorMetricDataResponseBody;
|
|
7813
7828
|
static names(): {
|
|
7814
7829
|
[key: string]: string;
|
|
7815
7830
|
};
|
|
@@ -7862,11 +7877,11 @@ export declare class PutLogMonitorResponseBody extends $tea.Model {
|
|
|
7862
7877
|
});
|
|
7863
7878
|
}
|
|
7864
7879
|
export declare class PutLogMonitorResponse extends $tea.Model {
|
|
7865
|
-
headers
|
|
7880
|
+
headers?: {
|
|
7866
7881
|
[key: string]: string;
|
|
7867
7882
|
};
|
|
7868
|
-
statusCode
|
|
7869
|
-
body
|
|
7883
|
+
statusCode?: number;
|
|
7884
|
+
body?: PutLogMonitorResponseBody;
|
|
7870
7885
|
static names(): {
|
|
7871
7886
|
[key: string]: string;
|
|
7872
7887
|
};
|
|
@@ -7908,11 +7923,11 @@ export declare class PutMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
7908
7923
|
});
|
|
7909
7924
|
}
|
|
7910
7925
|
export declare class PutMetricRuleTargetsResponse extends $tea.Model {
|
|
7911
|
-
headers
|
|
7926
|
+
headers?: {
|
|
7912
7927
|
[key: string]: string;
|
|
7913
7928
|
};
|
|
7914
|
-
statusCode
|
|
7915
|
-
body
|
|
7929
|
+
statusCode?: number;
|
|
7930
|
+
body?: PutMetricRuleTargetsResponseBody;
|
|
7916
7931
|
static names(): {
|
|
7917
7932
|
[key: string]: string;
|
|
7918
7933
|
};
|
|
@@ -7954,11 +7969,11 @@ export declare class PutMonitorGroupDynamicRuleResponseBody extends $tea.Model {
|
|
|
7954
7969
|
});
|
|
7955
7970
|
}
|
|
7956
7971
|
export declare class PutMonitorGroupDynamicRuleResponse extends $tea.Model {
|
|
7957
|
-
headers
|
|
7972
|
+
headers?: {
|
|
7958
7973
|
[key: string]: string;
|
|
7959
7974
|
};
|
|
7960
|
-
statusCode
|
|
7961
|
-
body
|
|
7975
|
+
statusCode?: number;
|
|
7976
|
+
body?: PutMonitorGroupDynamicRuleResponseBody;
|
|
7962
7977
|
static names(): {
|
|
7963
7978
|
[key: string]: string;
|
|
7964
7979
|
};
|
|
@@ -7999,11 +8014,11 @@ export declare class PutMonitoringConfigResponseBody extends $tea.Model {
|
|
|
7999
8014
|
});
|
|
8000
8015
|
}
|
|
8001
8016
|
export declare class PutMonitoringConfigResponse extends $tea.Model {
|
|
8002
|
-
headers
|
|
8017
|
+
headers?: {
|
|
8003
8018
|
[key: string]: string;
|
|
8004
8019
|
};
|
|
8005
|
-
statusCode
|
|
8006
|
-
body
|
|
8020
|
+
statusCode?: number;
|
|
8021
|
+
body?: PutMonitoringConfigResponseBody;
|
|
8007
8022
|
static names(): {
|
|
8008
8023
|
[key: string]: string;
|
|
8009
8024
|
};
|
|
@@ -8088,11 +8103,11 @@ export declare class PutResourceMetricRuleResponseBody extends $tea.Model {
|
|
|
8088
8103
|
});
|
|
8089
8104
|
}
|
|
8090
8105
|
export declare class PutResourceMetricRuleResponse extends $tea.Model {
|
|
8091
|
-
headers
|
|
8106
|
+
headers?: {
|
|
8092
8107
|
[key: string]: string;
|
|
8093
8108
|
};
|
|
8094
|
-
statusCode
|
|
8095
|
-
body
|
|
8109
|
+
statusCode?: number;
|
|
8110
|
+
body?: PutResourceMetricRuleResponseBody;
|
|
8096
8111
|
static names(): {
|
|
8097
8112
|
[key: string]: string;
|
|
8098
8113
|
};
|
|
@@ -8132,11 +8147,11 @@ export declare class PutResourceMetricRulesResponseBody extends $tea.Model {
|
|
|
8132
8147
|
});
|
|
8133
8148
|
}
|
|
8134
8149
|
export declare class PutResourceMetricRulesResponse extends $tea.Model {
|
|
8135
|
-
headers
|
|
8150
|
+
headers?: {
|
|
8136
8151
|
[key: string]: string;
|
|
8137
8152
|
};
|
|
8138
|
-
statusCode
|
|
8139
|
-
body
|
|
8153
|
+
statusCode?: number;
|
|
8154
|
+
body?: PutResourceMetricRulesResponseBody;
|
|
8140
8155
|
static names(): {
|
|
8141
8156
|
[key: string]: string;
|
|
8142
8157
|
};
|
|
@@ -8178,11 +8193,11 @@ export declare class RemoveTagsResponseBody extends $tea.Model {
|
|
|
8178
8193
|
});
|
|
8179
8194
|
}
|
|
8180
8195
|
export declare class RemoveTagsResponse extends $tea.Model {
|
|
8181
|
-
headers
|
|
8196
|
+
headers?: {
|
|
8182
8197
|
[key: string]: string;
|
|
8183
8198
|
};
|
|
8184
|
-
statusCode
|
|
8185
|
-
body
|
|
8199
|
+
statusCode?: number;
|
|
8200
|
+
body?: RemoveTagsResponseBody;
|
|
8186
8201
|
static names(): {
|
|
8187
8202
|
[key: string]: string;
|
|
8188
8203
|
};
|
|
@@ -8225,11 +8240,11 @@ export declare class SendDryRunSystemEventResponseBody extends $tea.Model {
|
|
|
8225
8240
|
});
|
|
8226
8241
|
}
|
|
8227
8242
|
export declare class SendDryRunSystemEventResponse extends $tea.Model {
|
|
8228
|
-
headers
|
|
8243
|
+
headers?: {
|
|
8229
8244
|
[key: string]: string;
|
|
8230
8245
|
};
|
|
8231
|
-
statusCode
|
|
8232
|
-
body
|
|
8246
|
+
statusCode?: number;
|
|
8247
|
+
body?: SendDryRunSystemEventResponseBody;
|
|
8233
8248
|
static names(): {
|
|
8234
8249
|
[key: string]: string;
|
|
8235
8250
|
};
|
|
@@ -8269,11 +8284,11 @@ export declare class UninstallMonitoringAgentResponseBody extends $tea.Model {
|
|
|
8269
8284
|
});
|
|
8270
8285
|
}
|
|
8271
8286
|
export declare class UninstallMonitoringAgentResponse extends $tea.Model {
|
|
8272
|
-
headers
|
|
8287
|
+
headers?: {
|
|
8273
8288
|
[key: string]: string;
|
|
8274
8289
|
};
|
|
8275
|
-
statusCode
|
|
8276
|
-
body
|
|
8290
|
+
statusCode?: number;
|
|
8291
|
+
body?: UninstallMonitoringAgentResponseBody;
|
|
8277
8292
|
static names(): {
|
|
8278
8293
|
[key: string]: string;
|
|
8279
8294
|
};
|
|
@@ -8321,6 +8336,7 @@ export declare class EscalationRuleEscalationsContactGroupsByLevel extends $tea.
|
|
|
8321
8336
|
});
|
|
8322
8337
|
}
|
|
8323
8338
|
export declare class EscalationRuleEscalations extends $tea.Model {
|
|
8339
|
+
backupContactGroups?: string[];
|
|
8324
8340
|
contactGroups?: string[];
|
|
8325
8341
|
contactGroupsByLevel?: EscalationRuleEscalationsContactGroupsByLevel;
|
|
8326
8342
|
escalateMin?: number;
|
|
@@ -8965,6 +8981,7 @@ export declare class CreateGroupMetricRulesRequestGroupMetricRules extends $tea.
|
|
|
8965
8981
|
namespace?: string;
|
|
8966
8982
|
noDataPolicy?: string;
|
|
8967
8983
|
noEffectiveInterval?: string;
|
|
8984
|
+
options?: string;
|
|
8968
8985
|
period?: string;
|
|
8969
8986
|
ruleId?: string;
|
|
8970
8987
|
ruleName?: string;
|
|
@@ -11202,6 +11219,8 @@ export declare class DescribeHybridMonitorNamespaceListResponseBodyDescribeHybri
|
|
|
11202
11219
|
});
|
|
11203
11220
|
}
|
|
11204
11221
|
export declare class DescribeHybridMonitorNamespaceListResponseBodyDescribeHybridMonitorNamespaceDetail extends $tea.Model {
|
|
11222
|
+
namespaceRegion?: string;
|
|
11223
|
+
SLSProject?: string;
|
|
11205
11224
|
spec?: string;
|
|
11206
11225
|
static names(): {
|
|
11207
11226
|
[key: string]: string;
|
|
@@ -11222,6 +11241,7 @@ export declare class DescribeHybridMonitorNamespaceListResponseBodyDescribeHybri
|
|
|
11222
11241
|
isDelete?: number;
|
|
11223
11242
|
modifyTime?: string;
|
|
11224
11243
|
namespace?: string;
|
|
11244
|
+
namespaceType?: string;
|
|
11225
11245
|
notAliyunTaskNumber?: number;
|
|
11226
11246
|
static names(): {
|
|
11227
11247
|
[key: string]: string;
|
|
@@ -12618,6 +12638,7 @@ export declare class DescribeMonitoringAgentProcessesResponseBodyNodeProcesses e
|
|
|
12618
12638
|
});
|
|
12619
12639
|
}
|
|
12620
12640
|
export declare class DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNodeStatus extends $tea.Model {
|
|
12641
|
+
agentInstallErrorCode?: string;
|
|
12621
12642
|
autoInstall?: boolean;
|
|
12622
12643
|
instanceId?: string;
|
|
12623
12644
|
osMonitorConfig?: string;
|
|
@@ -12661,7 +12682,9 @@ export declare class DescribeProductResourceTagKeyListResponseBodyTagKeys extend
|
|
|
12661
12682
|
});
|
|
12662
12683
|
}
|
|
12663
12684
|
export declare class DescribeProductsOfActiveMetricRuleResponseBodyAllProductInitMetricRuleListAllProductInitMetricRuleAlertInitConfigListAlertInitConfig extends $tea.Model {
|
|
12685
|
+
comparisonOperator?: string;
|
|
12664
12686
|
evaluationCount?: string;
|
|
12687
|
+
level?: string;
|
|
12665
12688
|
metricName?: string;
|
|
12666
12689
|
namespace?: string;
|
|
12667
12690
|
period?: string;
|
|
@@ -13219,6 +13242,7 @@ export declare class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model
|
|
|
13219
13242
|
export declare class DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent extends $tea.Model {
|
|
13220
13243
|
content?: string;
|
|
13221
13244
|
groupId?: string;
|
|
13245
|
+
id?: string;
|
|
13222
13246
|
instanceName?: string;
|
|
13223
13247
|
level?: string;
|
|
13224
13248
|
name?: string;
|
|
@@ -14761,8 +14785,10 @@ export default class Client extends OpenApi {
|
|
|
14761
14785
|
*/
|
|
14762
14786
|
createHostAvailability(request: CreateHostAvailabilityRequest): Promise<CreateHostAvailabilityResponse>;
|
|
14763
14787
|
/**
|
|
14764
|
-
*
|
|
14788
|
+
* # [](#)Prerequisites
|
|
14765
14789
|
* Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14790
|
+
* # [](#)Description
|
|
14791
|
+
* This topic provides an example on how to create a namespace named `aliyun`. In this example, the data retention period of the namespace is set to `cms.s1.3xlarge`. The returned result indicates that the namespace is created.
|
|
14766
14792
|
*
|
|
14767
14793
|
* @param request CreateHybridMonitorNamespaceRequest
|
|
14768
14794
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14770,8 +14796,10 @@ export default class Client extends OpenApi {
|
|
|
14770
14796
|
*/
|
|
14771
14797
|
createHybridMonitorNamespaceWithOptions(request: CreateHybridMonitorNamespaceRequest, runtime: $Util.RuntimeOptions): Promise<CreateHybridMonitorNamespaceResponse>;
|
|
14772
14798
|
/**
|
|
14773
|
-
*
|
|
14799
|
+
* # [](#)Prerequisites
|
|
14774
14800
|
* Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14801
|
+
* # [](#)Description
|
|
14802
|
+
* This topic provides an example on how to create a namespace named `aliyun`. In this example, the data retention period of the namespace is set to `cms.s1.3xlarge`. The returned result indicates that the namespace is created.
|
|
14775
14803
|
*
|
|
14776
14804
|
* @param request CreateHybridMonitorNamespaceRequest
|
|
14777
14805
|
* @return CreateHybridMonitorNamespaceResponse
|
|
@@ -14799,9 +14827,11 @@ export default class Client extends OpenApi {
|
|
|
14799
14827
|
*/
|
|
14800
14828
|
createHybridMonitorSLSGroup(request: CreateHybridMonitorSLSGroupRequest): Promise<CreateHybridMonitorSLSGroupResponse>;
|
|
14801
14829
|
/**
|
|
14802
|
-
*
|
|
14830
|
+
* # [](#)Prerequisites
|
|
14803
14831
|
* * Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14804
|
-
* * If you want to create a metric for logs imported from Log Service, make sure that you have activated Log Service and created a project and a Logstore. For more information, see [Getting Started](~~54604~~).
|
|
14832
|
+
* * If you want to create a metric for logs imported from Simple Log Service, make sure that you have activated Simple Log Service and created a project and a Logstore. For more information, see [Getting Started](~~54604~~).
|
|
14833
|
+
* # [](#)Description
|
|
14834
|
+
* This topic provides an example on how to create a metric import task named `aliyun_task` for Elastic Compute Service (ECS). The task imports the `cpu_total` metric to the `aliyun` namespace. The response shows that the metric import task is created.
|
|
14805
14835
|
*
|
|
14806
14836
|
* @param request CreateHybridMonitorTaskRequest
|
|
14807
14837
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14809,9 +14839,11 @@ export default class Client extends OpenApi {
|
|
|
14809
14839
|
*/
|
|
14810
14840
|
createHybridMonitorTaskWithOptions(request: CreateHybridMonitorTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateHybridMonitorTaskResponse>;
|
|
14811
14841
|
/**
|
|
14812
|
-
*
|
|
14842
|
+
* # [](#)Prerequisites
|
|
14813
14843
|
* * Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14814
|
-
* * If you want to create a metric for logs imported from Log Service, make sure that you have activated Log Service and created a project and a Logstore. For more information, see [Getting Started](~~54604~~).
|
|
14844
|
+
* * If you want to create a metric for logs imported from Simple Log Service, make sure that you have activated Simple Log Service and created a project and a Logstore. For more information, see [Getting Started](~~54604~~).
|
|
14845
|
+
* # [](#)Description
|
|
14846
|
+
* This topic provides an example on how to create a metric import task named `aliyun_task` for Elastic Compute Service (ECS). The task imports the `cpu_total` metric to the `aliyun` namespace. The response shows that the metric import task is created.
|
|
14815
14847
|
*
|
|
14816
14848
|
* @param request CreateHybridMonitorTaskRequest
|
|
14817
14849
|
* @return CreateHybridMonitorTaskResponse
|
|
@@ -15076,7 +15108,8 @@ export default class Client extends OpenApi {
|
|
|
15076
15108
|
*/
|
|
15077
15109
|
describeAlertHistoryList(request: DescribeAlertHistoryListRequest): Promise<DescribeAlertHistoryListResponse>;
|
|
15078
15110
|
/**
|
|
15079
|
-
*
|
|
15111
|
+
* Queries the statistics of alert logs.
|
|
15112
|
+
* This topic provides an example on how to query the statistics of alert logs for Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15080
15113
|
*
|
|
15081
15114
|
* @param request DescribeAlertLogCountRequest
|
|
15082
15115
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15084,7 +15117,8 @@ export default class Client extends OpenApi {
|
|
|
15084
15117
|
*/
|
|
15085
15118
|
describeAlertLogCountWithOptions(request: DescribeAlertLogCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertLogCountResponse>;
|
|
15086
15119
|
/**
|
|
15087
|
-
*
|
|
15120
|
+
* Queries the statistics of alert logs.
|
|
15121
|
+
* This topic provides an example on how to query the statistics of alert logs for Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15088
15122
|
*
|
|
15089
15123
|
* @param request DescribeAlertLogCountRequest
|
|
15090
15124
|
* @return DescribeAlertLogCountResponse
|
|
@@ -15106,6 +15140,7 @@ export default class Client extends OpenApi {
|
|
|
15106
15140
|
*/
|
|
15107
15141
|
describeAlertLogHistogram(request: DescribeAlertLogHistogramRequest): Promise<DescribeAlertLogHistogramResponse>;
|
|
15108
15142
|
/**
|
|
15143
|
+
* You can call the operation to query only the alert logs within the last year.
|
|
15109
15144
|
* This topic provides an example to show how to query the alert logs of Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15110
15145
|
*
|
|
15111
15146
|
* @param request DescribeAlertLogListRequest
|
|
@@ -15114,6 +15149,7 @@ export default class Client extends OpenApi {
|
|
|
15114
15149
|
*/
|
|
15115
15150
|
describeAlertLogListWithOptions(request: DescribeAlertLogListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertLogListResponse>;
|
|
15116
15151
|
/**
|
|
15152
|
+
* You can call the operation to query only the alert logs within the last year.
|
|
15117
15153
|
* This topic provides an example to show how to query the alert logs of Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15118
15154
|
*
|
|
15119
15155
|
* @param request DescribeAlertLogListRequest
|
|
@@ -15214,7 +15250,7 @@ export default class Client extends OpenApi {
|
|
|
15214
15250
|
describeExporterRuleListWithOptions(request: DescribeExporterRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExporterRuleListResponse>;
|
|
15215
15251
|
describeExporterRuleList(request: DescribeExporterRuleListRequest): Promise<DescribeExporterRuleListResponse>;
|
|
15216
15252
|
/**
|
|
15217
|
-
* You can create a process monitoring task to monitor all or the specified Elastic Compute Service (ECS) instances in an application group and
|
|
15253
|
+
* You can create a process monitoring task to monitor all or the specified Elastic Compute Service (ECS) instances in an application group and configure alert rules for the process monitoring task.
|
|
15218
15254
|
*
|
|
15219
15255
|
* @param request DescribeGroupMonitoringAgentProcessRequest
|
|
15220
15256
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15222,7 +15258,7 @@ export default class Client extends OpenApi {
|
|
|
15222
15258
|
*/
|
|
15223
15259
|
describeGroupMonitoringAgentProcessWithOptions(request: DescribeGroupMonitoringAgentProcessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupMonitoringAgentProcessResponse>;
|
|
15224
15260
|
/**
|
|
15225
|
-
* You can create a process monitoring task to monitor all or the specified Elastic Compute Service (ECS) instances in an application group and
|
|
15261
|
+
* You can create a process monitoring task to monitor all or the specified Elastic Compute Service (ECS) instances in an application group and configure alert rules for the process monitoring task.
|
|
15226
15262
|
*
|
|
15227
15263
|
* @param request DescribeGroupMonitoringAgentProcessRequest
|
|
15228
15264
|
* @return DescribeGroupMonitoringAgentProcessResponse
|
|
@@ -15432,7 +15468,7 @@ export default class Client extends OpenApi {
|
|
|
15432
15468
|
*/
|
|
15433
15469
|
describeMetricRuleTargets(request: DescribeMetricRuleTargetsRequest): Promise<DescribeMetricRuleTargetsResponse>;
|
|
15434
15470
|
/**
|
|
15435
|
-
* This topic provides an example
|
|
15471
|
+
* This topic provides an example on how to query the details of an alert template whose ID is `70****`.
|
|
15436
15472
|
*
|
|
15437
15473
|
* @param request DescribeMetricRuleTemplateAttributeRequest
|
|
15438
15474
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15440,7 +15476,7 @@ export default class Client extends OpenApi {
|
|
|
15440
15476
|
*/
|
|
15441
15477
|
describeMetricRuleTemplateAttributeWithOptions(request: DescribeMetricRuleTemplateAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMetricRuleTemplateAttributeResponse>;
|
|
15442
15478
|
/**
|
|
15443
|
-
* This topic provides an example
|
|
15479
|
+
* This topic provides an example on how to query the details of an alert template whose ID is `70****`.
|
|
15444
15480
|
*
|
|
15445
15481
|
* @param request DescribeMetricRuleTemplateAttributeRequest
|
|
15446
15482
|
* @return DescribeMetricRuleTemplateAttributeResponse
|
|
@@ -16070,7 +16106,7 @@ export default class Client extends OpenApi {
|
|
|
16070
16106
|
*/
|
|
16071
16107
|
putResourceMetricRule(request: PutResourceMetricRuleRequest): Promise<PutResourceMetricRuleResponse>;
|
|
16072
16108
|
/**
|
|
16073
|
-
* This topic provides an example on how to create a threshold-triggered alert rule for the `cpu_total` metric of
|
|
16109
|
+
* 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`.
|
|
16074
16110
|
*
|
|
16075
16111
|
* @param request PutResourceMetricRulesRequest
|
|
16076
16112
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16078,7 +16114,7 @@ export default class Client extends OpenApi {
|
|
|
16078
16114
|
*/
|
|
16079
16115
|
putResourceMetricRulesWithOptions(request: PutResourceMetricRulesRequest, runtime: $Util.RuntimeOptions): Promise<PutResourceMetricRulesResponse>;
|
|
16080
16116
|
/**
|
|
16081
|
-
* This topic provides an example on how to create a threshold-triggered alert rule for the `cpu_total` metric of
|
|
16117
|
+
* 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`.
|
|
16082
16118
|
*
|
|
16083
16119
|
* @param request PutResourceMetricRulesRequest
|
|
16084
16120
|
* @return PutResourceMetricRulesResponse
|