@alicloud/cms20190101 2.0.10 → 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 +536 -508
- package/dist/client.js +94 -16
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +598 -510
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
|
};
|
|
@@ -883,11 +890,11 @@ export declare class CreateHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
883
890
|
});
|
|
884
891
|
}
|
|
885
892
|
export declare class CreateHybridMonitorNamespaceResponse extends $tea.Model {
|
|
886
|
-
headers
|
|
893
|
+
headers?: {
|
|
887
894
|
[key: string]: string;
|
|
888
895
|
};
|
|
889
|
-
statusCode
|
|
890
|
-
body
|
|
896
|
+
statusCode?: number;
|
|
897
|
+
body?: CreateHybridMonitorNamespaceResponseBody;
|
|
891
898
|
static names(): {
|
|
892
899
|
[key: string]: string;
|
|
893
900
|
};
|
|
@@ -929,11 +936,11 @@ export declare class CreateHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
929
936
|
});
|
|
930
937
|
}
|
|
931
938
|
export declare class CreateHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
932
|
-
headers
|
|
939
|
+
headers?: {
|
|
933
940
|
[key: string]: string;
|
|
934
941
|
};
|
|
935
|
-
statusCode
|
|
936
|
-
body
|
|
942
|
+
statusCode?: number;
|
|
943
|
+
body?: CreateHybridMonitorSLSGroupResponseBody;
|
|
937
944
|
static names(): {
|
|
938
945
|
[key: string]: string;
|
|
939
946
|
};
|
|
@@ -946,6 +953,7 @@ export declare class CreateHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
|
946
953
|
}
|
|
947
954
|
export declare class CreateHybridMonitorTaskRequest extends $tea.Model {
|
|
948
955
|
attachLabels?: CreateHybridMonitorTaskRequestAttachLabels[];
|
|
956
|
+
cloudAccessId?: string[];
|
|
949
957
|
collectInterval?: string;
|
|
950
958
|
collectTargetType?: string;
|
|
951
959
|
description?: string;
|
|
@@ -985,11 +993,11 @@ export declare class CreateHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
985
993
|
});
|
|
986
994
|
}
|
|
987
995
|
export declare class CreateHybridMonitorTaskResponse extends $tea.Model {
|
|
988
|
-
headers
|
|
996
|
+
headers?: {
|
|
989
997
|
[key: string]: string;
|
|
990
998
|
};
|
|
991
|
-
statusCode
|
|
992
|
-
body
|
|
999
|
+
statusCode?: number;
|
|
1000
|
+
body?: CreateHybridMonitorTaskResponseBody;
|
|
993
1001
|
static names(): {
|
|
994
1002
|
[key: string]: string;
|
|
995
1003
|
};
|
|
@@ -1035,11 +1043,11 @@ export declare class CreateInstantSiteMonitorResponseBody extends $tea.Model {
|
|
|
1035
1043
|
});
|
|
1036
1044
|
}
|
|
1037
1045
|
export declare class CreateInstantSiteMonitorResponse extends $tea.Model {
|
|
1038
|
-
headers
|
|
1046
|
+
headers?: {
|
|
1039
1047
|
[key: string]: string;
|
|
1040
1048
|
};
|
|
1041
|
-
statusCode
|
|
1042
|
-
body
|
|
1049
|
+
statusCode?: number;
|
|
1050
|
+
body?: CreateInstantSiteMonitorResponseBody;
|
|
1043
1051
|
static names(): {
|
|
1044
1052
|
[key: string]: string;
|
|
1045
1053
|
};
|
|
@@ -1089,11 +1097,11 @@ export declare class CreateMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
1089
1097
|
});
|
|
1090
1098
|
}
|
|
1091
1099
|
export declare class CreateMetricRuleBlackListResponse extends $tea.Model {
|
|
1092
|
-
headers
|
|
1100
|
+
headers?: {
|
|
1093
1101
|
[key: string]: string;
|
|
1094
1102
|
};
|
|
1095
|
-
statusCode
|
|
1096
|
-
body
|
|
1103
|
+
statusCode?: number;
|
|
1104
|
+
body?: CreateMetricRuleBlackListResponseBody;
|
|
1097
1105
|
static names(): {
|
|
1098
1106
|
[key: string]: string;
|
|
1099
1107
|
};
|
|
@@ -1134,11 +1142,11 @@ export declare class CreateMetricRuleResourcesResponseBody extends $tea.Model {
|
|
|
1134
1142
|
});
|
|
1135
1143
|
}
|
|
1136
1144
|
export declare class CreateMetricRuleResourcesResponse extends $tea.Model {
|
|
1137
|
-
headers
|
|
1145
|
+
headers?: {
|
|
1138
1146
|
[key: string]: string;
|
|
1139
1147
|
};
|
|
1140
|
-
statusCode
|
|
1141
|
-
body
|
|
1148
|
+
statusCode?: number;
|
|
1149
|
+
body?: CreateMetricRuleResourcesResponseBody;
|
|
1142
1150
|
static names(): {
|
|
1143
1151
|
[key: string]: string;
|
|
1144
1152
|
};
|
|
@@ -1181,11 +1189,11 @@ export declare class CreateMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
1181
1189
|
});
|
|
1182
1190
|
}
|
|
1183
1191
|
export declare class CreateMetricRuleTemplateResponse extends $tea.Model {
|
|
1184
|
-
headers
|
|
1192
|
+
headers?: {
|
|
1185
1193
|
[key: string]: string;
|
|
1186
1194
|
};
|
|
1187
|
-
statusCode
|
|
1188
|
-
body
|
|
1195
|
+
statusCode?: number;
|
|
1196
|
+
body?: CreateMetricRuleTemplateResponseBody;
|
|
1189
1197
|
static names(): {
|
|
1190
1198
|
[key: string]: string;
|
|
1191
1199
|
};
|
|
@@ -1228,11 +1236,11 @@ export declare class CreateMonitorAgentProcessResponseBody extends $tea.Model {
|
|
|
1228
1236
|
});
|
|
1229
1237
|
}
|
|
1230
1238
|
export declare class CreateMonitorAgentProcessResponse extends $tea.Model {
|
|
1231
|
-
headers
|
|
1239
|
+
headers?: {
|
|
1232
1240
|
[key: string]: string;
|
|
1233
1241
|
};
|
|
1234
|
-
statusCode
|
|
1235
|
-
body
|
|
1242
|
+
statusCode?: number;
|
|
1243
|
+
body?: CreateMonitorAgentProcessResponseBody;
|
|
1236
1244
|
static names(): {
|
|
1237
1245
|
[key: string]: string;
|
|
1238
1246
|
};
|
|
@@ -1274,11 +1282,11 @@ export declare class CreateMonitorGroupResponseBody extends $tea.Model {
|
|
|
1274
1282
|
});
|
|
1275
1283
|
}
|
|
1276
1284
|
export declare class CreateMonitorGroupResponse extends $tea.Model {
|
|
1277
|
-
headers
|
|
1285
|
+
headers?: {
|
|
1278
1286
|
[key: string]: string;
|
|
1279
1287
|
};
|
|
1280
|
-
statusCode
|
|
1281
|
-
body
|
|
1288
|
+
statusCode?: number;
|
|
1289
|
+
body?: CreateMonitorGroupResponseBody;
|
|
1282
1290
|
static names(): {
|
|
1283
1291
|
[key: string]: string;
|
|
1284
1292
|
};
|
|
@@ -1323,11 +1331,11 @@ export declare class CreateMonitorGroupByResourceGroupIdResponseBody extends $te
|
|
|
1323
1331
|
});
|
|
1324
1332
|
}
|
|
1325
1333
|
export declare class CreateMonitorGroupByResourceGroupIdResponse extends $tea.Model {
|
|
1326
|
-
headers
|
|
1334
|
+
headers?: {
|
|
1327
1335
|
[key: string]: string;
|
|
1328
1336
|
};
|
|
1329
|
-
statusCode
|
|
1330
|
-
body
|
|
1337
|
+
statusCode?: number;
|
|
1338
|
+
body?: CreateMonitorGroupByResourceGroupIdResponseBody;
|
|
1331
1339
|
static names(): {
|
|
1332
1340
|
[key: string]: string;
|
|
1333
1341
|
};
|
|
@@ -1368,11 +1376,11 @@ export declare class CreateMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
1368
1376
|
});
|
|
1369
1377
|
}
|
|
1370
1378
|
export declare class CreateMonitorGroupInstancesResponse extends $tea.Model {
|
|
1371
|
-
headers
|
|
1379
|
+
headers?: {
|
|
1372
1380
|
[key: string]: string;
|
|
1373
1381
|
};
|
|
1374
|
-
statusCode
|
|
1375
|
-
body
|
|
1382
|
+
statusCode?: number;
|
|
1383
|
+
body?: CreateMonitorGroupInstancesResponseBody;
|
|
1376
1384
|
static names(): {
|
|
1377
1385
|
[key: string]: string;
|
|
1378
1386
|
};
|
|
@@ -1416,11 +1424,11 @@ export declare class CreateMonitorGroupNotifyPolicyResponseBody extends $tea.Mod
|
|
|
1416
1424
|
});
|
|
1417
1425
|
}
|
|
1418
1426
|
export declare class CreateMonitorGroupNotifyPolicyResponse extends $tea.Model {
|
|
1419
|
-
headers
|
|
1427
|
+
headers?: {
|
|
1420
1428
|
[key: string]: string;
|
|
1421
1429
|
};
|
|
1422
|
-
statusCode
|
|
1423
|
-
body
|
|
1430
|
+
statusCode?: number;
|
|
1431
|
+
body?: CreateMonitorGroupNotifyPolicyResponseBody;
|
|
1424
1432
|
static names(): {
|
|
1425
1433
|
[key: string]: string;
|
|
1426
1434
|
};
|
|
@@ -1463,11 +1471,11 @@ export declare class CreateMonitoringAgentProcessResponseBody extends $tea.Model
|
|
|
1463
1471
|
});
|
|
1464
1472
|
}
|
|
1465
1473
|
export declare class CreateMonitoringAgentProcessResponse extends $tea.Model {
|
|
1466
|
-
headers
|
|
1474
|
+
headers?: {
|
|
1467
1475
|
[key: string]: string;
|
|
1468
1476
|
};
|
|
1469
|
-
statusCode
|
|
1470
|
-
body
|
|
1477
|
+
statusCode?: number;
|
|
1478
|
+
body?: CreateMonitoringAgentProcessResponseBody;
|
|
1471
1479
|
static names(): {
|
|
1472
1480
|
[key: string]: string;
|
|
1473
1481
|
};
|
|
@@ -1516,11 +1524,11 @@ export declare class CreateSiteMonitorResponseBody extends $tea.Model {
|
|
|
1516
1524
|
});
|
|
1517
1525
|
}
|
|
1518
1526
|
export declare class CreateSiteMonitorResponse extends $tea.Model {
|
|
1519
|
-
headers
|
|
1527
|
+
headers?: {
|
|
1520
1528
|
[key: string]: string;
|
|
1521
1529
|
};
|
|
1522
|
-
statusCode
|
|
1523
|
-
body
|
|
1530
|
+
statusCode?: number;
|
|
1531
|
+
body?: CreateSiteMonitorResponseBody;
|
|
1524
1532
|
static names(): {
|
|
1525
1533
|
[key: string]: string;
|
|
1526
1534
|
};
|
|
@@ -1582,11 +1590,11 @@ export declare class CursorResponseBody extends $tea.Model {
|
|
|
1582
1590
|
});
|
|
1583
1591
|
}
|
|
1584
1592
|
export declare class CursorResponse extends $tea.Model {
|
|
1585
|
-
headers
|
|
1593
|
+
headers?: {
|
|
1586
1594
|
[key: string]: string;
|
|
1587
1595
|
};
|
|
1588
|
-
statusCode
|
|
1589
|
-
body
|
|
1596
|
+
statusCode?: number;
|
|
1597
|
+
body?: CursorResponseBody;
|
|
1590
1598
|
static names(): {
|
|
1591
1599
|
[key: string]: string;
|
|
1592
1600
|
};
|
|
@@ -1625,11 +1633,11 @@ export declare class DeleteContactResponseBody extends $tea.Model {
|
|
|
1625
1633
|
});
|
|
1626
1634
|
}
|
|
1627
1635
|
export declare class DeleteContactResponse extends $tea.Model {
|
|
1628
|
-
headers
|
|
1636
|
+
headers?: {
|
|
1629
1637
|
[key: string]: string;
|
|
1630
1638
|
};
|
|
1631
|
-
statusCode
|
|
1632
|
-
body
|
|
1639
|
+
statusCode?: number;
|
|
1640
|
+
body?: DeleteContactResponseBody;
|
|
1633
1641
|
static names(): {
|
|
1634
1642
|
[key: string]: string;
|
|
1635
1643
|
};
|
|
@@ -1668,11 +1676,11 @@ export declare class DeleteContactGroupResponseBody extends $tea.Model {
|
|
|
1668
1676
|
});
|
|
1669
1677
|
}
|
|
1670
1678
|
export declare class DeleteContactGroupResponse extends $tea.Model {
|
|
1671
|
-
headers
|
|
1679
|
+
headers?: {
|
|
1672
1680
|
[key: string]: string;
|
|
1673
1681
|
};
|
|
1674
|
-
statusCode
|
|
1675
|
-
body
|
|
1682
|
+
statusCode?: number;
|
|
1683
|
+
body?: DeleteContactGroupResponseBody;
|
|
1676
1684
|
static names(): {
|
|
1677
1685
|
[key: string]: string;
|
|
1678
1686
|
};
|
|
@@ -1714,11 +1722,11 @@ export declare class DeleteCustomMetricResponseBody extends $tea.Model {
|
|
|
1714
1722
|
});
|
|
1715
1723
|
}
|
|
1716
1724
|
export declare class DeleteCustomMetricResponse extends $tea.Model {
|
|
1717
|
-
headers
|
|
1725
|
+
headers?: {
|
|
1718
1726
|
[key: string]: string;
|
|
1719
1727
|
};
|
|
1720
|
-
statusCode
|
|
1721
|
-
body
|
|
1728
|
+
statusCode?: number;
|
|
1729
|
+
body?: DeleteCustomMetricResponseBody;
|
|
1722
1730
|
static names(): {
|
|
1723
1731
|
[key: string]: string;
|
|
1724
1732
|
};
|
|
@@ -1758,11 +1766,11 @@ export declare class DeleteDynamicTagGroupResponseBody extends $tea.Model {
|
|
|
1758
1766
|
});
|
|
1759
1767
|
}
|
|
1760
1768
|
export declare class DeleteDynamicTagGroupResponse extends $tea.Model {
|
|
1761
|
-
headers
|
|
1769
|
+
headers?: {
|
|
1762
1770
|
[key: string]: string;
|
|
1763
1771
|
};
|
|
1764
|
-
statusCode
|
|
1765
|
-
body
|
|
1772
|
+
statusCode?: number;
|
|
1773
|
+
body?: DeleteDynamicTagGroupResponseBody;
|
|
1766
1774
|
static names(): {
|
|
1767
1775
|
[key: string]: string;
|
|
1768
1776
|
};
|
|
@@ -1803,11 +1811,11 @@ export declare class DeleteEventRuleTargetsResponseBody extends $tea.Model {
|
|
|
1803
1811
|
});
|
|
1804
1812
|
}
|
|
1805
1813
|
export declare class DeleteEventRuleTargetsResponse extends $tea.Model {
|
|
1806
|
-
headers
|
|
1814
|
+
headers?: {
|
|
1807
1815
|
[key: string]: string;
|
|
1808
1816
|
};
|
|
1809
|
-
statusCode
|
|
1810
|
-
body
|
|
1817
|
+
statusCode?: number;
|
|
1818
|
+
body?: DeleteEventRuleTargetsResponseBody;
|
|
1811
1819
|
static names(): {
|
|
1812
1820
|
[key: string]: string;
|
|
1813
1821
|
};
|
|
@@ -1846,11 +1854,11 @@ export declare class DeleteEventRulesResponseBody extends $tea.Model {
|
|
|
1846
1854
|
});
|
|
1847
1855
|
}
|
|
1848
1856
|
export declare class DeleteEventRulesResponse extends $tea.Model {
|
|
1849
|
-
headers
|
|
1857
|
+
headers?: {
|
|
1850
1858
|
[key: string]: string;
|
|
1851
1859
|
};
|
|
1852
|
-
statusCode
|
|
1853
|
-
body
|
|
1860
|
+
statusCode?: number;
|
|
1861
|
+
body?: DeleteEventRulesResponseBody;
|
|
1854
1862
|
static names(): {
|
|
1855
1863
|
[key: string]: string;
|
|
1856
1864
|
};
|
|
@@ -1890,11 +1898,11 @@ export declare class DeleteExporterOutputResponseBody extends $tea.Model {
|
|
|
1890
1898
|
});
|
|
1891
1899
|
}
|
|
1892
1900
|
export declare class DeleteExporterOutputResponse extends $tea.Model {
|
|
1893
|
-
headers
|
|
1901
|
+
headers?: {
|
|
1894
1902
|
[key: string]: string;
|
|
1895
1903
|
};
|
|
1896
|
-
statusCode
|
|
1897
|
-
body
|
|
1904
|
+
statusCode?: number;
|
|
1905
|
+
body?: DeleteExporterOutputResponseBody;
|
|
1898
1906
|
static names(): {
|
|
1899
1907
|
[key: string]: string;
|
|
1900
1908
|
};
|
|
@@ -1934,11 +1942,11 @@ export declare class DeleteExporterRuleResponseBody extends $tea.Model {
|
|
|
1934
1942
|
});
|
|
1935
1943
|
}
|
|
1936
1944
|
export declare class DeleteExporterRuleResponse extends $tea.Model {
|
|
1937
|
-
headers
|
|
1945
|
+
headers?: {
|
|
1938
1946
|
[key: string]: string;
|
|
1939
1947
|
};
|
|
1940
|
-
statusCode
|
|
1941
|
-
body
|
|
1948
|
+
statusCode?: number;
|
|
1949
|
+
body?: DeleteExporterRuleResponseBody;
|
|
1942
1950
|
static names(): {
|
|
1943
1951
|
[key: string]: string;
|
|
1944
1952
|
};
|
|
@@ -1979,11 +1987,11 @@ export declare class DeleteGroupMonitoringAgentProcessResponseBody extends $tea.
|
|
|
1979
1987
|
});
|
|
1980
1988
|
}
|
|
1981
1989
|
export declare class DeleteGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
1982
|
-
headers
|
|
1990
|
+
headers?: {
|
|
1983
1991
|
[key: string]: string;
|
|
1984
1992
|
};
|
|
1985
|
-
statusCode
|
|
1986
|
-
body
|
|
1993
|
+
statusCode?: number;
|
|
1994
|
+
body?: DeleteGroupMonitoringAgentProcessResponseBody;
|
|
1987
1995
|
static names(): {
|
|
1988
1996
|
[key: string]: string;
|
|
1989
1997
|
};
|
|
@@ -2023,11 +2031,11 @@ export declare class DeleteHostAvailabilityResponseBody extends $tea.Model {
|
|
|
2023
2031
|
});
|
|
2024
2032
|
}
|
|
2025
2033
|
export declare class DeleteHostAvailabilityResponse extends $tea.Model {
|
|
2026
|
-
headers
|
|
2034
|
+
headers?: {
|
|
2027
2035
|
[key: string]: string;
|
|
2028
2036
|
};
|
|
2029
|
-
statusCode
|
|
2030
|
-
body
|
|
2037
|
+
statusCode?: number;
|
|
2038
|
+
body?: DeleteHostAvailabilityResponseBody;
|
|
2031
2039
|
static names(): {
|
|
2032
2040
|
[key: string]: string;
|
|
2033
2041
|
};
|
|
@@ -2067,11 +2075,11 @@ export declare class DeleteHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
2067
2075
|
});
|
|
2068
2076
|
}
|
|
2069
2077
|
export declare class DeleteHybridMonitorNamespaceResponse extends $tea.Model {
|
|
2070
|
-
headers
|
|
2078
|
+
headers?: {
|
|
2071
2079
|
[key: string]: string;
|
|
2072
2080
|
};
|
|
2073
|
-
statusCode
|
|
2074
|
-
body
|
|
2081
|
+
statusCode?: number;
|
|
2082
|
+
body?: DeleteHybridMonitorNamespaceResponseBody;
|
|
2075
2083
|
static names(): {
|
|
2076
2084
|
[key: string]: string;
|
|
2077
2085
|
};
|
|
@@ -2111,11 +2119,11 @@ export declare class DeleteHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
2111
2119
|
});
|
|
2112
2120
|
}
|
|
2113
2121
|
export declare class DeleteHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
2114
|
-
headers
|
|
2122
|
+
headers?: {
|
|
2115
2123
|
[key: string]: string;
|
|
2116
2124
|
};
|
|
2117
|
-
statusCode
|
|
2118
|
-
body
|
|
2125
|
+
statusCode?: number;
|
|
2126
|
+
body?: DeleteHybridMonitorSLSGroupResponseBody;
|
|
2119
2127
|
static names(): {
|
|
2120
2128
|
[key: string]: string;
|
|
2121
2129
|
};
|
|
@@ -2157,11 +2165,11 @@ export declare class DeleteHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
2157
2165
|
});
|
|
2158
2166
|
}
|
|
2159
2167
|
export declare class DeleteHybridMonitorTaskResponse extends $tea.Model {
|
|
2160
|
-
headers
|
|
2168
|
+
headers?: {
|
|
2161
2169
|
[key: string]: string;
|
|
2162
2170
|
};
|
|
2163
|
-
statusCode
|
|
2164
|
-
body
|
|
2171
|
+
statusCode?: number;
|
|
2172
|
+
body?: DeleteHybridMonitorTaskResponseBody;
|
|
2165
2173
|
static names(): {
|
|
2166
2174
|
[key: string]: string;
|
|
2167
2175
|
};
|
|
@@ -2201,11 +2209,11 @@ export declare class DeleteLogMonitorResponseBody extends $tea.Model {
|
|
|
2201
2209
|
});
|
|
2202
2210
|
}
|
|
2203
2211
|
export declare class DeleteLogMonitorResponse extends $tea.Model {
|
|
2204
|
-
headers
|
|
2212
|
+
headers?: {
|
|
2205
2213
|
[key: string]: string;
|
|
2206
2214
|
};
|
|
2207
|
-
statusCode
|
|
2208
|
-
body
|
|
2215
|
+
statusCode?: number;
|
|
2216
|
+
body?: DeleteLogMonitorResponseBody;
|
|
2209
2217
|
static names(): {
|
|
2210
2218
|
[key: string]: string;
|
|
2211
2219
|
};
|
|
@@ -2246,11 +2254,11 @@ export declare class DeleteMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
2246
2254
|
});
|
|
2247
2255
|
}
|
|
2248
2256
|
export declare class DeleteMetricRuleBlackListResponse extends $tea.Model {
|
|
2249
|
-
headers
|
|
2257
|
+
headers?: {
|
|
2250
2258
|
[key: string]: string;
|
|
2251
2259
|
};
|
|
2252
|
-
statusCode
|
|
2253
|
-
body
|
|
2260
|
+
statusCode?: number;
|
|
2261
|
+
body?: DeleteMetricRuleBlackListResponseBody;
|
|
2254
2262
|
static names(): {
|
|
2255
2263
|
[key: string]: string;
|
|
2256
2264
|
};
|
|
@@ -2290,11 +2298,11 @@ export declare class DeleteMetricRuleResourcesResponseBody extends $tea.Model {
|
|
|
2290
2298
|
});
|
|
2291
2299
|
}
|
|
2292
2300
|
export declare class DeleteMetricRuleResourcesResponse extends $tea.Model {
|
|
2293
|
-
headers
|
|
2301
|
+
headers?: {
|
|
2294
2302
|
[key: string]: string;
|
|
2295
2303
|
};
|
|
2296
|
-
statusCode
|
|
2297
|
-
body
|
|
2304
|
+
statusCode?: number;
|
|
2305
|
+
body?: DeleteMetricRuleResourcesResponseBody;
|
|
2298
2306
|
static names(): {
|
|
2299
2307
|
[key: string]: string;
|
|
2300
2308
|
};
|
|
@@ -2336,11 +2344,11 @@ export declare class DeleteMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
2336
2344
|
});
|
|
2337
2345
|
}
|
|
2338
2346
|
export declare class DeleteMetricRuleTargetsResponse extends $tea.Model {
|
|
2339
|
-
headers
|
|
2347
|
+
headers?: {
|
|
2340
2348
|
[key: string]: string;
|
|
2341
2349
|
};
|
|
2342
|
-
statusCode
|
|
2343
|
-
body
|
|
2350
|
+
statusCode?: number;
|
|
2351
|
+
body?: DeleteMetricRuleTargetsResponseBody;
|
|
2344
2352
|
static names(): {
|
|
2345
2353
|
[key: string]: string;
|
|
2346
2354
|
};
|
|
@@ -2381,11 +2389,11 @@ export declare class DeleteMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
2381
2389
|
});
|
|
2382
2390
|
}
|
|
2383
2391
|
export declare class DeleteMetricRuleTemplateResponse extends $tea.Model {
|
|
2384
|
-
headers
|
|
2392
|
+
headers?: {
|
|
2385
2393
|
[key: string]: string;
|
|
2386
2394
|
};
|
|
2387
|
-
statusCode
|
|
2388
|
-
body
|
|
2395
|
+
statusCode?: number;
|
|
2396
|
+
body?: DeleteMetricRuleTemplateResponseBody;
|
|
2389
2397
|
static names(): {
|
|
2390
2398
|
[key: string]: string;
|
|
2391
2399
|
};
|
|
@@ -2425,11 +2433,11 @@ export declare class DeleteMetricRulesResponseBody extends $tea.Model {
|
|
|
2425
2433
|
});
|
|
2426
2434
|
}
|
|
2427
2435
|
export declare class DeleteMetricRulesResponse extends $tea.Model {
|
|
2428
|
-
headers
|
|
2436
|
+
headers?: {
|
|
2429
2437
|
[key: string]: string;
|
|
2430
2438
|
};
|
|
2431
|
-
statusCode
|
|
2432
|
-
body
|
|
2439
|
+
statusCode?: number;
|
|
2440
|
+
body?: DeleteMetricRulesResponseBody;
|
|
2433
2441
|
static names(): {
|
|
2434
2442
|
[key: string]: string;
|
|
2435
2443
|
};
|
|
@@ -2470,11 +2478,11 @@ export declare class DeleteMonitorGroupResponseBody extends $tea.Model {
|
|
|
2470
2478
|
});
|
|
2471
2479
|
}
|
|
2472
2480
|
export declare class DeleteMonitorGroupResponse extends $tea.Model {
|
|
2473
|
-
headers
|
|
2481
|
+
headers?: {
|
|
2474
2482
|
[key: string]: string;
|
|
2475
2483
|
};
|
|
2476
|
-
statusCode
|
|
2477
|
-
body
|
|
2484
|
+
statusCode?: number;
|
|
2485
|
+
body?: DeleteMonitorGroupResponseBody;
|
|
2478
2486
|
static names(): {
|
|
2479
2487
|
[key: string]: string;
|
|
2480
2488
|
};
|
|
@@ -2515,11 +2523,11 @@ export declare class DeleteMonitorGroupDynamicRuleResponseBody extends $tea.Mode
|
|
|
2515
2523
|
});
|
|
2516
2524
|
}
|
|
2517
2525
|
export declare class DeleteMonitorGroupDynamicRuleResponse extends $tea.Model {
|
|
2518
|
-
headers
|
|
2526
|
+
headers?: {
|
|
2519
2527
|
[key: string]: string;
|
|
2520
2528
|
};
|
|
2521
|
-
statusCode
|
|
2522
|
-
body
|
|
2529
|
+
statusCode?: number;
|
|
2530
|
+
body?: DeleteMonitorGroupDynamicRuleResponseBody;
|
|
2523
2531
|
static names(): {
|
|
2524
2532
|
[key: string]: string;
|
|
2525
2533
|
};
|
|
@@ -2561,11 +2569,11 @@ export declare class DeleteMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
2561
2569
|
});
|
|
2562
2570
|
}
|
|
2563
2571
|
export declare class DeleteMonitorGroupInstancesResponse extends $tea.Model {
|
|
2564
|
-
headers
|
|
2572
|
+
headers?: {
|
|
2565
2573
|
[key: string]: string;
|
|
2566
2574
|
};
|
|
2567
|
-
statusCode
|
|
2568
|
-
body
|
|
2575
|
+
statusCode?: number;
|
|
2576
|
+
body?: DeleteMonitorGroupInstancesResponseBody;
|
|
2569
2577
|
static names(): {
|
|
2570
2578
|
[key: string]: string;
|
|
2571
2579
|
};
|
|
@@ -2607,11 +2615,11 @@ export declare class DeleteMonitorGroupNotifyPolicyResponseBody extends $tea.Mod
|
|
|
2607
2615
|
});
|
|
2608
2616
|
}
|
|
2609
2617
|
export declare class DeleteMonitorGroupNotifyPolicyResponse extends $tea.Model {
|
|
2610
|
-
headers
|
|
2618
|
+
headers?: {
|
|
2611
2619
|
[key: string]: string;
|
|
2612
2620
|
};
|
|
2613
|
-
statusCode
|
|
2614
|
-
body
|
|
2621
|
+
statusCode?: number;
|
|
2622
|
+
body?: DeleteMonitorGroupNotifyPolicyResponseBody;
|
|
2615
2623
|
static names(): {
|
|
2616
2624
|
[key: string]: string;
|
|
2617
2625
|
};
|
|
@@ -2653,11 +2661,11 @@ export declare class DeleteMonitoringAgentProcessResponseBody extends $tea.Model
|
|
|
2653
2661
|
});
|
|
2654
2662
|
}
|
|
2655
2663
|
export declare class DeleteMonitoringAgentProcessResponse extends $tea.Model {
|
|
2656
|
-
headers
|
|
2664
|
+
headers?: {
|
|
2657
2665
|
[key: string]: string;
|
|
2658
2666
|
};
|
|
2659
|
-
statusCode
|
|
2660
|
-
body
|
|
2667
|
+
statusCode?: number;
|
|
2668
|
+
body?: DeleteMonitoringAgentProcessResponseBody;
|
|
2661
2669
|
static names(): {
|
|
2662
2670
|
[key: string]: string;
|
|
2663
2671
|
};
|
|
@@ -2699,11 +2707,11 @@ export declare class DeleteSiteMonitorsResponseBody extends $tea.Model {
|
|
|
2699
2707
|
});
|
|
2700
2708
|
}
|
|
2701
2709
|
export declare class DeleteSiteMonitorsResponse extends $tea.Model {
|
|
2702
|
-
headers
|
|
2710
|
+
headers?: {
|
|
2703
2711
|
[key: string]: string;
|
|
2704
2712
|
};
|
|
2705
|
-
statusCode
|
|
2706
|
-
body
|
|
2713
|
+
statusCode?: number;
|
|
2714
|
+
body?: DeleteSiteMonitorsResponseBody;
|
|
2707
2715
|
static names(): {
|
|
2708
2716
|
[key: string]: string;
|
|
2709
2717
|
};
|
|
@@ -2744,11 +2752,11 @@ export declare class DescribeActiveMetricRuleListResponseBody extends $tea.Model
|
|
|
2744
2752
|
});
|
|
2745
2753
|
}
|
|
2746
2754
|
export declare class DescribeActiveMetricRuleListResponse extends $tea.Model {
|
|
2747
|
-
headers
|
|
2755
|
+
headers?: {
|
|
2748
2756
|
[key: string]: string;
|
|
2749
2757
|
};
|
|
2750
|
-
statusCode
|
|
2751
|
-
body
|
|
2758
|
+
statusCode?: number;
|
|
2759
|
+
body?: DescribeActiveMetricRuleListResponseBody;
|
|
2752
2760
|
static names(): {
|
|
2753
2761
|
[key: string]: string;
|
|
2754
2762
|
};
|
|
@@ -2801,11 +2809,11 @@ export declare class DescribeAlertHistoryListResponseBody extends $tea.Model {
|
|
|
2801
2809
|
});
|
|
2802
2810
|
}
|
|
2803
2811
|
export declare class DescribeAlertHistoryListResponse extends $tea.Model {
|
|
2804
|
-
headers
|
|
2812
|
+
headers?: {
|
|
2805
2813
|
[key: string]: string;
|
|
2806
2814
|
};
|
|
2807
|
-
statusCode
|
|
2808
|
-
body
|
|
2815
|
+
statusCode?: number;
|
|
2816
|
+
body?: DescribeAlertHistoryListResponseBody;
|
|
2809
2817
|
static names(): {
|
|
2810
2818
|
[key: string]: string;
|
|
2811
2819
|
};
|
|
@@ -2819,6 +2827,7 @@ export declare class DescribeAlertHistoryListResponse extends $tea.Model {
|
|
|
2819
2827
|
export declare class DescribeAlertLogCountRequest extends $tea.Model {
|
|
2820
2828
|
contactGroup?: string;
|
|
2821
2829
|
endTime?: number;
|
|
2830
|
+
eventType?: string;
|
|
2822
2831
|
groupBy?: string;
|
|
2823
2832
|
groupId?: string;
|
|
2824
2833
|
lastMin?: string;
|
|
@@ -2829,6 +2838,7 @@ export declare class DescribeAlertLogCountRequest extends $tea.Model {
|
|
|
2829
2838
|
pageSize?: number;
|
|
2830
2839
|
product?: string;
|
|
2831
2840
|
regionId?: string;
|
|
2841
|
+
ruleId?: string;
|
|
2832
2842
|
ruleName?: string;
|
|
2833
2843
|
searchKey?: string;
|
|
2834
2844
|
sendStatus?: string;
|
|
@@ -2861,11 +2871,11 @@ export declare class DescribeAlertLogCountResponseBody extends $tea.Model {
|
|
|
2861
2871
|
});
|
|
2862
2872
|
}
|
|
2863
2873
|
export declare class DescribeAlertLogCountResponse extends $tea.Model {
|
|
2864
|
-
headers
|
|
2874
|
+
headers?: {
|
|
2865
2875
|
[key: string]: string;
|
|
2866
2876
|
};
|
|
2867
|
-
statusCode
|
|
2868
|
-
body
|
|
2877
|
+
statusCode?: number;
|
|
2878
|
+
body?: DescribeAlertLogCountResponseBody;
|
|
2869
2879
|
static names(): {
|
|
2870
2880
|
[key: string]: string;
|
|
2871
2881
|
};
|
|
@@ -2879,6 +2889,7 @@ export declare class DescribeAlertLogCountResponse extends $tea.Model {
|
|
|
2879
2889
|
export declare class DescribeAlertLogHistogramRequest extends $tea.Model {
|
|
2880
2890
|
contactGroup?: string;
|
|
2881
2891
|
endTime?: number;
|
|
2892
|
+
eventType?: string;
|
|
2882
2893
|
groupBy?: string;
|
|
2883
2894
|
groupId?: string;
|
|
2884
2895
|
lastMin?: string;
|
|
@@ -2889,6 +2900,7 @@ export declare class DescribeAlertLogHistogramRequest extends $tea.Model {
|
|
|
2889
2900
|
pageSize?: number;
|
|
2890
2901
|
product?: string;
|
|
2891
2902
|
regionId?: string;
|
|
2903
|
+
ruleId?: string;
|
|
2892
2904
|
ruleName?: string;
|
|
2893
2905
|
searchKey?: string;
|
|
2894
2906
|
sendStatus?: string;
|
|
@@ -2921,11 +2933,11 @@ export declare class DescribeAlertLogHistogramResponseBody extends $tea.Model {
|
|
|
2921
2933
|
});
|
|
2922
2934
|
}
|
|
2923
2935
|
export declare class DescribeAlertLogHistogramResponse extends $tea.Model {
|
|
2924
|
-
headers
|
|
2936
|
+
headers?: {
|
|
2925
2937
|
[key: string]: string;
|
|
2926
2938
|
};
|
|
2927
|
-
statusCode
|
|
2928
|
-
body
|
|
2939
|
+
statusCode?: number;
|
|
2940
|
+
body?: DescribeAlertLogHistogramResponseBody;
|
|
2929
2941
|
static names(): {
|
|
2930
2942
|
[key: string]: string;
|
|
2931
2943
|
};
|
|
@@ -2939,6 +2951,7 @@ export declare class DescribeAlertLogHistogramResponse extends $tea.Model {
|
|
|
2939
2951
|
export declare class DescribeAlertLogListRequest extends $tea.Model {
|
|
2940
2952
|
contactGroup?: string;
|
|
2941
2953
|
endTime?: number;
|
|
2954
|
+
eventType?: string;
|
|
2942
2955
|
groupBy?: string;
|
|
2943
2956
|
groupId?: string;
|
|
2944
2957
|
lastMin?: string;
|
|
@@ -2984,11 +2997,11 @@ export declare class DescribeAlertLogListResponseBody extends $tea.Model {
|
|
|
2984
2997
|
});
|
|
2985
2998
|
}
|
|
2986
2999
|
export declare class DescribeAlertLogListResponse extends $tea.Model {
|
|
2987
|
-
headers
|
|
3000
|
+
headers?: {
|
|
2988
3001
|
[key: string]: string;
|
|
2989
3002
|
};
|
|
2990
|
-
statusCode
|
|
2991
|
-
body
|
|
3003
|
+
statusCode?: number;
|
|
3004
|
+
body?: DescribeAlertLogListResponseBody;
|
|
2992
3005
|
static names(): {
|
|
2993
3006
|
[key: string]: string;
|
|
2994
3007
|
};
|
|
@@ -3036,11 +3049,11 @@ export declare class DescribeAlertingMetricRuleResourcesResponseBody extends $te
|
|
|
3036
3049
|
});
|
|
3037
3050
|
}
|
|
3038
3051
|
export declare class DescribeAlertingMetricRuleResourcesResponse extends $tea.Model {
|
|
3039
|
-
headers
|
|
3052
|
+
headers?: {
|
|
3040
3053
|
[key: string]: string;
|
|
3041
3054
|
};
|
|
3042
|
-
statusCode
|
|
3043
|
-
body
|
|
3055
|
+
statusCode?: number;
|
|
3056
|
+
body?: DescribeAlertingMetricRuleResourcesResponseBody;
|
|
3044
3057
|
static names(): {
|
|
3045
3058
|
[key: string]: string;
|
|
3046
3059
|
};
|
|
@@ -3084,11 +3097,11 @@ export declare class DescribeContactGroupListResponseBody extends $tea.Model {
|
|
|
3084
3097
|
});
|
|
3085
3098
|
}
|
|
3086
3099
|
export declare class DescribeContactGroupListResponse extends $tea.Model {
|
|
3087
|
-
headers
|
|
3100
|
+
headers?: {
|
|
3088
3101
|
[key: string]: string;
|
|
3089
3102
|
};
|
|
3090
|
-
statusCode
|
|
3091
|
-
body
|
|
3103
|
+
statusCode?: number;
|
|
3104
|
+
body?: DescribeContactGroupListResponseBody;
|
|
3092
3105
|
static names(): {
|
|
3093
3106
|
[key: string]: string;
|
|
3094
3107
|
};
|
|
@@ -3134,11 +3147,11 @@ export declare class DescribeContactListResponseBody extends $tea.Model {
|
|
|
3134
3147
|
});
|
|
3135
3148
|
}
|
|
3136
3149
|
export declare class DescribeContactListResponse extends $tea.Model {
|
|
3137
|
-
headers
|
|
3150
|
+
headers?: {
|
|
3138
3151
|
[key: string]: string;
|
|
3139
3152
|
};
|
|
3140
|
-
statusCode
|
|
3141
|
-
body
|
|
3153
|
+
statusCode?: number;
|
|
3154
|
+
body?: DescribeContactListResponseBody;
|
|
3142
3155
|
static names(): {
|
|
3143
3156
|
[key: string]: string;
|
|
3144
3157
|
};
|
|
@@ -3179,11 +3192,11 @@ export declare class DescribeContactListByContactGroupResponseBody extends $tea.
|
|
|
3179
3192
|
});
|
|
3180
3193
|
}
|
|
3181
3194
|
export declare class DescribeContactListByContactGroupResponse extends $tea.Model {
|
|
3182
|
-
headers
|
|
3195
|
+
headers?: {
|
|
3183
3196
|
[key: string]: string;
|
|
3184
3197
|
};
|
|
3185
|
-
statusCode
|
|
3186
|
-
body
|
|
3198
|
+
statusCode?: number;
|
|
3199
|
+
body?: DescribeContactListByContactGroupResponseBody;
|
|
3187
3200
|
static names(): {
|
|
3188
3201
|
[key: string]: string;
|
|
3189
3202
|
};
|
|
@@ -3231,11 +3244,11 @@ export declare class DescribeCustomEventAttributeResponseBody extends $tea.Model
|
|
|
3231
3244
|
});
|
|
3232
3245
|
}
|
|
3233
3246
|
export declare class DescribeCustomEventAttributeResponse extends $tea.Model {
|
|
3234
|
-
headers
|
|
3247
|
+
headers?: {
|
|
3235
3248
|
[key: string]: string;
|
|
3236
3249
|
};
|
|
3237
|
-
statusCode
|
|
3238
|
-
body
|
|
3250
|
+
statusCode?: number;
|
|
3251
|
+
body?: DescribeCustomEventAttributeResponseBody;
|
|
3239
3252
|
static names(): {
|
|
3240
3253
|
[key: string]: string;
|
|
3241
3254
|
};
|
|
@@ -3281,11 +3294,11 @@ export declare class DescribeCustomEventCountResponseBody extends $tea.Model {
|
|
|
3281
3294
|
});
|
|
3282
3295
|
}
|
|
3283
3296
|
export declare class DescribeCustomEventCountResponse extends $tea.Model {
|
|
3284
|
-
headers
|
|
3297
|
+
headers?: {
|
|
3285
3298
|
[key: string]: string;
|
|
3286
3299
|
};
|
|
3287
|
-
statusCode
|
|
3288
|
-
body
|
|
3300
|
+
statusCode?: number;
|
|
3301
|
+
body?: DescribeCustomEventCountResponseBody;
|
|
3289
3302
|
static names(): {
|
|
3290
3303
|
[key: string]: string;
|
|
3291
3304
|
};
|
|
@@ -3332,11 +3345,11 @@ export declare class DescribeCustomEventHistogramResponseBody extends $tea.Model
|
|
|
3332
3345
|
});
|
|
3333
3346
|
}
|
|
3334
3347
|
export declare class DescribeCustomEventHistogramResponse extends $tea.Model {
|
|
3335
|
-
headers
|
|
3348
|
+
headers?: {
|
|
3336
3349
|
[key: string]: string;
|
|
3337
3350
|
};
|
|
3338
|
-
statusCode
|
|
3339
|
-
body
|
|
3351
|
+
statusCode?: number;
|
|
3352
|
+
body?: DescribeCustomEventHistogramResponseBody;
|
|
3340
3353
|
static names(): {
|
|
3341
3354
|
[key: string]: string;
|
|
3342
3355
|
};
|
|
@@ -3381,11 +3394,11 @@ export declare class DescribeCustomMetricListResponseBody extends $tea.Model {
|
|
|
3381
3394
|
});
|
|
3382
3395
|
}
|
|
3383
3396
|
export declare class DescribeCustomMetricListResponse extends $tea.Model {
|
|
3384
|
-
headers
|
|
3397
|
+
headers?: {
|
|
3385
3398
|
[key: string]: string;
|
|
3386
3399
|
};
|
|
3387
|
-
statusCode
|
|
3388
|
-
body
|
|
3400
|
+
statusCode?: number;
|
|
3401
|
+
body?: DescribeCustomMetricListResponseBody;
|
|
3389
3402
|
static names(): {
|
|
3390
3403
|
[key: string]: string;
|
|
3391
3404
|
};
|
|
@@ -3433,11 +3446,11 @@ export declare class DescribeDynamicTagRuleListResponseBody extends $tea.Model {
|
|
|
3433
3446
|
});
|
|
3434
3447
|
}
|
|
3435
3448
|
export declare class DescribeDynamicTagRuleListResponse extends $tea.Model {
|
|
3436
|
-
headers
|
|
3449
|
+
headers?: {
|
|
3437
3450
|
[key: string]: string;
|
|
3438
3451
|
};
|
|
3439
|
-
statusCode
|
|
3440
|
-
body
|
|
3452
|
+
statusCode?: number;
|
|
3453
|
+
body?: DescribeDynamicTagRuleListResponseBody;
|
|
3441
3454
|
static names(): {
|
|
3442
3455
|
[key: string]: string;
|
|
3443
3456
|
};
|
|
@@ -3479,11 +3492,11 @@ export declare class DescribeEventRuleAttributeResponseBody extends $tea.Model {
|
|
|
3479
3492
|
});
|
|
3480
3493
|
}
|
|
3481
3494
|
export declare class DescribeEventRuleAttributeResponse extends $tea.Model {
|
|
3482
|
-
headers
|
|
3495
|
+
headers?: {
|
|
3483
3496
|
[key: string]: string;
|
|
3484
3497
|
};
|
|
3485
|
-
statusCode
|
|
3486
|
-
body
|
|
3498
|
+
statusCode?: number;
|
|
3499
|
+
body?: DescribeEventRuleAttributeResponseBody;
|
|
3487
3500
|
static names(): {
|
|
3488
3501
|
[key: string]: string;
|
|
3489
3502
|
};
|
|
@@ -3529,11 +3542,11 @@ export declare class DescribeEventRuleListResponseBody extends $tea.Model {
|
|
|
3529
3542
|
});
|
|
3530
3543
|
}
|
|
3531
3544
|
export declare class DescribeEventRuleListResponse extends $tea.Model {
|
|
3532
|
-
headers
|
|
3545
|
+
headers?: {
|
|
3533
3546
|
[key: string]: string;
|
|
3534
3547
|
};
|
|
3535
|
-
statusCode
|
|
3536
|
-
body
|
|
3548
|
+
statusCode?: number;
|
|
3549
|
+
body?: DescribeEventRuleListResponseBody;
|
|
3537
3550
|
static names(): {
|
|
3538
3551
|
[key: string]: string;
|
|
3539
3552
|
};
|
|
@@ -3578,11 +3591,11 @@ export declare class DescribeEventRuleTargetListResponseBody extends $tea.Model
|
|
|
3578
3591
|
});
|
|
3579
3592
|
}
|
|
3580
3593
|
export declare class DescribeEventRuleTargetListResponse extends $tea.Model {
|
|
3581
|
-
headers
|
|
3594
|
+
headers?: {
|
|
3582
3595
|
[key: string]: string;
|
|
3583
3596
|
};
|
|
3584
|
-
statusCode
|
|
3585
|
-
body
|
|
3597
|
+
statusCode?: number;
|
|
3598
|
+
body?: DescribeEventRuleTargetListResponseBody;
|
|
3586
3599
|
static names(): {
|
|
3587
3600
|
[key: string]: string;
|
|
3588
3601
|
};
|
|
@@ -3626,11 +3639,11 @@ export declare class DescribeExporterOutputListResponseBody extends $tea.Model {
|
|
|
3626
3639
|
});
|
|
3627
3640
|
}
|
|
3628
3641
|
export declare class DescribeExporterOutputListResponse extends $tea.Model {
|
|
3629
|
-
headers
|
|
3642
|
+
headers?: {
|
|
3630
3643
|
[key: string]: string;
|
|
3631
3644
|
};
|
|
3632
|
-
statusCode
|
|
3633
|
-
body
|
|
3645
|
+
statusCode?: number;
|
|
3646
|
+
body?: DescribeExporterOutputListResponseBody;
|
|
3634
3647
|
static names(): {
|
|
3635
3648
|
[key: string]: string;
|
|
3636
3649
|
};
|
|
@@ -3674,11 +3687,11 @@ export declare class DescribeExporterRuleListResponseBody extends $tea.Model {
|
|
|
3674
3687
|
});
|
|
3675
3688
|
}
|
|
3676
3689
|
export declare class DescribeExporterRuleListResponse extends $tea.Model {
|
|
3677
|
-
headers
|
|
3690
|
+
headers?: {
|
|
3678
3691
|
[key: string]: string;
|
|
3679
3692
|
};
|
|
3680
|
-
statusCode
|
|
3681
|
-
body
|
|
3693
|
+
statusCode?: number;
|
|
3694
|
+
body?: DescribeExporterRuleListResponseBody;
|
|
3682
3695
|
static names(): {
|
|
3683
3696
|
[key: string]: string;
|
|
3684
3697
|
};
|
|
@@ -3725,11 +3738,11 @@ export declare class DescribeGroupMonitoringAgentProcessResponseBody extends $te
|
|
|
3725
3738
|
});
|
|
3726
3739
|
}
|
|
3727
3740
|
export declare class DescribeGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
3728
|
-
headers
|
|
3741
|
+
headers?: {
|
|
3729
3742
|
[key: string]: string;
|
|
3730
3743
|
};
|
|
3731
|
-
statusCode
|
|
3732
|
-
body
|
|
3744
|
+
statusCode?: number;
|
|
3745
|
+
body?: DescribeGroupMonitoringAgentProcessResponseBody;
|
|
3733
3746
|
static names(): {
|
|
3734
3747
|
[key: string]: string;
|
|
3735
3748
|
};
|
|
@@ -3776,11 +3789,11 @@ export declare class DescribeHostAvailabilityListResponseBody extends $tea.Model
|
|
|
3776
3789
|
});
|
|
3777
3790
|
}
|
|
3778
3791
|
export declare class DescribeHostAvailabilityListResponse extends $tea.Model {
|
|
3779
|
-
headers
|
|
3792
|
+
headers?: {
|
|
3780
3793
|
[key: string]: string;
|
|
3781
3794
|
};
|
|
3782
|
-
statusCode
|
|
3783
|
-
body
|
|
3795
|
+
statusCode?: number;
|
|
3796
|
+
body?: DescribeHostAvailabilityListResponseBody;
|
|
3784
3797
|
static names(): {
|
|
3785
3798
|
[key: string]: string;
|
|
3786
3799
|
};
|
|
@@ -3825,11 +3838,11 @@ export declare class DescribeHybridMonitorDataListResponseBody extends $tea.Mode
|
|
|
3825
3838
|
});
|
|
3826
3839
|
}
|
|
3827
3840
|
export declare class DescribeHybridMonitorDataListResponse extends $tea.Model {
|
|
3828
|
-
headers
|
|
3841
|
+
headers?: {
|
|
3829
3842
|
[key: string]: string;
|
|
3830
3843
|
};
|
|
3831
|
-
statusCode
|
|
3832
|
-
body
|
|
3844
|
+
statusCode?: number;
|
|
3845
|
+
body?: DescribeHybridMonitorDataListResponseBody;
|
|
3833
3846
|
static names(): {
|
|
3834
3847
|
[key: string]: string;
|
|
3835
3848
|
};
|
|
@@ -3877,11 +3890,11 @@ export declare class DescribeHybridMonitorNamespaceListResponseBody extends $tea
|
|
|
3877
3890
|
});
|
|
3878
3891
|
}
|
|
3879
3892
|
export declare class DescribeHybridMonitorNamespaceListResponse extends $tea.Model {
|
|
3880
|
-
headers
|
|
3893
|
+
headers?: {
|
|
3881
3894
|
[key: string]: string;
|
|
3882
3895
|
};
|
|
3883
|
-
statusCode
|
|
3884
|
-
body
|
|
3896
|
+
statusCode?: number;
|
|
3897
|
+
body?: DescribeHybridMonitorNamespaceListResponseBody;
|
|
3885
3898
|
static names(): {
|
|
3886
3899
|
[key: string]: string;
|
|
3887
3900
|
};
|
|
@@ -3928,11 +3941,11 @@ export declare class DescribeHybridMonitorSLSGroupResponseBody extends $tea.Mode
|
|
|
3928
3941
|
});
|
|
3929
3942
|
}
|
|
3930
3943
|
export declare class DescribeHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
3931
|
-
headers
|
|
3944
|
+
headers?: {
|
|
3932
3945
|
[key: string]: string;
|
|
3933
3946
|
};
|
|
3934
|
-
statusCode
|
|
3935
|
-
body
|
|
3947
|
+
statusCode?: number;
|
|
3948
|
+
body?: DescribeHybridMonitorSLSGroupResponseBody;
|
|
3936
3949
|
static names(): {
|
|
3937
3950
|
[key: string]: string;
|
|
3938
3951
|
};
|
|
@@ -3984,11 +3997,11 @@ export declare class DescribeHybridMonitorTaskListResponseBody extends $tea.Mode
|
|
|
3984
3997
|
});
|
|
3985
3998
|
}
|
|
3986
3999
|
export declare class DescribeHybridMonitorTaskListResponse extends $tea.Model {
|
|
3987
|
-
headers
|
|
4000
|
+
headers?: {
|
|
3988
4001
|
[key: string]: string;
|
|
3989
4002
|
};
|
|
3990
|
-
statusCode
|
|
3991
|
-
body
|
|
4003
|
+
statusCode?: number;
|
|
4004
|
+
body?: DescribeHybridMonitorTaskListResponseBody;
|
|
3992
4005
|
static names(): {
|
|
3993
4006
|
[key: string]: string;
|
|
3994
4007
|
};
|
|
@@ -4029,11 +4042,11 @@ export declare class DescribeLogMonitorAttributeResponseBody extends $tea.Model
|
|
|
4029
4042
|
});
|
|
4030
4043
|
}
|
|
4031
4044
|
export declare class DescribeLogMonitorAttributeResponse extends $tea.Model {
|
|
4032
|
-
headers
|
|
4045
|
+
headers?: {
|
|
4033
4046
|
[key: string]: string;
|
|
4034
4047
|
};
|
|
4035
|
-
statusCode
|
|
4036
|
-
body
|
|
4048
|
+
statusCode?: number;
|
|
4049
|
+
body?: DescribeLogMonitorAttributeResponseBody;
|
|
4037
4050
|
static names(): {
|
|
4038
4051
|
[key: string]: string;
|
|
4039
4052
|
};
|
|
@@ -4080,11 +4093,11 @@ export declare class DescribeLogMonitorListResponseBody extends $tea.Model {
|
|
|
4080
4093
|
});
|
|
4081
4094
|
}
|
|
4082
4095
|
export declare class DescribeLogMonitorListResponse extends $tea.Model {
|
|
4083
|
-
headers
|
|
4096
|
+
headers?: {
|
|
4084
4097
|
[key: string]: string;
|
|
4085
4098
|
};
|
|
4086
|
-
statusCode
|
|
4087
|
-
body
|
|
4099
|
+
statusCode?: number;
|
|
4100
|
+
body?: DescribeLogMonitorListResponseBody;
|
|
4088
4101
|
static names(): {
|
|
4089
4102
|
[key: string]: string;
|
|
4090
4103
|
};
|
|
@@ -4132,11 +4145,11 @@ export declare class DescribeMetricDataResponseBody extends $tea.Model {
|
|
|
4132
4145
|
});
|
|
4133
4146
|
}
|
|
4134
4147
|
export declare class DescribeMetricDataResponse extends $tea.Model {
|
|
4135
|
-
headers
|
|
4148
|
+
headers?: {
|
|
4136
4149
|
[key: string]: string;
|
|
4137
4150
|
};
|
|
4138
|
-
statusCode
|
|
4139
|
-
body
|
|
4151
|
+
statusCode?: number;
|
|
4152
|
+
body?: DescribeMetricDataResponseBody;
|
|
4140
4153
|
static names(): {
|
|
4141
4154
|
[key: string]: string;
|
|
4142
4155
|
};
|
|
@@ -4187,11 +4200,11 @@ export declare class DescribeMetricLastResponseBody extends $tea.Model {
|
|
|
4187
4200
|
});
|
|
4188
4201
|
}
|
|
4189
4202
|
export declare class DescribeMetricLastResponse extends $tea.Model {
|
|
4190
|
-
headers
|
|
4203
|
+
headers?: {
|
|
4191
4204
|
[key: string]: string;
|
|
4192
4205
|
};
|
|
4193
|
-
statusCode
|
|
4194
|
-
body
|
|
4206
|
+
statusCode?: number;
|
|
4207
|
+
body?: DescribeMetricLastResponseBody;
|
|
4195
4208
|
static names(): {
|
|
4196
4209
|
[key: string]: string;
|
|
4197
4210
|
};
|
|
@@ -4242,11 +4255,11 @@ export declare class DescribeMetricListResponseBody extends $tea.Model {
|
|
|
4242
4255
|
});
|
|
4243
4256
|
}
|
|
4244
4257
|
export declare class DescribeMetricListResponse extends $tea.Model {
|
|
4245
|
-
headers
|
|
4258
|
+
headers?: {
|
|
4246
4259
|
[key: string]: string;
|
|
4247
4260
|
};
|
|
4248
|
-
statusCode
|
|
4249
|
-
body
|
|
4261
|
+
statusCode?: number;
|
|
4262
|
+
body?: DescribeMetricListResponseBody;
|
|
4250
4263
|
static names(): {
|
|
4251
4264
|
[key: string]: string;
|
|
4252
4265
|
};
|
|
@@ -4263,7 +4276,6 @@ export declare class DescribeMetricMetaListRequest extends $tea.Model {
|
|
|
4263
4276
|
namespace?: string;
|
|
4264
4277
|
pageNumber?: number;
|
|
4265
4278
|
pageSize?: number;
|
|
4266
|
-
regionId?: string;
|
|
4267
4279
|
static names(): {
|
|
4268
4280
|
[key: string]: string;
|
|
4269
4281
|
};
|
|
@@ -4292,11 +4304,11 @@ export declare class DescribeMetricMetaListResponseBody extends $tea.Model {
|
|
|
4292
4304
|
});
|
|
4293
4305
|
}
|
|
4294
4306
|
export declare class DescribeMetricMetaListResponse extends $tea.Model {
|
|
4295
|
-
headers
|
|
4307
|
+
headers?: {
|
|
4296
4308
|
[key: string]: string;
|
|
4297
4309
|
};
|
|
4298
|
-
statusCode
|
|
4299
|
-
body
|
|
4310
|
+
statusCode?: number;
|
|
4311
|
+
body?: DescribeMetricMetaListResponseBody;
|
|
4300
4312
|
static names(): {
|
|
4301
4313
|
[key: string]: string;
|
|
4302
4314
|
};
|
|
@@ -4347,11 +4359,11 @@ export declare class DescribeMetricRuleBlackListResponseBody extends $tea.Model
|
|
|
4347
4359
|
});
|
|
4348
4360
|
}
|
|
4349
4361
|
export declare class DescribeMetricRuleBlackListResponse extends $tea.Model {
|
|
4350
|
-
headers
|
|
4362
|
+
headers?: {
|
|
4351
4363
|
[key: string]: string;
|
|
4352
4364
|
};
|
|
4353
|
-
statusCode
|
|
4354
|
-
body
|
|
4365
|
+
statusCode?: number;
|
|
4366
|
+
body?: DescribeMetricRuleBlackListResponseBody;
|
|
4355
4367
|
static names(): {
|
|
4356
4368
|
[key: string]: string;
|
|
4357
4369
|
};
|
|
@@ -4393,11 +4405,11 @@ export declare class DescribeMetricRuleCountResponseBody extends $tea.Model {
|
|
|
4393
4405
|
});
|
|
4394
4406
|
}
|
|
4395
4407
|
export declare class DescribeMetricRuleCountResponse extends $tea.Model {
|
|
4396
|
-
headers
|
|
4408
|
+
headers?: {
|
|
4397
4409
|
[key: string]: string;
|
|
4398
4410
|
};
|
|
4399
|
-
statusCode
|
|
4400
|
-
body
|
|
4411
|
+
statusCode?: number;
|
|
4412
|
+
body?: DescribeMetricRuleCountResponseBody;
|
|
4401
4413
|
static names(): {
|
|
4402
4414
|
[key: string]: string;
|
|
4403
4415
|
};
|
|
@@ -4448,11 +4460,11 @@ export declare class DescribeMetricRuleListResponseBody extends $tea.Model {
|
|
|
4448
4460
|
});
|
|
4449
4461
|
}
|
|
4450
4462
|
export declare class DescribeMetricRuleListResponse extends $tea.Model {
|
|
4451
|
-
headers
|
|
4463
|
+
headers?: {
|
|
4452
4464
|
[key: string]: string;
|
|
4453
4465
|
};
|
|
4454
|
-
statusCode
|
|
4455
|
-
body
|
|
4466
|
+
statusCode?: number;
|
|
4467
|
+
body?: DescribeMetricRuleListResponseBody;
|
|
4456
4468
|
static names(): {
|
|
4457
4469
|
[key: string]: string;
|
|
4458
4470
|
};
|
|
@@ -4493,11 +4505,11 @@ export declare class DescribeMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
4493
4505
|
});
|
|
4494
4506
|
}
|
|
4495
4507
|
export declare class DescribeMetricRuleTargetsResponse extends $tea.Model {
|
|
4496
|
-
headers
|
|
4508
|
+
headers?: {
|
|
4497
4509
|
[key: string]: string;
|
|
4498
4510
|
};
|
|
4499
|
-
statusCode
|
|
4500
|
-
body
|
|
4511
|
+
statusCode?: number;
|
|
4512
|
+
body?: DescribeMetricRuleTargetsResponseBody;
|
|
4501
4513
|
static names(): {
|
|
4502
4514
|
[key: string]: string;
|
|
4503
4515
|
};
|
|
@@ -4539,11 +4551,11 @@ export declare class DescribeMetricRuleTemplateAttributeResponseBody extends $te
|
|
|
4539
4551
|
});
|
|
4540
4552
|
}
|
|
4541
4553
|
export declare class DescribeMetricRuleTemplateAttributeResponse extends $tea.Model {
|
|
4542
|
-
headers
|
|
4554
|
+
headers?: {
|
|
4543
4555
|
[key: string]: string;
|
|
4544
4556
|
};
|
|
4545
|
-
statusCode
|
|
4546
|
-
body
|
|
4557
|
+
statusCode?: number;
|
|
4558
|
+
body?: DescribeMetricRuleTemplateAttributeResponseBody;
|
|
4547
4559
|
static names(): {
|
|
4548
4560
|
[key: string]: string;
|
|
4549
4561
|
};
|
|
@@ -4592,11 +4604,11 @@ export declare class DescribeMetricRuleTemplateListResponseBody extends $tea.Mod
|
|
|
4592
4604
|
});
|
|
4593
4605
|
}
|
|
4594
4606
|
export declare class DescribeMetricRuleTemplateListResponse extends $tea.Model {
|
|
4595
|
-
headers
|
|
4607
|
+
headers?: {
|
|
4596
4608
|
[key: string]: string;
|
|
4597
4609
|
};
|
|
4598
|
-
statusCode
|
|
4599
|
-
body
|
|
4610
|
+
statusCode?: number;
|
|
4611
|
+
body?: DescribeMetricRuleTemplateListResponseBody;
|
|
4600
4612
|
static names(): {
|
|
4601
4613
|
[key: string]: string;
|
|
4602
4614
|
};
|
|
@@ -4646,11 +4658,11 @@ export declare class DescribeMetricTopResponseBody extends $tea.Model {
|
|
|
4646
4658
|
});
|
|
4647
4659
|
}
|
|
4648
4660
|
export declare class DescribeMetricTopResponse extends $tea.Model {
|
|
4649
|
-
headers
|
|
4661
|
+
headers?: {
|
|
4650
4662
|
[key: string]: string;
|
|
4651
4663
|
};
|
|
4652
|
-
statusCode
|
|
4653
|
-
body
|
|
4664
|
+
statusCode?: number;
|
|
4665
|
+
body?: DescribeMetricTopResponseBody;
|
|
4654
4666
|
static names(): {
|
|
4655
4667
|
[key: string]: string;
|
|
4656
4668
|
};
|
|
@@ -4691,11 +4703,11 @@ export declare class DescribeMonitorGroupCategoriesResponseBody extends $tea.Mod
|
|
|
4691
4703
|
});
|
|
4692
4704
|
}
|
|
4693
4705
|
export declare class DescribeMonitorGroupCategoriesResponse extends $tea.Model {
|
|
4694
|
-
headers
|
|
4706
|
+
headers?: {
|
|
4695
4707
|
[key: string]: string;
|
|
4696
4708
|
};
|
|
4697
|
-
statusCode
|
|
4698
|
-
body
|
|
4709
|
+
statusCode?: number;
|
|
4710
|
+
body?: DescribeMonitorGroupCategoriesResponseBody;
|
|
4699
4711
|
static names(): {
|
|
4700
4712
|
[key: string]: string;
|
|
4701
4713
|
};
|
|
@@ -4736,11 +4748,11 @@ export declare class DescribeMonitorGroupDynamicRulesResponseBody extends $tea.M
|
|
|
4736
4748
|
});
|
|
4737
4749
|
}
|
|
4738
4750
|
export declare class DescribeMonitorGroupDynamicRulesResponse extends $tea.Model {
|
|
4739
|
-
headers
|
|
4751
|
+
headers?: {
|
|
4740
4752
|
[key: string]: string;
|
|
4741
4753
|
};
|
|
4742
|
-
statusCode
|
|
4743
|
-
body
|
|
4754
|
+
statusCode?: number;
|
|
4755
|
+
body?: DescribeMonitorGroupDynamicRulesResponseBody;
|
|
4744
4756
|
static names(): {
|
|
4745
4757
|
[key: string]: string;
|
|
4746
4758
|
};
|
|
@@ -4790,11 +4802,11 @@ export declare class DescribeMonitorGroupInstanceAttributeResponseBody extends $
|
|
|
4790
4802
|
});
|
|
4791
4803
|
}
|
|
4792
4804
|
export declare class DescribeMonitorGroupInstanceAttributeResponse extends $tea.Model {
|
|
4793
|
-
headers
|
|
4805
|
+
headers?: {
|
|
4794
4806
|
[key: string]: string;
|
|
4795
4807
|
};
|
|
4796
|
-
statusCode
|
|
4797
|
-
body
|
|
4808
|
+
statusCode?: number;
|
|
4809
|
+
body?: DescribeMonitorGroupInstanceAttributeResponseBody;
|
|
4798
4810
|
static names(): {
|
|
4799
4811
|
[key: string]: string;
|
|
4800
4812
|
};
|
|
@@ -4843,11 +4855,11 @@ export declare class DescribeMonitorGroupInstancesResponseBody extends $tea.Mode
|
|
|
4843
4855
|
});
|
|
4844
4856
|
}
|
|
4845
4857
|
export declare class DescribeMonitorGroupInstancesResponse extends $tea.Model {
|
|
4846
|
-
headers
|
|
4858
|
+
headers?: {
|
|
4847
4859
|
[key: string]: string;
|
|
4848
4860
|
};
|
|
4849
|
-
statusCode
|
|
4850
|
-
body
|
|
4861
|
+
statusCode?: number;
|
|
4862
|
+
body?: DescribeMonitorGroupInstancesResponseBody;
|
|
4851
4863
|
static names(): {
|
|
4852
4864
|
[key: string]: string;
|
|
4853
4865
|
};
|
|
@@ -4892,11 +4904,11 @@ export declare class DescribeMonitorGroupNotifyPolicyListResponseBody extends $t
|
|
|
4892
4904
|
});
|
|
4893
4905
|
}
|
|
4894
4906
|
export declare class DescribeMonitorGroupNotifyPolicyListResponse extends $tea.Model {
|
|
4895
|
-
headers
|
|
4907
|
+
headers?: {
|
|
4896
4908
|
[key: string]: string;
|
|
4897
4909
|
};
|
|
4898
|
-
statusCode
|
|
4899
|
-
body
|
|
4910
|
+
statusCode?: number;
|
|
4911
|
+
body?: DescribeMonitorGroupNotifyPolicyListResponseBody;
|
|
4900
4912
|
static names(): {
|
|
4901
4913
|
[key: string]: string;
|
|
4902
4914
|
};
|
|
@@ -4953,11 +4965,11 @@ export declare class DescribeMonitorGroupsResponseBody extends $tea.Model {
|
|
|
4953
4965
|
});
|
|
4954
4966
|
}
|
|
4955
4967
|
export declare class DescribeMonitorGroupsResponse extends $tea.Model {
|
|
4956
|
-
headers
|
|
4968
|
+
headers?: {
|
|
4957
4969
|
[key: string]: string;
|
|
4958
4970
|
};
|
|
4959
|
-
statusCode
|
|
4960
|
-
body
|
|
4971
|
+
statusCode?: number;
|
|
4972
|
+
body?: DescribeMonitorGroupsResponseBody;
|
|
4961
4973
|
static names(): {
|
|
4962
4974
|
[key: string]: string;
|
|
4963
4975
|
};
|
|
@@ -4997,11 +5009,11 @@ export declare class DescribeMonitorResourceQuotaAttributeResponseBody extends $
|
|
|
4997
5009
|
});
|
|
4998
5010
|
}
|
|
4999
5011
|
export declare class DescribeMonitorResourceQuotaAttributeResponse extends $tea.Model {
|
|
5000
|
-
headers
|
|
5012
|
+
headers?: {
|
|
5001
5013
|
[key: string]: string;
|
|
5002
5014
|
};
|
|
5003
|
-
statusCode
|
|
5004
|
-
body
|
|
5015
|
+
statusCode?: number;
|
|
5016
|
+
body?: DescribeMonitorResourceQuotaAttributeResponseBody;
|
|
5005
5017
|
static names(): {
|
|
5006
5018
|
[key: string]: string;
|
|
5007
5019
|
};
|
|
@@ -5042,11 +5054,11 @@ export declare class DescribeMonitoringAgentAccessKeyResponseBody extends $tea.M
|
|
|
5042
5054
|
});
|
|
5043
5055
|
}
|
|
5044
5056
|
export declare class DescribeMonitoringAgentAccessKeyResponse extends $tea.Model {
|
|
5045
|
-
headers
|
|
5057
|
+
headers?: {
|
|
5046
5058
|
[key: string]: string;
|
|
5047
5059
|
};
|
|
5048
|
-
statusCode
|
|
5049
|
-
body
|
|
5060
|
+
statusCode?: number;
|
|
5061
|
+
body?: DescribeMonitoringAgentAccessKeyResponseBody;
|
|
5050
5062
|
static names(): {
|
|
5051
5063
|
[key: string]: string;
|
|
5052
5064
|
};
|
|
@@ -5088,11 +5100,11 @@ export declare class DescribeMonitoringAgentConfigResponseBody extends $tea.Mode
|
|
|
5088
5100
|
});
|
|
5089
5101
|
}
|
|
5090
5102
|
export declare class DescribeMonitoringAgentConfigResponse extends $tea.Model {
|
|
5091
|
-
headers
|
|
5103
|
+
headers?: {
|
|
5092
5104
|
[key: string]: string;
|
|
5093
5105
|
};
|
|
5094
|
-
statusCode
|
|
5095
|
-
body
|
|
5106
|
+
statusCode?: number;
|
|
5107
|
+
body?: DescribeMonitoringAgentConfigResponseBody;
|
|
5096
5108
|
static names(): {
|
|
5097
5109
|
[key: string]: string;
|
|
5098
5110
|
};
|
|
@@ -5146,11 +5158,11 @@ export declare class DescribeMonitoringAgentHostsResponseBody extends $tea.Model
|
|
|
5146
5158
|
});
|
|
5147
5159
|
}
|
|
5148
5160
|
export declare class DescribeMonitoringAgentHostsResponse extends $tea.Model {
|
|
5149
|
-
headers
|
|
5161
|
+
headers?: {
|
|
5150
5162
|
[key: string]: string;
|
|
5151
5163
|
};
|
|
5152
|
-
statusCode
|
|
5153
|
-
body
|
|
5164
|
+
statusCode?: number;
|
|
5165
|
+
body?: DescribeMonitoringAgentHostsResponseBody;
|
|
5154
5166
|
static names(): {
|
|
5155
5167
|
[key: string]: string;
|
|
5156
5168
|
};
|
|
@@ -5191,11 +5203,11 @@ export declare class DescribeMonitoringAgentProcessesResponseBody extends $tea.M
|
|
|
5191
5203
|
});
|
|
5192
5204
|
}
|
|
5193
5205
|
export declare class DescribeMonitoringAgentProcessesResponse extends $tea.Model {
|
|
5194
|
-
headers
|
|
5206
|
+
headers?: {
|
|
5195
5207
|
[key: string]: string;
|
|
5196
5208
|
};
|
|
5197
|
-
statusCode
|
|
5198
|
-
body
|
|
5209
|
+
statusCode?: number;
|
|
5210
|
+
body?: DescribeMonitoringAgentProcessesResponseBody;
|
|
5199
5211
|
static names(): {
|
|
5200
5212
|
[key: string]: string;
|
|
5201
5213
|
};
|
|
@@ -5237,11 +5249,11 @@ export declare class DescribeMonitoringAgentStatusesResponseBody extends $tea.Mo
|
|
|
5237
5249
|
});
|
|
5238
5250
|
}
|
|
5239
5251
|
export declare class DescribeMonitoringAgentStatusesResponse extends $tea.Model {
|
|
5240
|
-
headers
|
|
5252
|
+
headers?: {
|
|
5241
5253
|
[key: string]: string;
|
|
5242
5254
|
};
|
|
5243
|
-
statusCode
|
|
5244
|
-
body
|
|
5255
|
+
statusCode?: number;
|
|
5256
|
+
body?: DescribeMonitoringAgentStatusesResponseBody;
|
|
5245
5257
|
static names(): {
|
|
5246
5258
|
[key: string]: string;
|
|
5247
5259
|
};
|
|
@@ -5282,11 +5294,11 @@ export declare class DescribeMonitoringConfigResponseBody extends $tea.Model {
|
|
|
5282
5294
|
});
|
|
5283
5295
|
}
|
|
5284
5296
|
export declare class DescribeMonitoringConfigResponse extends $tea.Model {
|
|
5285
|
-
headers
|
|
5297
|
+
headers?: {
|
|
5286
5298
|
[key: string]: string;
|
|
5287
5299
|
};
|
|
5288
|
-
statusCode
|
|
5289
|
-
body
|
|
5300
|
+
statusCode?: number;
|
|
5301
|
+
body?: DescribeMonitoringConfigResponseBody;
|
|
5290
5302
|
static names(): {
|
|
5291
5303
|
[key: string]: string;
|
|
5292
5304
|
};
|
|
@@ -5328,11 +5340,11 @@ export declare class DescribeProductResourceTagKeyListResponseBody extends $tea.
|
|
|
5328
5340
|
});
|
|
5329
5341
|
}
|
|
5330
5342
|
export declare class DescribeProductResourceTagKeyListResponse extends $tea.Model {
|
|
5331
|
-
headers
|
|
5343
|
+
headers?: {
|
|
5332
5344
|
[key: string]: string;
|
|
5333
5345
|
};
|
|
5334
|
-
statusCode
|
|
5335
|
-
body
|
|
5346
|
+
statusCode?: number;
|
|
5347
|
+
body?: DescribeProductResourceTagKeyListResponseBody;
|
|
5336
5348
|
static names(): {
|
|
5337
5349
|
[key: string]: string;
|
|
5338
5350
|
};
|
|
@@ -5373,11 +5385,11 @@ export declare class DescribeProductsOfActiveMetricRuleResponseBody extends $tea
|
|
|
5373
5385
|
});
|
|
5374
5386
|
}
|
|
5375
5387
|
export declare class DescribeProductsOfActiveMetricRuleResponse extends $tea.Model {
|
|
5376
|
-
headers
|
|
5388
|
+
headers?: {
|
|
5377
5389
|
[key: string]: string;
|
|
5378
5390
|
};
|
|
5379
|
-
statusCode
|
|
5380
|
-
body
|
|
5391
|
+
statusCode?: number;
|
|
5392
|
+
body?: DescribeProductsOfActiveMetricRuleResponseBody;
|
|
5381
5393
|
static names(): {
|
|
5382
5394
|
[key: string]: string;
|
|
5383
5395
|
};
|
|
@@ -5422,11 +5434,11 @@ export declare class DescribeProjectMetaResponseBody extends $tea.Model {
|
|
|
5422
5434
|
});
|
|
5423
5435
|
}
|
|
5424
5436
|
export declare class DescribeProjectMetaResponse extends $tea.Model {
|
|
5425
|
-
headers
|
|
5437
|
+
headers?: {
|
|
5426
5438
|
[key: string]: string;
|
|
5427
5439
|
};
|
|
5428
|
-
statusCode
|
|
5429
|
-
body
|
|
5440
|
+
statusCode?: number;
|
|
5441
|
+
body?: DescribeProjectMetaResponseBody;
|
|
5430
5442
|
static names(): {
|
|
5431
5443
|
[key: string]: string;
|
|
5432
5444
|
};
|
|
@@ -5469,11 +5481,11 @@ export declare class DescribeSiteMonitorAttributeResponseBody extends $tea.Model
|
|
|
5469
5481
|
});
|
|
5470
5482
|
}
|
|
5471
5483
|
export declare class DescribeSiteMonitorAttributeResponse extends $tea.Model {
|
|
5472
|
-
headers
|
|
5484
|
+
headers?: {
|
|
5473
5485
|
[key: string]: string;
|
|
5474
5486
|
};
|
|
5475
|
-
statusCode
|
|
5476
|
-
body
|
|
5487
|
+
statusCode?: number;
|
|
5488
|
+
body?: DescribeSiteMonitorAttributeResponseBody;
|
|
5477
5489
|
static names(): {
|
|
5478
5490
|
[key: string]: string;
|
|
5479
5491
|
};
|
|
@@ -5522,11 +5534,11 @@ export declare class DescribeSiteMonitorDataResponseBody extends $tea.Model {
|
|
|
5522
5534
|
});
|
|
5523
5535
|
}
|
|
5524
5536
|
export declare class DescribeSiteMonitorDataResponse extends $tea.Model {
|
|
5525
|
-
headers
|
|
5537
|
+
headers?: {
|
|
5526
5538
|
[key: string]: string;
|
|
5527
5539
|
};
|
|
5528
|
-
statusCode
|
|
5529
|
-
body
|
|
5540
|
+
statusCode?: number;
|
|
5541
|
+
body?: DescribeSiteMonitorDataResponseBody;
|
|
5530
5542
|
static names(): {
|
|
5531
5543
|
[key: string]: string;
|
|
5532
5544
|
};
|
|
@@ -5571,11 +5583,11 @@ export declare class DescribeSiteMonitorISPCityListResponseBody extends $tea.Mod
|
|
|
5571
5583
|
});
|
|
5572
5584
|
}
|
|
5573
5585
|
export declare class DescribeSiteMonitorISPCityListResponse extends $tea.Model {
|
|
5574
|
-
headers
|
|
5586
|
+
headers?: {
|
|
5575
5587
|
[key: string]: string;
|
|
5576
5588
|
};
|
|
5577
|
-
statusCode
|
|
5578
|
-
body
|
|
5589
|
+
statusCode?: number;
|
|
5590
|
+
body?: DescribeSiteMonitorISPCityListResponseBody;
|
|
5579
5591
|
static names(): {
|
|
5580
5592
|
[key: string]: string;
|
|
5581
5593
|
};
|
|
@@ -5624,11 +5636,11 @@ export declare class DescribeSiteMonitorListResponseBody extends $tea.Model {
|
|
|
5624
5636
|
});
|
|
5625
5637
|
}
|
|
5626
5638
|
export declare class DescribeSiteMonitorListResponse extends $tea.Model {
|
|
5627
|
-
headers
|
|
5639
|
+
headers?: {
|
|
5628
5640
|
[key: string]: string;
|
|
5629
5641
|
};
|
|
5630
|
-
statusCode
|
|
5631
|
-
body
|
|
5642
|
+
statusCode?: number;
|
|
5643
|
+
body?: DescribeSiteMonitorListResponseBody;
|
|
5632
5644
|
static names(): {
|
|
5633
5645
|
[key: string]: string;
|
|
5634
5646
|
};
|
|
@@ -5681,11 +5693,11 @@ export declare class DescribeSiteMonitorLogResponseBody extends $tea.Model {
|
|
|
5681
5693
|
});
|
|
5682
5694
|
}
|
|
5683
5695
|
export declare class DescribeSiteMonitorLogResponse extends $tea.Model {
|
|
5684
|
-
headers
|
|
5696
|
+
headers?: {
|
|
5685
5697
|
[key: string]: string;
|
|
5686
5698
|
};
|
|
5687
|
-
statusCode
|
|
5688
|
-
body
|
|
5699
|
+
statusCode?: number;
|
|
5700
|
+
body?: DescribeSiteMonitorLogResponseBody;
|
|
5689
5701
|
static names(): {
|
|
5690
5702
|
[key: string]: string;
|
|
5691
5703
|
};
|
|
@@ -5725,11 +5737,11 @@ export declare class DescribeSiteMonitorQuotaResponseBody extends $tea.Model {
|
|
|
5725
5737
|
});
|
|
5726
5738
|
}
|
|
5727
5739
|
export declare class DescribeSiteMonitorQuotaResponse extends $tea.Model {
|
|
5728
|
-
headers
|
|
5740
|
+
headers?: {
|
|
5729
5741
|
[key: string]: string;
|
|
5730
5742
|
};
|
|
5731
|
-
statusCode
|
|
5732
|
-
body
|
|
5743
|
+
statusCode?: number;
|
|
5744
|
+
body?: DescribeSiteMonitorQuotaResponseBody;
|
|
5733
5745
|
static names(): {
|
|
5734
5746
|
[key: string]: string;
|
|
5735
5747
|
};
|
|
@@ -5773,11 +5785,11 @@ export declare class DescribeSiteMonitorStatisticsResponseBody extends $tea.Mode
|
|
|
5773
5785
|
});
|
|
5774
5786
|
}
|
|
5775
5787
|
export declare class DescribeSiteMonitorStatisticsResponse extends $tea.Model {
|
|
5776
|
-
headers
|
|
5788
|
+
headers?: {
|
|
5777
5789
|
[key: string]: string;
|
|
5778
5790
|
};
|
|
5779
|
-
statusCode
|
|
5780
|
-
body
|
|
5791
|
+
statusCode?: number;
|
|
5792
|
+
body?: DescribeSiteMonitorStatisticsResponseBody;
|
|
5781
5793
|
static names(): {
|
|
5782
5794
|
[key: string]: string;
|
|
5783
5795
|
};
|
|
@@ -5828,11 +5840,11 @@ export declare class DescribeSystemEventAttributeResponseBody extends $tea.Model
|
|
|
5828
5840
|
});
|
|
5829
5841
|
}
|
|
5830
5842
|
export declare class DescribeSystemEventAttributeResponse extends $tea.Model {
|
|
5831
|
-
headers
|
|
5843
|
+
headers?: {
|
|
5832
5844
|
[key: string]: string;
|
|
5833
5845
|
};
|
|
5834
|
-
statusCode
|
|
5835
|
-
body
|
|
5846
|
+
statusCode?: number;
|
|
5847
|
+
body?: DescribeSystemEventAttributeResponseBody;
|
|
5836
5848
|
static names(): {
|
|
5837
5849
|
[key: string]: string;
|
|
5838
5850
|
};
|
|
@@ -5881,11 +5893,11 @@ export declare class DescribeSystemEventCountResponseBody extends $tea.Model {
|
|
|
5881
5893
|
});
|
|
5882
5894
|
}
|
|
5883
5895
|
export declare class DescribeSystemEventCountResponse extends $tea.Model {
|
|
5884
|
-
headers
|
|
5896
|
+
headers?: {
|
|
5885
5897
|
[key: string]: string;
|
|
5886
5898
|
};
|
|
5887
|
-
statusCode
|
|
5888
|
-
body
|
|
5899
|
+
statusCode?: number;
|
|
5900
|
+
body?: DescribeSystemEventCountResponseBody;
|
|
5889
5901
|
static names(): {
|
|
5890
5902
|
[key: string]: string;
|
|
5891
5903
|
};
|
|
@@ -5934,11 +5946,11 @@ export declare class DescribeSystemEventHistogramResponseBody extends $tea.Model
|
|
|
5934
5946
|
});
|
|
5935
5947
|
}
|
|
5936
5948
|
export declare class DescribeSystemEventHistogramResponse extends $tea.Model {
|
|
5937
|
-
headers
|
|
5949
|
+
headers?: {
|
|
5938
5950
|
[key: string]: string;
|
|
5939
5951
|
};
|
|
5940
|
-
statusCode
|
|
5941
|
-
body
|
|
5952
|
+
statusCode?: number;
|
|
5953
|
+
body?: DescribeSystemEventHistogramResponseBody;
|
|
5942
5954
|
static names(): {
|
|
5943
5955
|
[key: string]: string;
|
|
5944
5956
|
};
|
|
@@ -5978,11 +5990,11 @@ export declare class DescribeSystemEventMetaListResponseBody extends $tea.Model
|
|
|
5978
5990
|
});
|
|
5979
5991
|
}
|
|
5980
5992
|
export declare class DescribeSystemEventMetaListResponse extends $tea.Model {
|
|
5981
|
-
headers
|
|
5993
|
+
headers?: {
|
|
5982
5994
|
[key: string]: string;
|
|
5983
5995
|
};
|
|
5984
|
-
statusCode
|
|
5985
|
-
body
|
|
5996
|
+
statusCode?: number;
|
|
5997
|
+
body?: DescribeSystemEventMetaListResponseBody;
|
|
5986
5998
|
static names(): {
|
|
5987
5999
|
[key: string]: string;
|
|
5988
6000
|
};
|
|
@@ -6024,11 +6036,11 @@ export declare class DescribeTagKeyListResponseBody extends $tea.Model {
|
|
|
6024
6036
|
});
|
|
6025
6037
|
}
|
|
6026
6038
|
export declare class DescribeTagKeyListResponse extends $tea.Model {
|
|
6027
|
-
headers
|
|
6039
|
+
headers?: {
|
|
6028
6040
|
[key: string]: string;
|
|
6029
6041
|
};
|
|
6030
|
-
statusCode
|
|
6031
|
-
body
|
|
6042
|
+
statusCode?: number;
|
|
6043
|
+
body?: DescribeTagKeyListResponseBody;
|
|
6032
6044
|
static names(): {
|
|
6033
6045
|
[key: string]: string;
|
|
6034
6046
|
};
|
|
@@ -6071,11 +6083,11 @@ export declare class DescribeTagValueListResponseBody extends $tea.Model {
|
|
|
6071
6083
|
});
|
|
6072
6084
|
}
|
|
6073
6085
|
export declare class DescribeTagValueListResponse extends $tea.Model {
|
|
6074
|
-
headers
|
|
6086
|
+
headers?: {
|
|
6075
6087
|
[key: string]: string;
|
|
6076
6088
|
};
|
|
6077
|
-
statusCode
|
|
6078
|
-
body
|
|
6089
|
+
statusCode?: number;
|
|
6090
|
+
body?: DescribeTagValueListResponseBody;
|
|
6079
6091
|
static names(): {
|
|
6080
6092
|
[key: string]: string;
|
|
6081
6093
|
};
|
|
@@ -6116,11 +6128,11 @@ export declare class DescribeUnhealthyHostAvailabilityResponseBody extends $tea.
|
|
|
6116
6128
|
});
|
|
6117
6129
|
}
|
|
6118
6130
|
export declare class DescribeUnhealthyHostAvailabilityResponse extends $tea.Model {
|
|
6119
|
-
headers
|
|
6131
|
+
headers?: {
|
|
6120
6132
|
[key: string]: string;
|
|
6121
6133
|
};
|
|
6122
|
-
statusCode
|
|
6123
|
-
body
|
|
6134
|
+
statusCode?: number;
|
|
6135
|
+
body?: DescribeUnhealthyHostAvailabilityResponseBody;
|
|
6124
6136
|
static names(): {
|
|
6125
6137
|
[key: string]: string;
|
|
6126
6138
|
};
|
|
@@ -6160,11 +6172,11 @@ export declare class DisableActiveMetricRuleResponseBody extends $tea.Model {
|
|
|
6160
6172
|
});
|
|
6161
6173
|
}
|
|
6162
6174
|
export declare class DisableActiveMetricRuleResponse extends $tea.Model {
|
|
6163
|
-
headers
|
|
6175
|
+
headers?: {
|
|
6164
6176
|
[key: string]: string;
|
|
6165
6177
|
};
|
|
6166
|
-
statusCode
|
|
6167
|
-
body
|
|
6178
|
+
statusCode?: number;
|
|
6179
|
+
body?: DisableActiveMetricRuleResponseBody;
|
|
6168
6180
|
static names(): {
|
|
6169
6181
|
[key: string]: string;
|
|
6170
6182
|
};
|
|
@@ -6204,11 +6216,11 @@ export declare class DisableEventRulesResponseBody extends $tea.Model {
|
|
|
6204
6216
|
});
|
|
6205
6217
|
}
|
|
6206
6218
|
export declare class DisableEventRulesResponse extends $tea.Model {
|
|
6207
|
-
headers
|
|
6219
|
+
headers?: {
|
|
6208
6220
|
[key: string]: string;
|
|
6209
6221
|
};
|
|
6210
|
-
statusCode
|
|
6211
|
-
body
|
|
6222
|
+
statusCode?: number;
|
|
6223
|
+
body?: DisableEventRulesResponseBody;
|
|
6212
6224
|
static names(): {
|
|
6213
6225
|
[key: string]: string;
|
|
6214
6226
|
};
|
|
@@ -6248,11 +6260,11 @@ export declare class DisableHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6248
6260
|
});
|
|
6249
6261
|
}
|
|
6250
6262
|
export declare class DisableHostAvailabilityResponse extends $tea.Model {
|
|
6251
|
-
headers
|
|
6263
|
+
headers?: {
|
|
6252
6264
|
[key: string]: string;
|
|
6253
6265
|
};
|
|
6254
|
-
statusCode
|
|
6255
|
-
body
|
|
6266
|
+
statusCode?: number;
|
|
6267
|
+
body?: DisableHostAvailabilityResponseBody;
|
|
6256
6268
|
static names(): {
|
|
6257
6269
|
[key: string]: string;
|
|
6258
6270
|
};
|
|
@@ -6292,11 +6304,11 @@ export declare class DisableMetricRulesResponseBody extends $tea.Model {
|
|
|
6292
6304
|
});
|
|
6293
6305
|
}
|
|
6294
6306
|
export declare class DisableMetricRulesResponse extends $tea.Model {
|
|
6295
|
-
headers
|
|
6307
|
+
headers?: {
|
|
6296
6308
|
[key: string]: string;
|
|
6297
6309
|
};
|
|
6298
|
-
statusCode
|
|
6299
|
-
body
|
|
6310
|
+
statusCode?: number;
|
|
6311
|
+
body?: DisableMetricRulesResponseBody;
|
|
6300
6312
|
static names(): {
|
|
6301
6313
|
[key: string]: string;
|
|
6302
6314
|
};
|
|
@@ -6337,11 +6349,11 @@ export declare class DisableSiteMonitorsResponseBody extends $tea.Model {
|
|
|
6337
6349
|
});
|
|
6338
6350
|
}
|
|
6339
6351
|
export declare class DisableSiteMonitorsResponse extends $tea.Model {
|
|
6340
|
-
headers
|
|
6352
|
+
headers?: {
|
|
6341
6353
|
[key: string]: string;
|
|
6342
6354
|
};
|
|
6343
|
-
statusCode
|
|
6344
|
-
body
|
|
6355
|
+
statusCode?: number;
|
|
6356
|
+
body?: DisableSiteMonitorsResponseBody;
|
|
6345
6357
|
static names(): {
|
|
6346
6358
|
[key: string]: string;
|
|
6347
6359
|
};
|
|
@@ -6381,11 +6393,11 @@ export declare class EnableActiveMetricRuleResponseBody extends $tea.Model {
|
|
|
6381
6393
|
});
|
|
6382
6394
|
}
|
|
6383
6395
|
export declare class EnableActiveMetricRuleResponse extends $tea.Model {
|
|
6384
|
-
headers
|
|
6396
|
+
headers?: {
|
|
6385
6397
|
[key: string]: string;
|
|
6386
6398
|
};
|
|
6387
|
-
statusCode
|
|
6388
|
-
body
|
|
6399
|
+
statusCode?: number;
|
|
6400
|
+
body?: EnableActiveMetricRuleResponseBody;
|
|
6389
6401
|
static names(): {
|
|
6390
6402
|
[key: string]: string;
|
|
6391
6403
|
};
|
|
@@ -6425,11 +6437,11 @@ export declare class EnableEventRulesResponseBody extends $tea.Model {
|
|
|
6425
6437
|
});
|
|
6426
6438
|
}
|
|
6427
6439
|
export declare class EnableEventRulesResponse extends $tea.Model {
|
|
6428
|
-
headers
|
|
6440
|
+
headers?: {
|
|
6429
6441
|
[key: string]: string;
|
|
6430
6442
|
};
|
|
6431
|
-
statusCode
|
|
6432
|
-
body
|
|
6443
|
+
statusCode?: number;
|
|
6444
|
+
body?: EnableEventRulesResponseBody;
|
|
6433
6445
|
static names(): {
|
|
6434
6446
|
[key: string]: string;
|
|
6435
6447
|
};
|
|
@@ -6469,11 +6481,11 @@ export declare class EnableHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6469
6481
|
});
|
|
6470
6482
|
}
|
|
6471
6483
|
export declare class EnableHostAvailabilityResponse extends $tea.Model {
|
|
6472
|
-
headers
|
|
6484
|
+
headers?: {
|
|
6473
6485
|
[key: string]: string;
|
|
6474
6486
|
};
|
|
6475
|
-
statusCode
|
|
6476
|
-
body
|
|
6487
|
+
statusCode?: number;
|
|
6488
|
+
body?: EnableHostAvailabilityResponseBody;
|
|
6477
6489
|
static names(): {
|
|
6478
6490
|
[key: string]: string;
|
|
6479
6491
|
};
|
|
@@ -6515,11 +6527,11 @@ export declare class EnableMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
6515
6527
|
});
|
|
6516
6528
|
}
|
|
6517
6529
|
export declare class EnableMetricRuleBlackListResponse extends $tea.Model {
|
|
6518
|
-
headers
|
|
6530
|
+
headers?: {
|
|
6519
6531
|
[key: string]: string;
|
|
6520
6532
|
};
|
|
6521
|
-
statusCode
|
|
6522
|
-
body
|
|
6533
|
+
statusCode?: number;
|
|
6534
|
+
body?: EnableMetricRuleBlackListResponseBody;
|
|
6523
6535
|
static names(): {
|
|
6524
6536
|
[key: string]: string;
|
|
6525
6537
|
};
|
|
@@ -6559,11 +6571,11 @@ export declare class EnableMetricRulesResponseBody extends $tea.Model {
|
|
|
6559
6571
|
});
|
|
6560
6572
|
}
|
|
6561
6573
|
export declare class EnableMetricRulesResponse extends $tea.Model {
|
|
6562
|
-
headers
|
|
6574
|
+
headers?: {
|
|
6563
6575
|
[key: string]: string;
|
|
6564
6576
|
};
|
|
6565
|
-
statusCode
|
|
6566
|
-
body
|
|
6577
|
+
statusCode?: number;
|
|
6578
|
+
body?: EnableMetricRulesResponseBody;
|
|
6567
6579
|
static names(): {
|
|
6568
6580
|
[key: string]: string;
|
|
6569
6581
|
};
|
|
@@ -6604,11 +6616,11 @@ export declare class EnableSiteMonitorsResponseBody extends $tea.Model {
|
|
|
6604
6616
|
});
|
|
6605
6617
|
}
|
|
6606
6618
|
export declare class EnableSiteMonitorsResponse extends $tea.Model {
|
|
6607
|
-
headers
|
|
6619
|
+
headers?: {
|
|
6608
6620
|
[key: string]: string;
|
|
6609
6621
|
};
|
|
6610
|
-
statusCode
|
|
6611
|
-
body
|
|
6622
|
+
statusCode?: number;
|
|
6623
|
+
body?: EnableSiteMonitorsResponseBody;
|
|
6612
6624
|
static names(): {
|
|
6613
6625
|
[key: string]: string;
|
|
6614
6626
|
};
|
|
@@ -6650,11 +6662,11 @@ export declare class InstallMonitoringAgentResponseBody extends $tea.Model {
|
|
|
6650
6662
|
});
|
|
6651
6663
|
}
|
|
6652
6664
|
export declare class InstallMonitoringAgentResponse extends $tea.Model {
|
|
6653
|
-
headers
|
|
6665
|
+
headers?: {
|
|
6654
6666
|
[key: string]: string;
|
|
6655
6667
|
};
|
|
6656
|
-
statusCode
|
|
6657
|
-
body
|
|
6668
|
+
statusCode?: number;
|
|
6669
|
+
body?: InstallMonitoringAgentResponseBody;
|
|
6658
6670
|
static names(): {
|
|
6659
6671
|
[key: string]: string;
|
|
6660
6672
|
};
|
|
@@ -6697,11 +6709,11 @@ export declare class ModifyGroupMonitoringAgentProcessResponseBody extends $tea.
|
|
|
6697
6709
|
});
|
|
6698
6710
|
}
|
|
6699
6711
|
export declare class ModifyGroupMonitoringAgentProcessResponse extends $tea.Model {
|
|
6700
|
-
headers
|
|
6712
|
+
headers?: {
|
|
6701
6713
|
[key: string]: string;
|
|
6702
6714
|
};
|
|
6703
|
-
statusCode
|
|
6704
|
-
body
|
|
6715
|
+
statusCode?: number;
|
|
6716
|
+
body?: ModifyGroupMonitoringAgentProcessResponseBody;
|
|
6705
6717
|
static names(): {
|
|
6706
6718
|
[key: string]: string;
|
|
6707
6719
|
};
|
|
@@ -6749,11 +6761,11 @@ export declare class ModifyHostAvailabilityResponseBody extends $tea.Model {
|
|
|
6749
6761
|
});
|
|
6750
6762
|
}
|
|
6751
6763
|
export declare class ModifyHostAvailabilityResponse extends $tea.Model {
|
|
6752
|
-
headers
|
|
6764
|
+
headers?: {
|
|
6753
6765
|
[key: string]: string;
|
|
6754
6766
|
};
|
|
6755
|
-
statusCode
|
|
6756
|
-
body
|
|
6767
|
+
statusCode?: number;
|
|
6768
|
+
body?: ModifyHostAvailabilityResponseBody;
|
|
6757
6769
|
static names(): {
|
|
6758
6770
|
[key: string]: string;
|
|
6759
6771
|
};
|
|
@@ -6794,11 +6806,11 @@ export declare class ModifyHostInfoResponseBody extends $tea.Model {
|
|
|
6794
6806
|
});
|
|
6795
6807
|
}
|
|
6796
6808
|
export declare class ModifyHostInfoResponse extends $tea.Model {
|
|
6797
|
-
headers
|
|
6809
|
+
headers?: {
|
|
6798
6810
|
[key: string]: string;
|
|
6799
6811
|
};
|
|
6800
|
-
statusCode
|
|
6801
|
-
body
|
|
6812
|
+
statusCode?: number;
|
|
6813
|
+
body?: ModifyHostInfoResponseBody;
|
|
6802
6814
|
static names(): {
|
|
6803
6815
|
[key: string]: string;
|
|
6804
6816
|
};
|
|
@@ -6840,11 +6852,11 @@ export declare class ModifyHybridMonitorNamespaceResponseBody extends $tea.Model
|
|
|
6840
6852
|
});
|
|
6841
6853
|
}
|
|
6842
6854
|
export declare class ModifyHybridMonitorNamespaceResponse extends $tea.Model {
|
|
6843
|
-
headers
|
|
6855
|
+
headers?: {
|
|
6844
6856
|
[key: string]: string;
|
|
6845
6857
|
};
|
|
6846
|
-
statusCode
|
|
6847
|
-
body
|
|
6858
|
+
statusCode?: number;
|
|
6859
|
+
body?: ModifyHybridMonitorNamespaceResponseBody;
|
|
6848
6860
|
static names(): {
|
|
6849
6861
|
[key: string]: string;
|
|
6850
6862
|
};
|
|
@@ -6886,11 +6898,11 @@ export declare class ModifyHybridMonitorSLSGroupResponseBody extends $tea.Model
|
|
|
6886
6898
|
});
|
|
6887
6899
|
}
|
|
6888
6900
|
export declare class ModifyHybridMonitorSLSGroupResponse extends $tea.Model {
|
|
6889
|
-
headers
|
|
6901
|
+
headers?: {
|
|
6890
6902
|
[key: string]: string;
|
|
6891
6903
|
};
|
|
6892
|
-
statusCode
|
|
6893
|
-
body
|
|
6904
|
+
statusCode?: number;
|
|
6905
|
+
body?: ModifyHybridMonitorSLSGroupResponseBody;
|
|
6894
6906
|
static names(): {
|
|
6895
6907
|
[key: string]: string;
|
|
6896
6908
|
};
|
|
@@ -6935,11 +6947,11 @@ export declare class ModifyHybridMonitorTaskResponseBody extends $tea.Model {
|
|
|
6935
6947
|
});
|
|
6936
6948
|
}
|
|
6937
6949
|
export declare class ModifyHybridMonitorTaskResponse extends $tea.Model {
|
|
6938
|
-
headers
|
|
6950
|
+
headers?: {
|
|
6939
6951
|
[key: string]: string;
|
|
6940
6952
|
};
|
|
6941
|
-
statusCode
|
|
6942
|
-
body
|
|
6953
|
+
statusCode?: number;
|
|
6954
|
+
body?: ModifyHybridMonitorTaskResponseBody;
|
|
6943
6955
|
static names(): {
|
|
6944
6956
|
[key: string]: string;
|
|
6945
6957
|
};
|
|
@@ -6990,11 +7002,11 @@ export declare class ModifyMetricRuleBlackListResponseBody extends $tea.Model {
|
|
|
6990
7002
|
});
|
|
6991
7003
|
}
|
|
6992
7004
|
export declare class ModifyMetricRuleBlackListResponse extends $tea.Model {
|
|
6993
|
-
headers
|
|
7005
|
+
headers?: {
|
|
6994
7006
|
[key: string]: string;
|
|
6995
7007
|
};
|
|
6996
|
-
statusCode
|
|
6997
|
-
body
|
|
7008
|
+
statusCode?: number;
|
|
7009
|
+
body?: ModifyMetricRuleBlackListResponseBody;
|
|
6998
7010
|
static names(): {
|
|
6999
7011
|
[key: string]: string;
|
|
7000
7012
|
};
|
|
@@ -7038,11 +7050,11 @@ export declare class ModifyMetricRuleTemplateResponseBody extends $tea.Model {
|
|
|
7038
7050
|
});
|
|
7039
7051
|
}
|
|
7040
7052
|
export declare class ModifyMetricRuleTemplateResponse extends $tea.Model {
|
|
7041
|
-
headers
|
|
7053
|
+
headers?: {
|
|
7042
7054
|
[key: string]: string;
|
|
7043
7055
|
};
|
|
7044
|
-
statusCode
|
|
7045
|
-
body
|
|
7056
|
+
statusCode?: number;
|
|
7057
|
+
body?: ModifyMetricRuleTemplateResponseBody;
|
|
7046
7058
|
static names(): {
|
|
7047
7059
|
[key: string]: string;
|
|
7048
7060
|
};
|
|
@@ -7084,11 +7096,11 @@ export declare class ModifyMonitorGroupResponseBody extends $tea.Model {
|
|
|
7084
7096
|
});
|
|
7085
7097
|
}
|
|
7086
7098
|
export declare class ModifyMonitorGroupResponse extends $tea.Model {
|
|
7087
|
-
headers
|
|
7099
|
+
headers?: {
|
|
7088
7100
|
[key: string]: string;
|
|
7089
7101
|
};
|
|
7090
|
-
statusCode
|
|
7091
|
-
body
|
|
7102
|
+
statusCode?: number;
|
|
7103
|
+
body?: ModifyMonitorGroupResponseBody;
|
|
7092
7104
|
static names(): {
|
|
7093
7105
|
[key: string]: string;
|
|
7094
7106
|
};
|
|
@@ -7129,11 +7141,11 @@ export declare class ModifyMonitorGroupInstancesResponseBody extends $tea.Model
|
|
|
7129
7141
|
});
|
|
7130
7142
|
}
|
|
7131
7143
|
export declare class ModifyMonitorGroupInstancesResponse extends $tea.Model {
|
|
7132
|
-
headers
|
|
7144
|
+
headers?: {
|
|
7133
7145
|
[key: string]: string;
|
|
7134
7146
|
};
|
|
7135
|
-
statusCode
|
|
7136
|
-
body
|
|
7147
|
+
statusCode?: number;
|
|
7148
|
+
body?: ModifyMonitorGroupInstancesResponseBody;
|
|
7137
7149
|
static names(): {
|
|
7138
7150
|
[key: string]: string;
|
|
7139
7151
|
};
|
|
@@ -7182,11 +7194,11 @@ export declare class ModifySiteMonitorResponseBody extends $tea.Model {
|
|
|
7182
7194
|
});
|
|
7183
7195
|
}
|
|
7184
7196
|
export declare class ModifySiteMonitorResponse extends $tea.Model {
|
|
7185
|
-
headers
|
|
7197
|
+
headers?: {
|
|
7186
7198
|
[key: string]: string;
|
|
7187
7199
|
};
|
|
7188
|
-
statusCode
|
|
7189
|
-
body
|
|
7200
|
+
statusCode?: number;
|
|
7201
|
+
body?: ModifySiteMonitorResponseBody;
|
|
7190
7202
|
static names(): {
|
|
7191
7203
|
[key: string]: string;
|
|
7192
7204
|
};
|
|
@@ -7211,11 +7223,11 @@ export declare class OpenCmsServiceResponseBody extends $tea.Model {
|
|
|
7211
7223
|
});
|
|
7212
7224
|
}
|
|
7213
7225
|
export declare class OpenCmsServiceResponse extends $tea.Model {
|
|
7214
|
-
headers
|
|
7226
|
+
headers?: {
|
|
7215
7227
|
[key: string]: string;
|
|
7216
7228
|
};
|
|
7217
|
-
statusCode
|
|
7218
|
-
body
|
|
7229
|
+
statusCode?: number;
|
|
7230
|
+
body?: OpenCmsServiceResponseBody;
|
|
7219
7231
|
static names(): {
|
|
7220
7232
|
[key: string]: string;
|
|
7221
7233
|
};
|
|
@@ -7257,11 +7269,11 @@ export declare class PutContactResponseBody extends $tea.Model {
|
|
|
7257
7269
|
});
|
|
7258
7270
|
}
|
|
7259
7271
|
export declare class PutContactResponse extends $tea.Model {
|
|
7260
|
-
headers
|
|
7272
|
+
headers?: {
|
|
7261
7273
|
[key: string]: string;
|
|
7262
7274
|
};
|
|
7263
|
-
statusCode
|
|
7264
|
-
body
|
|
7275
|
+
statusCode?: number;
|
|
7276
|
+
body?: PutContactResponseBody;
|
|
7265
7277
|
static names(): {
|
|
7266
7278
|
[key: string]: string;
|
|
7267
7279
|
};
|
|
@@ -7303,11 +7315,11 @@ export declare class PutContactGroupResponseBody extends $tea.Model {
|
|
|
7303
7315
|
});
|
|
7304
7316
|
}
|
|
7305
7317
|
export declare class PutContactGroupResponse extends $tea.Model {
|
|
7306
|
-
headers
|
|
7318
|
+
headers?: {
|
|
7307
7319
|
[key: string]: string;
|
|
7308
7320
|
};
|
|
7309
|
-
statusCode
|
|
7310
|
-
body
|
|
7321
|
+
statusCode?: number;
|
|
7322
|
+
body?: PutContactGroupResponseBody;
|
|
7311
7323
|
static names(): {
|
|
7312
7324
|
[key: string]: string;
|
|
7313
7325
|
};
|
|
@@ -7346,11 +7358,11 @@ export declare class PutCustomEventResponseBody extends $tea.Model {
|
|
|
7346
7358
|
});
|
|
7347
7359
|
}
|
|
7348
7360
|
export declare class PutCustomEventResponse extends $tea.Model {
|
|
7349
|
-
headers
|
|
7361
|
+
headers?: {
|
|
7350
7362
|
[key: string]: string;
|
|
7351
7363
|
};
|
|
7352
|
-
statusCode
|
|
7353
|
-
body
|
|
7364
|
+
statusCode?: number;
|
|
7365
|
+
body?: PutCustomEventResponseBody;
|
|
7354
7366
|
static names(): {
|
|
7355
7367
|
[key: string]: string;
|
|
7356
7368
|
};
|
|
@@ -7399,11 +7411,11 @@ export declare class PutCustomEventRuleResponseBody extends $tea.Model {
|
|
|
7399
7411
|
});
|
|
7400
7412
|
}
|
|
7401
7413
|
export declare class PutCustomEventRuleResponse extends $tea.Model {
|
|
7402
|
-
headers
|
|
7414
|
+
headers?: {
|
|
7403
7415
|
[key: string]: string;
|
|
7404
7416
|
};
|
|
7405
|
-
statusCode
|
|
7406
|
-
body
|
|
7417
|
+
statusCode?: number;
|
|
7418
|
+
body?: PutCustomEventRuleResponseBody;
|
|
7407
7419
|
static names(): {
|
|
7408
7420
|
[key: string]: string;
|
|
7409
7421
|
};
|
|
@@ -7442,11 +7454,11 @@ export declare class PutCustomMetricResponseBody extends $tea.Model {
|
|
|
7442
7454
|
});
|
|
7443
7455
|
}
|
|
7444
7456
|
export declare class PutCustomMetricResponse extends $tea.Model {
|
|
7445
|
-
headers
|
|
7457
|
+
headers?: {
|
|
7446
7458
|
[key: string]: string;
|
|
7447
7459
|
};
|
|
7448
|
-
statusCode
|
|
7449
|
-
body
|
|
7460
|
+
statusCode?: number;
|
|
7461
|
+
body?: PutCustomMetricResponseBody;
|
|
7450
7462
|
static names(): {
|
|
7451
7463
|
[key: string]: string;
|
|
7452
7464
|
};
|
|
@@ -7500,11 +7512,11 @@ export declare class PutCustomMetricRuleResponseBody extends $tea.Model {
|
|
|
7500
7512
|
});
|
|
7501
7513
|
}
|
|
7502
7514
|
export declare class PutCustomMetricRuleResponse extends $tea.Model {
|
|
7503
|
-
headers
|
|
7515
|
+
headers?: {
|
|
7504
7516
|
[key: string]: string;
|
|
7505
7517
|
};
|
|
7506
|
-
statusCode
|
|
7507
|
-
body
|
|
7518
|
+
statusCode?: number;
|
|
7519
|
+
body?: PutCustomMetricRuleResponseBody;
|
|
7508
7520
|
static names(): {
|
|
7509
7521
|
[key: string]: string;
|
|
7510
7522
|
};
|
|
@@ -7551,11 +7563,11 @@ export declare class PutEventRuleResponseBody extends $tea.Model {
|
|
|
7551
7563
|
});
|
|
7552
7564
|
}
|
|
7553
7565
|
export declare class PutEventRuleResponse extends $tea.Model {
|
|
7554
|
-
headers
|
|
7566
|
+
headers?: {
|
|
7555
7567
|
[key: string]: string;
|
|
7556
7568
|
};
|
|
7557
|
-
statusCode
|
|
7558
|
-
body
|
|
7569
|
+
statusCode?: number;
|
|
7570
|
+
body?: PutEventRuleResponseBody;
|
|
7559
7571
|
static names(): {
|
|
7560
7572
|
[key: string]: string;
|
|
7561
7573
|
};
|
|
@@ -7605,11 +7617,11 @@ export declare class PutEventRuleTargetsResponseBody extends $tea.Model {
|
|
|
7605
7617
|
});
|
|
7606
7618
|
}
|
|
7607
7619
|
export declare class PutEventRuleTargetsResponse extends $tea.Model {
|
|
7608
|
-
headers
|
|
7620
|
+
headers?: {
|
|
7609
7621
|
[key: string]: string;
|
|
7610
7622
|
};
|
|
7611
|
-
statusCode
|
|
7612
|
-
body
|
|
7623
|
+
statusCode?: number;
|
|
7624
|
+
body?: PutEventRuleTargetsResponseBody;
|
|
7613
7625
|
static names(): {
|
|
7614
7626
|
[key: string]: string;
|
|
7615
7627
|
};
|
|
@@ -7652,11 +7664,11 @@ export declare class PutExporterOutputResponseBody extends $tea.Model {
|
|
|
7652
7664
|
});
|
|
7653
7665
|
}
|
|
7654
7666
|
export declare class PutExporterOutputResponse extends $tea.Model {
|
|
7655
|
-
headers
|
|
7667
|
+
headers?: {
|
|
7656
7668
|
[key: string]: string;
|
|
7657
7669
|
};
|
|
7658
|
-
statusCode
|
|
7659
|
-
body
|
|
7670
|
+
statusCode?: number;
|
|
7671
|
+
body?: PutExporterOutputResponseBody;
|
|
7660
7672
|
static names(): {
|
|
7661
7673
|
[key: string]: string;
|
|
7662
7674
|
};
|
|
@@ -7701,11 +7713,11 @@ export declare class PutExporterRuleResponseBody extends $tea.Model {
|
|
|
7701
7713
|
});
|
|
7702
7714
|
}
|
|
7703
7715
|
export declare class PutExporterRuleResponse extends $tea.Model {
|
|
7704
|
-
headers
|
|
7716
|
+
headers?: {
|
|
7705
7717
|
[key: string]: string;
|
|
7706
7718
|
};
|
|
7707
|
-
statusCode
|
|
7708
|
-
body
|
|
7719
|
+
statusCode?: number;
|
|
7720
|
+
body?: PutExporterRuleResponseBody;
|
|
7709
7721
|
static names(): {
|
|
7710
7722
|
[key: string]: string;
|
|
7711
7723
|
};
|
|
@@ -7731,6 +7743,7 @@ export declare class PutGroupMetricRuleRequest extends $tea.Model {
|
|
|
7731
7743
|
namespace?: string;
|
|
7732
7744
|
noDataPolicy?: string;
|
|
7733
7745
|
noEffectiveInterval?: string;
|
|
7746
|
+
options?: string;
|
|
7734
7747
|
period?: string;
|
|
7735
7748
|
ruleId?: string;
|
|
7736
7749
|
ruleName?: string;
|
|
@@ -7763,11 +7776,11 @@ export declare class PutGroupMetricRuleResponseBody extends $tea.Model {
|
|
|
7763
7776
|
});
|
|
7764
7777
|
}
|
|
7765
7778
|
export declare class PutGroupMetricRuleResponse extends $tea.Model {
|
|
7766
|
-
headers
|
|
7779
|
+
headers?: {
|
|
7767
7780
|
[key: string]: string;
|
|
7768
7781
|
};
|
|
7769
|
-
statusCode
|
|
7770
|
-
body
|
|
7782
|
+
statusCode?: number;
|
|
7783
|
+
body?: PutGroupMetricRuleResponseBody;
|
|
7771
7784
|
static names(): {
|
|
7772
7785
|
[key: string]: string;
|
|
7773
7786
|
};
|
|
@@ -7807,11 +7820,11 @@ export declare class PutHybridMonitorMetricDataResponseBody extends $tea.Model {
|
|
|
7807
7820
|
});
|
|
7808
7821
|
}
|
|
7809
7822
|
export declare class PutHybridMonitorMetricDataResponse extends $tea.Model {
|
|
7810
|
-
headers
|
|
7823
|
+
headers?: {
|
|
7811
7824
|
[key: string]: string;
|
|
7812
7825
|
};
|
|
7813
|
-
statusCode
|
|
7814
|
-
body
|
|
7826
|
+
statusCode?: number;
|
|
7827
|
+
body?: PutHybridMonitorMetricDataResponseBody;
|
|
7815
7828
|
static names(): {
|
|
7816
7829
|
[key: string]: string;
|
|
7817
7830
|
};
|
|
@@ -7864,11 +7877,11 @@ export declare class PutLogMonitorResponseBody extends $tea.Model {
|
|
|
7864
7877
|
});
|
|
7865
7878
|
}
|
|
7866
7879
|
export declare class PutLogMonitorResponse extends $tea.Model {
|
|
7867
|
-
headers
|
|
7880
|
+
headers?: {
|
|
7868
7881
|
[key: string]: string;
|
|
7869
7882
|
};
|
|
7870
|
-
statusCode
|
|
7871
|
-
body
|
|
7883
|
+
statusCode?: number;
|
|
7884
|
+
body?: PutLogMonitorResponseBody;
|
|
7872
7885
|
static names(): {
|
|
7873
7886
|
[key: string]: string;
|
|
7874
7887
|
};
|
|
@@ -7910,11 +7923,11 @@ export declare class PutMetricRuleTargetsResponseBody extends $tea.Model {
|
|
|
7910
7923
|
});
|
|
7911
7924
|
}
|
|
7912
7925
|
export declare class PutMetricRuleTargetsResponse extends $tea.Model {
|
|
7913
|
-
headers
|
|
7926
|
+
headers?: {
|
|
7914
7927
|
[key: string]: string;
|
|
7915
7928
|
};
|
|
7916
|
-
statusCode
|
|
7917
|
-
body
|
|
7929
|
+
statusCode?: number;
|
|
7930
|
+
body?: PutMetricRuleTargetsResponseBody;
|
|
7918
7931
|
static names(): {
|
|
7919
7932
|
[key: string]: string;
|
|
7920
7933
|
};
|
|
@@ -7956,11 +7969,11 @@ export declare class PutMonitorGroupDynamicRuleResponseBody extends $tea.Model {
|
|
|
7956
7969
|
});
|
|
7957
7970
|
}
|
|
7958
7971
|
export declare class PutMonitorGroupDynamicRuleResponse extends $tea.Model {
|
|
7959
|
-
headers
|
|
7972
|
+
headers?: {
|
|
7960
7973
|
[key: string]: string;
|
|
7961
7974
|
};
|
|
7962
|
-
statusCode
|
|
7963
|
-
body
|
|
7975
|
+
statusCode?: number;
|
|
7976
|
+
body?: PutMonitorGroupDynamicRuleResponseBody;
|
|
7964
7977
|
static names(): {
|
|
7965
7978
|
[key: string]: string;
|
|
7966
7979
|
};
|
|
@@ -8001,11 +8014,11 @@ export declare class PutMonitoringConfigResponseBody extends $tea.Model {
|
|
|
8001
8014
|
});
|
|
8002
8015
|
}
|
|
8003
8016
|
export declare class PutMonitoringConfigResponse extends $tea.Model {
|
|
8004
|
-
headers
|
|
8017
|
+
headers?: {
|
|
8005
8018
|
[key: string]: string;
|
|
8006
8019
|
};
|
|
8007
|
-
statusCode
|
|
8008
|
-
body
|
|
8020
|
+
statusCode?: number;
|
|
8021
|
+
body?: PutMonitoringConfigResponseBody;
|
|
8009
8022
|
static names(): {
|
|
8010
8023
|
[key: string]: string;
|
|
8011
8024
|
};
|
|
@@ -8090,11 +8103,11 @@ export declare class PutResourceMetricRuleResponseBody extends $tea.Model {
|
|
|
8090
8103
|
});
|
|
8091
8104
|
}
|
|
8092
8105
|
export declare class PutResourceMetricRuleResponse extends $tea.Model {
|
|
8093
|
-
headers
|
|
8106
|
+
headers?: {
|
|
8094
8107
|
[key: string]: string;
|
|
8095
8108
|
};
|
|
8096
|
-
statusCode
|
|
8097
|
-
body
|
|
8109
|
+
statusCode?: number;
|
|
8110
|
+
body?: PutResourceMetricRuleResponseBody;
|
|
8098
8111
|
static names(): {
|
|
8099
8112
|
[key: string]: string;
|
|
8100
8113
|
};
|
|
@@ -8134,11 +8147,11 @@ export declare class PutResourceMetricRulesResponseBody extends $tea.Model {
|
|
|
8134
8147
|
});
|
|
8135
8148
|
}
|
|
8136
8149
|
export declare class PutResourceMetricRulesResponse extends $tea.Model {
|
|
8137
|
-
headers
|
|
8150
|
+
headers?: {
|
|
8138
8151
|
[key: string]: string;
|
|
8139
8152
|
};
|
|
8140
|
-
statusCode
|
|
8141
|
-
body
|
|
8153
|
+
statusCode?: number;
|
|
8154
|
+
body?: PutResourceMetricRulesResponseBody;
|
|
8142
8155
|
static names(): {
|
|
8143
8156
|
[key: string]: string;
|
|
8144
8157
|
};
|
|
@@ -8180,11 +8193,11 @@ export declare class RemoveTagsResponseBody extends $tea.Model {
|
|
|
8180
8193
|
});
|
|
8181
8194
|
}
|
|
8182
8195
|
export declare class RemoveTagsResponse extends $tea.Model {
|
|
8183
|
-
headers
|
|
8196
|
+
headers?: {
|
|
8184
8197
|
[key: string]: string;
|
|
8185
8198
|
};
|
|
8186
|
-
statusCode
|
|
8187
|
-
body
|
|
8199
|
+
statusCode?: number;
|
|
8200
|
+
body?: RemoveTagsResponseBody;
|
|
8188
8201
|
static names(): {
|
|
8189
8202
|
[key: string]: string;
|
|
8190
8203
|
};
|
|
@@ -8227,11 +8240,11 @@ export declare class SendDryRunSystemEventResponseBody extends $tea.Model {
|
|
|
8227
8240
|
});
|
|
8228
8241
|
}
|
|
8229
8242
|
export declare class SendDryRunSystemEventResponse extends $tea.Model {
|
|
8230
|
-
headers
|
|
8243
|
+
headers?: {
|
|
8231
8244
|
[key: string]: string;
|
|
8232
8245
|
};
|
|
8233
|
-
statusCode
|
|
8234
|
-
body
|
|
8246
|
+
statusCode?: number;
|
|
8247
|
+
body?: SendDryRunSystemEventResponseBody;
|
|
8235
8248
|
static names(): {
|
|
8236
8249
|
[key: string]: string;
|
|
8237
8250
|
};
|
|
@@ -8271,11 +8284,11 @@ export declare class UninstallMonitoringAgentResponseBody extends $tea.Model {
|
|
|
8271
8284
|
});
|
|
8272
8285
|
}
|
|
8273
8286
|
export declare class UninstallMonitoringAgentResponse extends $tea.Model {
|
|
8274
|
-
headers
|
|
8287
|
+
headers?: {
|
|
8275
8288
|
[key: string]: string;
|
|
8276
8289
|
};
|
|
8277
|
-
statusCode
|
|
8278
|
-
body
|
|
8290
|
+
statusCode?: number;
|
|
8291
|
+
body?: UninstallMonitoringAgentResponseBody;
|
|
8279
8292
|
static names(): {
|
|
8280
8293
|
[key: string]: string;
|
|
8281
8294
|
};
|
|
@@ -8968,6 +8981,7 @@ export declare class CreateGroupMetricRulesRequestGroupMetricRules extends $tea.
|
|
|
8968
8981
|
namespace?: string;
|
|
8969
8982
|
noDataPolicy?: string;
|
|
8970
8983
|
noEffectiveInterval?: string;
|
|
8984
|
+
options?: string;
|
|
8971
8985
|
period?: string;
|
|
8972
8986
|
ruleId?: string;
|
|
8973
8987
|
ruleName?: string;
|
|
@@ -12624,6 +12638,7 @@ export declare class DescribeMonitoringAgentProcessesResponseBodyNodeProcesses e
|
|
|
12624
12638
|
});
|
|
12625
12639
|
}
|
|
12626
12640
|
export declare class DescribeMonitoringAgentStatusesResponseBodyNodeStatusListNodeStatus extends $tea.Model {
|
|
12641
|
+
agentInstallErrorCode?: string;
|
|
12627
12642
|
autoInstall?: boolean;
|
|
12628
12643
|
instanceId?: string;
|
|
12629
12644
|
osMonitorConfig?: string;
|
|
@@ -13227,6 +13242,7 @@ export declare class DescribeSiteMonitorQuotaResponseBodyData extends $tea.Model
|
|
|
13227
13242
|
export declare class DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent extends $tea.Model {
|
|
13228
13243
|
content?: string;
|
|
13229
13244
|
groupId?: string;
|
|
13245
|
+
id?: string;
|
|
13230
13246
|
instanceName?: string;
|
|
13231
13247
|
level?: string;
|
|
13232
13248
|
name?: string;
|
|
@@ -14769,8 +14785,10 @@ export default class Client extends OpenApi {
|
|
|
14769
14785
|
*/
|
|
14770
14786
|
createHostAvailability(request: CreateHostAvailabilityRequest): Promise<CreateHostAvailabilityResponse>;
|
|
14771
14787
|
/**
|
|
14772
|
-
*
|
|
14788
|
+
* # [](#)Prerequisites
|
|
14773
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.
|
|
14774
14792
|
*
|
|
14775
14793
|
* @param request CreateHybridMonitorNamespaceRequest
|
|
14776
14794
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14778,8 +14796,10 @@ export default class Client extends OpenApi {
|
|
|
14778
14796
|
*/
|
|
14779
14797
|
createHybridMonitorNamespaceWithOptions(request: CreateHybridMonitorNamespaceRequest, runtime: $Util.RuntimeOptions): Promise<CreateHybridMonitorNamespaceResponse>;
|
|
14780
14798
|
/**
|
|
14781
|
-
*
|
|
14799
|
+
* # [](#)Prerequisites
|
|
14782
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.
|
|
14783
14803
|
*
|
|
14784
14804
|
* @param request CreateHybridMonitorNamespaceRequest
|
|
14785
14805
|
* @return CreateHybridMonitorNamespaceResponse
|
|
@@ -14807,9 +14827,11 @@ export default class Client extends OpenApi {
|
|
|
14807
14827
|
*/
|
|
14808
14828
|
createHybridMonitorSLSGroup(request: CreateHybridMonitorSLSGroupRequest): Promise<CreateHybridMonitorSLSGroupResponse>;
|
|
14809
14829
|
/**
|
|
14810
|
-
*
|
|
14830
|
+
* # [](#)Prerequisites
|
|
14811
14831
|
* * Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14812
|
-
* * 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.
|
|
14813
14835
|
*
|
|
14814
14836
|
* @param request CreateHybridMonitorTaskRequest
|
|
14815
14837
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14817,9 +14839,11 @@ export default class Client extends OpenApi {
|
|
|
14817
14839
|
*/
|
|
14818
14840
|
createHybridMonitorTaskWithOptions(request: CreateHybridMonitorTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateHybridMonitorTaskResponse>;
|
|
14819
14841
|
/**
|
|
14820
|
-
*
|
|
14842
|
+
* # [](#)Prerequisites
|
|
14821
14843
|
* * Hybrid Cloud Monitoring is activated. For more information, see [Activate Hybrid Cloud Monitoring](~~250773~~).
|
|
14822
|
-
* * 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.
|
|
14823
14847
|
*
|
|
14824
14848
|
* @param request CreateHybridMonitorTaskRequest
|
|
14825
14849
|
* @return CreateHybridMonitorTaskResponse
|
|
@@ -15084,7 +15108,8 @@ export default class Client extends OpenApi {
|
|
|
15084
15108
|
*/
|
|
15085
15109
|
describeAlertHistoryList(request: DescribeAlertHistoryListRequest): Promise<DescribeAlertHistoryListResponse>;
|
|
15086
15110
|
/**
|
|
15087
|
-
*
|
|
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.
|
|
15088
15113
|
*
|
|
15089
15114
|
* @param request DescribeAlertLogCountRequest
|
|
15090
15115
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15092,7 +15117,8 @@ export default class Client extends OpenApi {
|
|
|
15092
15117
|
*/
|
|
15093
15118
|
describeAlertLogCountWithOptions(request: DescribeAlertLogCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertLogCountResponse>;
|
|
15094
15119
|
/**
|
|
15095
|
-
*
|
|
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.
|
|
15096
15122
|
*
|
|
15097
15123
|
* @param request DescribeAlertLogCountRequest
|
|
15098
15124
|
* @return DescribeAlertLogCountResponse
|
|
@@ -15114,6 +15140,7 @@ export default class Client extends OpenApi {
|
|
|
15114
15140
|
*/
|
|
15115
15141
|
describeAlertLogHistogram(request: DescribeAlertLogHistogramRequest): Promise<DescribeAlertLogHistogramResponse>;
|
|
15116
15142
|
/**
|
|
15143
|
+
* You can call the operation to query only the alert logs within the last year.
|
|
15117
15144
|
* This topic provides an example to show how to query the alert logs of Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15118
15145
|
*
|
|
15119
15146
|
* @param request DescribeAlertLogListRequest
|
|
@@ -15122,6 +15149,7 @@ export default class Client extends OpenApi {
|
|
|
15122
15149
|
*/
|
|
15123
15150
|
describeAlertLogListWithOptions(request: DescribeAlertLogListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlertLogListResponse>;
|
|
15124
15151
|
/**
|
|
15152
|
+
* You can call the operation to query only the alert logs within the last year.
|
|
15125
15153
|
* This topic provides an example to show how to query the alert logs of Elastic Compute Service (ECS) based on the `product` dimension.
|
|
15126
15154
|
*
|
|
15127
15155
|
* @param request DescribeAlertLogListRequest
|
|
@@ -15222,7 +15250,7 @@ export default class Client extends OpenApi {
|
|
|
15222
15250
|
describeExporterRuleListWithOptions(request: DescribeExporterRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExporterRuleListResponse>;
|
|
15223
15251
|
describeExporterRuleList(request: DescribeExporterRuleListRequest): Promise<DescribeExporterRuleListResponse>;
|
|
15224
15252
|
/**
|
|
15225
|
-
* 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.
|
|
15226
15254
|
*
|
|
15227
15255
|
* @param request DescribeGroupMonitoringAgentProcessRequest
|
|
15228
15256
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15230,7 +15258,7 @@ export default class Client extends OpenApi {
|
|
|
15230
15258
|
*/
|
|
15231
15259
|
describeGroupMonitoringAgentProcessWithOptions(request: DescribeGroupMonitoringAgentProcessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupMonitoringAgentProcessResponse>;
|
|
15232
15260
|
/**
|
|
15233
|
-
* 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.
|
|
15234
15262
|
*
|
|
15235
15263
|
* @param request DescribeGroupMonitoringAgentProcessRequest
|
|
15236
15264
|
* @return DescribeGroupMonitoringAgentProcessResponse
|
|
@@ -16078,7 +16106,7 @@ export default class Client extends OpenApi {
|
|
|
16078
16106
|
*/
|
|
16079
16107
|
putResourceMetricRule(request: PutResourceMetricRuleRequest): Promise<PutResourceMetricRuleResponse>;
|
|
16080
16108
|
/**
|
|
16081
|
-
* 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`.
|
|
16082
16110
|
*
|
|
16083
16111
|
* @param request PutResourceMetricRulesRequest
|
|
16084
16112
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16086,7 +16114,7 @@ export default class Client extends OpenApi {
|
|
|
16086
16114
|
*/
|
|
16087
16115
|
putResourceMetricRulesWithOptions(request: PutResourceMetricRulesRequest, runtime: $Util.RuntimeOptions): Promise<PutResourceMetricRulesResponse>;
|
|
16088
16116
|
/**
|
|
16089
|
-
* 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`.
|
|
16090
16118
|
*
|
|
16091
16119
|
* @param request PutResourceMetricRulesRequest
|
|
16092
16120
|
* @return PutResourceMetricRulesResponse
|