tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1131.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cds/cds_client.py +11 -64
- tccli/services/cds/v20180420/api.json +0 -42
- tccli/services/cds/v20180420/examples.json +0 -8
- tccli/services/cdwch/v20200915/api.json +30 -0
- tccli/services/ciam/v20220331/api.json +92 -104
- tccli/services/cls/v20201016/api.json +5 -5
- tccli/services/cynosdb/v20190107/api.json +47 -2
- tccli/services/domain/v20180808/api.json +39 -39
- tccli/services/ess/v20201111/api.json +7 -7
- tccli/services/essbasic/v20210526/api.json +10 -1
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +15 -15
- tccli/services/mongodb/v20190725/api.json +50 -20
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/privatedns/v20201028/api.json +5 -5
- tccli/services/privatedns/v20201028/examples.json +1 -1
- tccli/services/redis/redis_client.py +220 -8
- tccli/services/redis/v20180412/api.json +251 -20
- tccli/services/redis/v20180412/examples.json +32 -0
- tccli/services/ssl/v20191205/api.json +66 -38
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tcaplusdb/v20190823/api.json +147 -75
- tccli/services/tcaplusdb/v20190823/examples.json +10 -10
- tccli/services/tcbr/v20220217/api.json +2 -2
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tcm/v20210413/api.json +85 -32
- tccli/services/tcm/v20210413/examples.json +2 -2
- tccli/services/tcr/v20190924/api.json +8 -8
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +23 -10
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +31 -26
- tccli/services/tke/v20180525/examples.json +9 -9
- tccli/services/trtc/v20190722/api.json +5 -5
- tccli/services/tse/v20201207/api.json +205 -0
- tccli/services/tse/v20201207/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +112 -62
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/waf/v20180125/api.json +109 -0
- tccli/services/waf/v20180125/examples.json +14 -0
- tccli/services/waf/waf_client.py +61 -8
- tccli/services/wedata/v20210820/api.json +71 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/license_files/LICENSE +0 -0
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"example": "bundle_gen_01",
|
1377
1377
|
"member": "string",
|
1378
1378
|
"name": "BundleId",
|
1379
|
-
"
|
1379
|
+
"output_required": true,
|
1380
1380
|
"type": "string",
|
1381
1381
|
"value_allowed_null": false
|
1382
1382
|
},
|
@@ -1386,7 +1386,7 @@
|
|
1386
1386
|
"example": "1",
|
1387
1387
|
"member": "int64",
|
1388
1388
|
"name": "Memory",
|
1389
|
-
"
|
1389
|
+
"output_required": true,
|
1390
1390
|
"type": "int",
|
1391
1391
|
"value_allowed_null": false
|
1392
1392
|
},
|
@@ -1396,7 +1396,7 @@
|
|
1396
1396
|
"example": "CLOUD_SSD",
|
1397
1397
|
"member": "string",
|
1398
1398
|
"name": "SystemDiskType",
|
1399
|
-
"
|
1399
|
+
"output_required": true,
|
1400
1400
|
"type": "string",
|
1401
1401
|
"value_allowed_null": false
|
1402
1402
|
},
|
@@ -1406,7 +1406,7 @@
|
|
1406
1406
|
"example": "40",
|
1407
1407
|
"member": "int64",
|
1408
1408
|
"name": "SystemDiskSize",
|
1409
|
-
"
|
1409
|
+
"output_required": true,
|
1410
1410
|
"type": "int",
|
1411
1411
|
"value_allowed_null": false
|
1412
1412
|
},
|
@@ -1416,7 +1416,7 @@
|
|
1416
1416
|
"example": "300",
|
1417
1417
|
"member": "int64",
|
1418
1418
|
"name": "MonthlyTraffic",
|
1419
|
-
"
|
1419
|
+
"output_required": true,
|
1420
1420
|
"type": "int",
|
1421
1421
|
"value_allowed_null": false
|
1422
1422
|
},
|
@@ -1426,7 +1426,7 @@
|
|
1426
1426
|
"example": "true",
|
1427
1427
|
"member": "bool",
|
1428
1428
|
"name": "SupportLinuxUnixPlatform",
|
1429
|
-
"
|
1429
|
+
"output_required": true,
|
1430
1430
|
"type": "bool",
|
1431
1431
|
"value_allowed_null": false
|
1432
1432
|
},
|
@@ -1436,7 +1436,7 @@
|
|
1436
1436
|
"example": "true",
|
1437
1437
|
"member": "bool",
|
1438
1438
|
"name": "SupportWindowsPlatform",
|
1439
|
-
"
|
1439
|
+
"output_required": true,
|
1440
1440
|
"type": "bool",
|
1441
1441
|
"value_allowed_null": false
|
1442
1442
|
},
|
@@ -1446,7 +1446,7 @@
|
|
1446
1446
|
"example": " { \"InstancePrice\": { \"OriginalBundlePrice",
|
1447
1447
|
"member": "Price",
|
1448
1448
|
"name": "Price",
|
1449
|
-
"
|
1449
|
+
"output_required": true,
|
1450
1450
|
"type": "object",
|
1451
1451
|
"value_allowed_null": false
|
1452
1452
|
},
|
@@ -1456,7 +1456,7 @@
|
|
1456
1456
|
"example": "1",
|
1457
1457
|
"member": "int64",
|
1458
1458
|
"name": "CPU",
|
1459
|
-
"
|
1459
|
+
"output_required": true,
|
1460
1460
|
"type": "int",
|
1461
1461
|
"value_allowed_null": false
|
1462
1462
|
},
|
@@ -1466,7 +1466,7 @@
|
|
1466
1466
|
"example": "3",
|
1467
1467
|
"member": "uint64",
|
1468
1468
|
"name": "InternetMaxBandwidthOut",
|
1469
|
-
"
|
1469
|
+
"output_required": true,
|
1470
1470
|
"type": "int",
|
1471
1471
|
"value_allowed_null": false
|
1472
1472
|
},
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
1477
1477
|
"member": "string",
|
1478
1478
|
"name": "InternetChargeType",
|
1479
|
-
"
|
1479
|
+
"output_required": true,
|
1480
1480
|
"type": "string",
|
1481
1481
|
"value_allowed_null": false
|
1482
1482
|
},
|
@@ -1486,7 +1486,7 @@
|
|
1486
1486
|
"example": "SOLD_OUT",
|
1487
1487
|
"member": "string",
|
1488
1488
|
"name": "BundleSalesState",
|
1489
|
-
"
|
1489
|
+
"output_required": true,
|
1490
1490
|
"type": "string",
|
1491
1491
|
"value_allowed_null": false
|
1492
1492
|
},
|
@@ -1496,7 +1496,7 @@
|
|
1496
1496
|
"example": "GENERAL_BUNDLE",
|
1497
1497
|
"member": "string",
|
1498
1498
|
"name": "BundleType",
|
1499
|
-
"
|
1499
|
+
"output_required": true,
|
1500
1500
|
"type": "string",
|
1501
1501
|
"value_allowed_null": false
|
1502
1502
|
},
|
@@ -1506,7 +1506,7 @@
|
|
1506
1506
|
"example": "通用型",
|
1507
1507
|
"member": "string",
|
1508
1508
|
"name": "BundleTypeDescription",
|
1509
|
-
"
|
1509
|
+
"output_required": true,
|
1510
1510
|
"type": "string",
|
1511
1511
|
"value_allowed_null": true
|
1512
1512
|
},
|
@@ -1516,7 +1516,7 @@
|
|
1516
1516
|
"example": "NORMAL",
|
1517
1517
|
"member": "string",
|
1518
1518
|
"name": "BundleDisplayLabel",
|
1519
|
-
"
|
1519
|
+
"output_required": true,
|
1520
1520
|
"type": "string",
|
1521
1521
|
"value_allowed_null": false
|
1522
1522
|
}
|
@@ -536,92 +536,122 @@
|
|
536
536
|
{
|
537
537
|
"disabled": false,
|
538
538
|
"document": "实例ID",
|
539
|
-
"example": "",
|
539
|
+
"example": "无",
|
540
540
|
"member": "string",
|
541
541
|
"name": "InstanceId",
|
542
|
-
"
|
542
|
+
"output_required": true,
|
543
543
|
"type": "string",
|
544
544
|
"value_allowed_null": false
|
545
545
|
},
|
546
546
|
{
|
547
547
|
"disabled": false,
|
548
548
|
"document": "备份方式,0-自动备份,1-手动备份",
|
549
|
-
"example": "",
|
549
|
+
"example": "无",
|
550
550
|
"member": "uint64",
|
551
551
|
"name": "BackupType",
|
552
|
-
"
|
552
|
+
"output_required": true,
|
553
553
|
"type": "int",
|
554
554
|
"value_allowed_null": false
|
555
555
|
},
|
556
556
|
{
|
557
557
|
"disabled": false,
|
558
558
|
"document": "备份名称",
|
559
|
-
"example": "",
|
559
|
+
"example": "无",
|
560
560
|
"member": "string",
|
561
561
|
"name": "BackupName",
|
562
|
-
"
|
562
|
+
"output_required": true,
|
563
563
|
"type": "string",
|
564
564
|
"value_allowed_null": false
|
565
565
|
},
|
566
566
|
{
|
567
567
|
"disabled": false,
|
568
568
|
"document": "备份备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
569
|
-
"example": "",
|
569
|
+
"example": "无",
|
570
570
|
"member": "string",
|
571
571
|
"name": "BackupDesc",
|
572
|
-
"
|
572
|
+
"output_required": true,
|
573
573
|
"type": "string",
|
574
574
|
"value_allowed_null": true
|
575
575
|
},
|
576
576
|
{
|
577
577
|
"disabled": false,
|
578
578
|
"document": "备份文件大小,单位KB\n注意:此字段可能返回 null,表示取不到有效值。",
|
579
|
-
"example": "",
|
579
|
+
"example": "无",
|
580
580
|
"member": "uint64",
|
581
581
|
"name": "BackupSize",
|
582
|
-
"
|
582
|
+
"output_required": true,
|
583
583
|
"type": "int",
|
584
584
|
"value_allowed_null": true
|
585
585
|
},
|
586
586
|
{
|
587
587
|
"disabled": false,
|
588
588
|
"document": "备份开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
589
|
-
"example": "",
|
589
|
+
"example": "无",
|
590
590
|
"member": "string",
|
591
591
|
"name": "StartTime",
|
592
|
-
"
|
592
|
+
"output_required": true,
|
593
593
|
"type": "string",
|
594
594
|
"value_allowed_null": true
|
595
595
|
},
|
596
596
|
{
|
597
597
|
"disabled": false,
|
598
598
|
"document": "备份结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
599
|
-
"example": "",
|
599
|
+
"example": "无",
|
600
600
|
"member": "string",
|
601
601
|
"name": "EndTime",
|
602
|
-
"
|
602
|
+
"output_required": true,
|
603
603
|
"type": "string",
|
604
604
|
"value_allowed_null": true
|
605
605
|
},
|
606
606
|
{
|
607
607
|
"disabled": false,
|
608
608
|
"document": "备份状态,1-备份中,2-备份成功",
|
609
|
-
"example": "",
|
609
|
+
"example": "无",
|
610
610
|
"member": "uint64",
|
611
611
|
"name": "Status",
|
612
|
-
"
|
612
|
+
"output_required": true,
|
613
613
|
"type": "int",
|
614
614
|
"value_allowed_null": false
|
615
615
|
},
|
616
616
|
{
|
617
617
|
"disabled": false,
|
618
618
|
"document": "备份方法,0-逻辑备份,1-物理备份",
|
619
|
-
"example": "",
|
619
|
+
"example": "无",
|
620
620
|
"member": "uint64",
|
621
621
|
"name": "BackupMethod",
|
622
|
-
"
|
622
|
+
"output_required": true,
|
623
|
+
"type": "int",
|
624
|
+
"value_allowed_null": false
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"disabled": false,
|
628
|
+
"document": "备份记录id",
|
629
|
+
"example": "无",
|
630
|
+
"member": "int64",
|
631
|
+
"name": "BackId",
|
632
|
+
"output_required": false,
|
623
633
|
"type": "int",
|
624
634
|
"value_allowed_null": false
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"disabled": false,
|
638
|
+
"document": "备份删除时间",
|
639
|
+
"example": "无",
|
640
|
+
"member": "string",
|
641
|
+
"name": "DeleteTime",
|
642
|
+
"output_required": false,
|
643
|
+
"type": "string",
|
644
|
+
"value_allowed_null": false
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"disabled": false,
|
648
|
+
"document": "异地备份地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
649
|
+
"example": "无",
|
650
|
+
"member": "string",
|
651
|
+
"name": "BackupRegion",
|
652
|
+
"output_required": false,
|
653
|
+
"type": "string",
|
654
|
+
"value_allowed_null": true
|
625
655
|
}
|
626
656
|
],
|
627
657
|
"usage": "out"
|
@@ -2129,7 +2159,7 @@
|
|
2129
2159
|
"example": "无",
|
2130
2160
|
"member": "BackupInfo",
|
2131
2161
|
"name": "BackupList",
|
2132
|
-
"
|
2162
|
+
"output_required": true,
|
2133
2163
|
"type": "list",
|
2134
2164
|
"value_allowed_null": false
|
2135
2165
|
},
|
@@ -2139,7 +2169,7 @@
|
|
2139
2169
|
"example": "0",
|
2140
2170
|
"member": "uint64",
|
2141
2171
|
"name": "TotalCount",
|
2142
|
-
"
|
2172
|
+
"output_required": true,
|
2143
2173
|
"type": "int",
|
2144
2174
|
"value_allowed_null": false
|
2145
2175
|
},
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"DescribeDBBackups": [
|
108
108
|
{
|
109
109
|
"document": "",
|
110
|
-
"input": "
|
110
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBBackups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-f555zzzz\",\n \"BackupMethod\": \"1\"\n}",
|
111
111
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"BackupList\": [],\n \"TotalCount\": 0\n }\n}",
|
112
112
|
"title": "查询云数据库实例的备份文件信息"
|
113
113
|
}
|
@@ -1104,7 +1104,7 @@
|
|
1104
1104
|
"example": "无",
|
1105
1105
|
"member": "AuditLog",
|
1106
1106
|
"name": "Data",
|
1107
|
-
"
|
1107
|
+
"output_required": true,
|
1108
1108
|
"type": "list",
|
1109
1109
|
"value_allowed_null": false
|
1110
1110
|
},
|
@@ -1216,7 +1216,7 @@
|
|
1216
1216
|
"example": "无",
|
1217
1217
|
"member": "int64",
|
1218
1218
|
"name": "TotalCount",
|
1219
|
-
"
|
1219
|
+
"output_required": true,
|
1220
1220
|
"type": "int",
|
1221
1221
|
"value_allowed_null": false
|
1222
1222
|
},
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
"example": "无",
|
1227
1227
|
"member": "PrivateDNSAccount",
|
1228
1228
|
"name": "AccountSet",
|
1229
|
-
"
|
1229
|
+
"output_required": true,
|
1230
1230
|
"type": "list",
|
1231
1231
|
"value_allowed_null": false
|
1232
1232
|
},
|
@@ -1511,7 +1511,7 @@
|
|
1511
1511
|
"example": "无",
|
1512
1512
|
"member": "MetricData",
|
1513
1513
|
"name": "Data",
|
1514
|
-
"
|
1514
|
+
"output_required": true,
|
1515
1515
|
"type": "list",
|
1516
1516
|
"value_allowed_null": false
|
1517
1517
|
},
|
@@ -1521,7 +1521,7 @@
|
|
1521
1521
|
"example": "hour",
|
1522
1522
|
"member": "string",
|
1523
1523
|
"name": "Interval",
|
1524
|
-
"
|
1524
|
+
"output_required": true,
|
1525
1525
|
"type": "string",
|
1526
1526
|
"value_allowed_null": false
|
1527
1527
|
},
|
@@ -172,7 +172,7 @@
|
|
172
172
|
{
|
173
173
|
"document": "",
|
174
174
|
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRequestData\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"Vpc\",\n \"Values\": [\n \"vpc-qxxxxx5\"\n ]\n },\n {\n \"Name\": \"ZoneId\",\n \"Values\": [\n \"vpc-asdfasdf\"\n ]\n },\n {\n \"Name\": \"Region\",\n \"Values\": [\n \"ap-guangzhou\"\n ]\n }\n ],\n \"TimeRangeBegin\": \"2020-11-22 00:00:00\",\n \"TimeRangeEnd\": \"2020-11-23 23:59:59\"\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"e7b6e0f8-df16-afcf-507dea8b6958343d\",\n \"Data\": [\n {\n \"Resource\": \"all\",\n \"Metric\": \"request_count\",\n \"DataSet\": [\n {\n \"Date\": \"2020-11-22 00:00:00\",\n \"Value\": 0\n },\n {\n \"Date\": \"2020-11-22 01:00:00\",\n \"Value\": 0\n }\n ]\n }\n ],\n \"Interval\": \"hour\"\n }\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e7b6e0f8-df16-afcf-507dea8b6958343d\",\n \"Data\": [\n {\n \"Resource\": \"all\",\n \"Metric\": \"request_count\",\n \"MetricCount\": 0,\n \"DataSet\": [\n {\n \"Date\": \"2020-11-22 00:00:00\",\n \"Value\": 0\n },\n {\n \"Date\": \"2020-11-22 01:00:00\",\n \"Value\": 0\n }\n ]\n }\n ],\n \"Interval\": \"hour\"\n }\n}",
|
176
176
|
"title": "获取私有域解析请求量"
|
177
177
|
}
|
178
178
|
],
|