tccli 3.0.1365.1__py2.py3-none-any.whl → 3.0.1367.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +16 -4
- tccli/services/cdb/v20170320/api.json +13 -13
- tccli/services/cdn/v20180606/api.json +11 -3
- tccli/services/cfw/cfw_client.py +34 -193
- tccli/services/cfw/v20190904/api.json +21 -341
- tccli/services/cfw/v20190904/examples.json +2 -26
- tccli/services/chc/v20230418/api.json +1 -1
- tccli/services/cls/v20201016/api.json +11 -11
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/ctem/v20231128/api.json +5 -5
- tccli/services/cwp/v20180228/api.json +12 -12
- tccli/services/cwp/v20180228/examples.json +4 -4
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +234 -15
- tccli/services/dlc/v20210125/examples.json +3 -3
- tccli/services/es/v20250101/api.json +6 -6
- tccli/services/es/v20250101/examples.json +8 -8
- tccli/services/ess/v20201111/api.json +8 -8
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +72 -2
- tccli/services/lke/v20231130/api.json +47 -4
- tccli/services/mongodb/v20190725/api.json +2 -2
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +169 -123
- tccli/services/partners/v20180321/api.json +4 -4
- tccli/services/postgres/v20170312/api.json +20 -20
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +24 -24
- tccli/services/sqlserver/v20180328/examples.json +4 -4
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/tcbr/v20220217/api.json +114 -9
- tccli/services/tcr/v20190924/api.json +2 -2
- tccli/services/teo/v20220901/api.json +16 -16
- tccli/services/tione/v20211111/api.json +38 -38
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +159 -0
- tccli/services/tsf/v20180326/api.json +583 -0
- tccli/services/tsf/v20180326/examples.json +24 -0
- tccli/services/wedata/v20210820/api.json +161 -9
- tccli/services/wedata/v20210820/examples.json +3 -9
- tccli/services/wsa/v20250508/api.json +2 -2
- tccli/services/wsa/v20250508/examples.json +2 -2
- {tccli-3.0.1365.1.dist-info → tccli-3.0.1367.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1365.1.dist-info → tccli-3.0.1367.1.dist-info}/RECORD +51 -51
- {tccli-3.0.1365.1.dist-info → tccli-3.0.1367.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1365.1.dist-info → tccli-3.0.1367.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1365.1.dist-info → tccli-3.0.1367.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1367.1'
|
@@ -116,21 +116,23 @@
|
|
116
116
|
"member": "string",
|
117
117
|
"name": "Key",
|
118
118
|
"output_required": true,
|
119
|
+
"required": false,
|
119
120
|
"type": "string",
|
120
121
|
"value_allowed_null": false
|
121
122
|
},
|
122
123
|
{
|
123
124
|
"disabled": false,
|
124
125
|
"document": "Value 值定义",
|
125
|
-
"example": "
|
126
|
+
"example": "0.0",
|
126
127
|
"member": "float",
|
127
128
|
"name": "Value",
|
128
129
|
"output_required": true,
|
130
|
+
"required": false,
|
129
131
|
"type": "float",
|
130
132
|
"value_allowed_null": false
|
131
133
|
}
|
132
134
|
],
|
133
|
-
"usage": "
|
135
|
+
"usage": "both"
|
134
136
|
},
|
135
137
|
"APMKVItem": {
|
136
138
|
"document": "APM 通用 KV 结构",
|
@@ -477,7 +479,7 @@
|
|
477
479
|
{
|
478
480
|
"disabled": false,
|
479
481
|
"document": "同比结果数组,推荐使用\n注意:此字段可能返回 null,表示取不到有效值。",
|
480
|
-
"example": "
|
482
|
+
"example": "无",
|
481
483
|
"member": "APMKVItem",
|
482
484
|
"name": "CompareVals",
|
483
485
|
"output_required": true,
|
@@ -487,7 +489,7 @@
|
|
487
489
|
{
|
488
490
|
"disabled": false,
|
489
491
|
"document": "同比上一个周期的具体指标数值\n注意:此字段可能返回 null,表示取不到有效值。",
|
490
|
-
"example": "
|
492
|
+
"example": "无",
|
491
493
|
"member": "APMKV",
|
492
494
|
"name": "LastPeriodValue",
|
493
495
|
"output_required": true,
|
@@ -503,6 +505,16 @@
|
|
503
505
|
"output_required": true,
|
504
506
|
"type": "string",
|
505
507
|
"value_allowed_null": false
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"disabled": false,
|
511
|
+
"document": "指标中文名",
|
512
|
+
"example": "吞吐量",
|
513
|
+
"member": "string",
|
514
|
+
"name": "NameCN",
|
515
|
+
"output_required": false,
|
516
|
+
"type": "string",
|
517
|
+
"value_allowed_null": false
|
506
518
|
}
|
507
519
|
],
|
508
520
|
"usage": "out"
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
},
|
1222
1222
|
"metadata": {
|
1223
1223
|
"apiVersion": "2017-03-20",
|
1224
|
-
"api_brief": "介绍如何使用API对云数据库MySQL进行操作,包括查询数据库表、查询云数据库实例任务列表、续费云数据库实例等。",
|
1224
|
+
"api_brief": "介绍如何使用 API 对云数据库 MySQL 进行操作,包括查询数据库表、查询云数据库实例任务列表、续费云数据库实例等。",
|
1225
1225
|
"serviceNameCN": "云数据库 MySQL",
|
1226
1226
|
"serviceShortName": "cdb"
|
1227
1227
|
},
|
@@ -3837,7 +3837,7 @@
|
|
3837
3837
|
{
|
3838
3838
|
"disabled": false,
|
3839
3839
|
"document": "可用区中文名称",
|
3840
|
-
"example": "
|
3840
|
+
"example": "广州三区",
|
3841
3841
|
"member": "string",
|
3842
3842
|
"name": "ZoneName",
|
3843
3843
|
"output_required": true,
|
@@ -3927,7 +3927,7 @@
|
|
3927
3927
|
{
|
3928
3928
|
"disabled": false,
|
3929
3929
|
"document": "可用区名称",
|
3930
|
-
"example": "ap-guangzhou-
|
3930
|
+
"example": "ap-guangzhou-3",
|
3931
3931
|
"member": "string",
|
3932
3932
|
"name": "Zone",
|
3933
3933
|
"output_required": true,
|
@@ -3937,7 +3937,7 @@
|
|
3937
3937
|
{
|
3938
3938
|
"disabled": false,
|
3939
3939
|
"document": "多可用区信息",
|
3940
|
-
"example": "
|
3940
|
+
"example": "无",
|
3941
3941
|
"member": "ZoneConf",
|
3942
3942
|
"name": "ZoneConf",
|
3943
3943
|
"output_required": true,
|
@@ -3947,7 +3947,7 @@
|
|
3947
3947
|
{
|
3948
3948
|
"disabled": false,
|
3949
3949
|
"document": "可支持的灾备可用区信息",
|
3950
|
-
"example": "[\"ap-guangzhou-
|
3950
|
+
"example": "[\"ap-guangzhou-3\"]",
|
3951
3951
|
"member": "string",
|
3952
3952
|
"name": "DrZone",
|
3953
3953
|
"output_required": true,
|
@@ -3967,7 +3967,7 @@
|
|
3967
3967
|
{
|
3968
3968
|
"disabled": false,
|
3969
3969
|
"document": "可支持的跨可用区只读区信息",
|
3970
|
-
"example": "[\"ap-guangzhou-
|
3970
|
+
"example": "[\"ap-guangzhou-3\"]",
|
3971
3971
|
"member": "string",
|
3972
3972
|
"name": "RemoteRoZone",
|
3973
3973
|
"output_required": true,
|
@@ -3987,7 +3987,7 @@
|
|
3987
3987
|
{
|
3988
3988
|
"disabled": false,
|
3989
3989
|
"document": "独享型可支持的跨可用区只读区信息",
|
3990
|
-
"example": "[\"ap-guangzhou-
|
3990
|
+
"example": "[\"ap-guangzhou-3\"]",
|
3991
3991
|
"member": "string",
|
3992
3992
|
"name": "ExClusterRemoteRoZone",
|
3993
3993
|
"output_required": true,
|
@@ -3997,7 +3997,7 @@
|
|
3997
3997
|
{
|
3998
3998
|
"disabled": false,
|
3999
3999
|
"document": "独享型多可用区信息",
|
4000
|
-
"example": "
|
4000
|
+
"example": "无",
|
4001
4001
|
"member": "ZoneConf",
|
4002
4002
|
"name": "ExClusterZoneConf",
|
4003
4003
|
"output_required": true,
|
@@ -4007,7 +4007,7 @@
|
|
4007
4007
|
{
|
4008
4008
|
"disabled": false,
|
4009
4009
|
"document": "售卖实例类型数组,其中configIds的值与configs结构体中的id一一对应。",
|
4010
|
-
"example": "
|
4010
|
+
"example": "无",
|
4011
4011
|
"member": "CdbSellType",
|
4012
4012
|
"name": "SellType",
|
4013
4013
|
"output_required": true,
|
@@ -4027,7 +4027,7 @@
|
|
4027
4027
|
{
|
4028
4028
|
"disabled": false,
|
4029
4029
|
"document": "是否支持ipv6",
|
4030
|
-
"example": "
|
4030
|
+
"example": "false",
|
4031
4031
|
"member": "bool",
|
4032
4032
|
"name": "IsSupportIpv6",
|
4033
4033
|
"output_required": true,
|
@@ -4057,7 +4057,7 @@
|
|
4057
4057
|
{
|
4058
4058
|
"disabled": false,
|
4059
4059
|
"document": "集群版或者单节点基础型支持的磁盘类型。",
|
4060
|
-
"example": "
|
4060
|
+
"example": "无",
|
4061
4061
|
"member": "DiskTypeConfigItem",
|
4062
4062
|
"name": "DiskTypeConf",
|
4063
4063
|
"output_required": false,
|
@@ -4625,7 +4625,7 @@
|
|
4625
4625
|
{
|
4626
4626
|
"disabled": false,
|
4627
4627
|
"document": "RW 节点拓扑。\n说明:NodeId 可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 获取。",
|
4628
|
-
"example": "
|
4628
|
+
"example": "无",
|
4629
4629
|
"member": "ReadWriteNode",
|
4630
4630
|
"name": "ReadWriteNode",
|
4631
4631
|
"required": false,
|
@@ -4634,7 +4634,7 @@
|
|
4634
4634
|
{
|
4635
4635
|
"disabled": false,
|
4636
4636
|
"document": "RO 节点拓扑。\n说明:NodeId 可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 获取。",
|
4637
|
-
"example": "
|
4637
|
+
"example": "无",
|
4638
4638
|
"member": "ReadonlyNode",
|
4639
4639
|
"name": "ReadOnlyNodes",
|
4640
4640
|
"required": false,
|
@@ -2597,16 +2597,18 @@
|
|
2597
2597
|
"example": "off",
|
2598
2598
|
"member": "string",
|
2599
2599
|
"name": "FullUrlCache",
|
2600
|
+
"output_required": true,
|
2600
2601
|
"required": false,
|
2601
2602
|
"type": "string",
|
2602
2603
|
"value_allowed_null": false
|
2603
2604
|
},
|
2604
2605
|
{
|
2605
2606
|
"disabled": false,
|
2606
|
-
"document": "是否忽略大小写缓存\n注意:此字段可能返回 null,表示取不到有效值。",
|
2607
|
+
"document": "是否忽略大小写缓存\non:开启\noff:关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
2607
2608
|
"example": "off",
|
2608
2609
|
"member": "string",
|
2609
2610
|
"name": "IgnoreCase",
|
2611
|
+
"output_required": true,
|
2610
2612
|
"required": false,
|
2611
2613
|
"type": "string",
|
2612
2614
|
"value_allowed_null": true
|
@@ -2617,6 +2619,7 @@
|
|
2617
2619
|
"example": "无",
|
2618
2620
|
"member": "QueryStringKey",
|
2619
2621
|
"name": "QueryString",
|
2622
|
+
"output_required": true,
|
2620
2623
|
"required": false,
|
2621
2624
|
"type": "object",
|
2622
2625
|
"value_allowed_null": true
|
@@ -2627,6 +2630,7 @@
|
|
2627
2630
|
"example": "无",
|
2628
2631
|
"member": "CookieKey",
|
2629
2632
|
"name": "Cookie",
|
2633
|
+
"output_required": true,
|
2630
2634
|
"required": false,
|
2631
2635
|
"type": "object",
|
2632
2636
|
"value_allowed_null": true
|
@@ -2637,6 +2641,7 @@
|
|
2637
2641
|
"example": "无",
|
2638
2642
|
"member": "HeaderKey",
|
2639
2643
|
"name": "Header",
|
2644
|
+
"output_required": true,
|
2640
2645
|
"required": false,
|
2641
2646
|
"type": "object",
|
2642
2647
|
"value_allowed_null": true
|
@@ -2647,6 +2652,7 @@
|
|
2647
2652
|
"example": "无",
|
2648
2653
|
"member": "CacheTagKey",
|
2649
2654
|
"name": "CacheTag",
|
2655
|
+
"output_required": true,
|
2650
2656
|
"required": false,
|
2651
2657
|
"type": "object",
|
2652
2658
|
"value_allowed_null": true
|
@@ -2657,6 +2663,7 @@
|
|
2657
2663
|
"example": "无",
|
2658
2664
|
"member": "SchemeKey",
|
2659
2665
|
"name": "Scheme",
|
2666
|
+
"output_required": true,
|
2660
2667
|
"required": false,
|
2661
2668
|
"type": "object",
|
2662
2669
|
"value_allowed_null": true
|
@@ -2667,6 +2674,7 @@
|
|
2667
2674
|
"example": "无",
|
2668
2675
|
"member": "KeyRule",
|
2669
2676
|
"name": "KeyRules",
|
2677
|
+
"output_required": true,
|
2670
2678
|
"required": false,
|
2671
2679
|
"type": "list",
|
2672
2680
|
"value_allowed_null": true
|
@@ -8549,7 +8557,7 @@
|
|
8549
8557
|
{
|
8550
8558
|
"disabled": false,
|
8551
8559
|
"document": "CacheType 对应类型下的匹配内容:\nfile 时填充后缀名,如 jpg、txt\ndirectory 时填充路径,如 /xxx/test\npath 时填充绝对路径,如 /xxx/test.html\nindex 时填充 /\n注意:此字段可能返回 null,表示取不到有效值。",
|
8552
|
-
"example": "jpg",
|
8560
|
+
"example": "[\"jpg\"]",
|
8553
8561
|
"member": "string",
|
8554
8562
|
"name": "RulePaths",
|
8555
8563
|
"output_required": true,
|
@@ -8581,7 +8589,7 @@
|
|
8581
8589
|
},
|
8582
8590
|
{
|
8583
8591
|
"disabled": false,
|
8584
|
-
"document": "是否忽略大小写缓存\n注意:此字段可能返回 null,表示取不到有效值。",
|
8592
|
+
"document": "是否忽略大小写缓存\non:开启\noff:关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
8585
8593
|
"example": "off",
|
8586
8594
|
"member": "string",
|
8587
8595
|
"name": "IgnoreCase",
|