tccli 3.0.1221.1__py2.py3-none-any.whl → 3.0.1223.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/billing/v20180709/api.json +392 -392
- tccli/services/billing/v20180709/examples.json +8 -8
- tccli/services/bsca/v20210811/api.json +11 -1
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +5 -5
- tccli/services/dbdc/v20201029/api.json +43 -43
- tccli/services/dbdc/v20201029/examples.json +5 -5
- tccli/services/dcdb/v20180411/api.json +203 -215
- tccli/services/dnspod/dnspod_client.py +139 -33
- tccli/services/dnspod/v20210323/api.json +105 -1
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/gwlb/v20240906/api.json +6 -6
- tccli/services/gwlb/v20240906/examples.json +4 -4
- tccli/services/hunyuan/v20230901/api.json +11 -0
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/lcic/v20220817/api.json +10 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/live_client.py +1339 -332
- tccli/services/live/v20180801/api.json +1461 -166
- tccli/services/live/v20180801/examples.json +152 -0
- tccli/services/lke/v20231130/api.json +709 -101
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/mariadb/v20170312/api.json +212 -230
- tccli/services/mps/v20190612/api.json +11 -1
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/ocr/v20181119/api.json +30 -0
- tccli/services/ocr/v20181119/examples.json +4 -10
- tccli/services/privatedns/privatedns_client.py +4 -534
- tccli/services/privatedns/v20201028/api.json +4 -943
- tccli/services/privatedns/v20201028/examples.json +0 -80
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/svp/v20240125/api.json +4 -4
- tccli/services/teo/v20220901/api.json +5 -0
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/tke/v20220501/api.json +3 -1
- tccli/services/trtc/v20190722/api.json +55 -72
- tccli/services/tse/v20201207/api.json +35 -31
- tccli/services/tse/v20201207/examples.json +19 -19
- tccli/services/vod/v20180717/api.json +19 -0
- tccli/services/vpc/v20170312/api.json +29 -0
- tccli/services/wedata/v20210820/api.json +3 -3
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1223.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1223.1.dist-info}/RECORD +54 -54
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1223.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1223.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1221.1.dist-info → tccli-3.0.1223.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,30 +8,6 @@
|
|
8
8
|
"title": "追加与私有域关联的vpc"
|
9
9
|
}
|
10
10
|
],
|
11
|
-
"CreateEndPoint": [
|
12
|
-
{
|
13
|
-
"document": "输入终端节点名称,客户自己的终端节点服务ID,以及终端节点服务对应的地域来创建一个终端节点",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEndPoint\n<公共请求参数>\n\n{\n \"EndPointName\": \"终端节点名\",\n \"EndPointServiceId\": \"vpcsvc-gtd4gxa1\",\n \"EndPointRegion\": \"ap-guangzhou\"\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"EndPointId\": \"eid-scls023kfns\",\n \"EndPointName\": \"终端节点名\",\n \"EndPointServiceId\": \"vpcsvc-gtd4gxa1\",\n \"EndPointVipSet\": [\n \"10.0.0.13\"\n ]\n }\n}",
|
16
|
-
"title": "创建终端节点"
|
17
|
-
}
|
18
|
-
],
|
19
|
-
"CreateEndPointAndEndPointService": [
|
20
|
-
{
|
21
|
-
"document": "输入vpcid,终端节点服务名称, 实例id,服务类型 创建终端节点服务,同时用终端节点名称,以及终端节点服务对应的地域来创建一个终端节点",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEndPointAndEndPointService\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"EndPointServiceName\": \"test001\",\n \"AutoAcceptFlag\": true,\n \"ServiceInstanceId\": \"lb-xxxxxxxx\",\n \"ServiceType\": \"clb\",\n \"EndPointName\": \"test001\",\n \"EndPointRegion\": \"ap-guangzhou\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"EndPointId\": \"eid-scls023kfns\",\n \"EndPointName\": \"终端节点名\",\n \"EndPointServiceId\": \"vpcsvc-gtd4gxa1\",\n \"EndPointVipSet\": [\n \"10.0.0.13\"\n ]\n }\n}",
|
24
|
-
"title": "同时创建终端节点和终端节点服务"
|
25
|
-
}
|
26
|
-
],
|
27
|
-
"CreateForwardRule": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateForwardRule\n<公共请求参数>\n\n{\n \"RuleType\": \"UP\",\n \"ZoneId\": \"zone-fadsvas\",\n \"RuleName\": \"规则1\",\n \"EndPointId\": \"eid-93kvksadf\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"RuleType\": \"UP\",\n \"RuleId\": \"fid-afdfaf2fsad\",\n \"ZoneId\": \"zone-fadsvas\",\n \"EndPointId\": \"eid-93kvksadf\",\n \"RuleName\": \"规则1\"\n }\n}",
|
32
|
-
"title": "创建转发规则"
|
33
|
-
}
|
34
|
-
],
|
35
11
|
"CreatePrivateDNSAccount": [
|
36
12
|
{
|
37
13
|
"document": "",
|
@@ -68,22 +44,6 @@
|
|
68
44
|
"title": "私有域-添加PTR记录"
|
69
45
|
}
|
70
46
|
],
|
71
|
-
"DeleteEndPoint": [
|
72
|
-
{
|
73
|
-
"document": "删除终端节点",
|
74
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEndPoint\n<公共请求参数>\n\n{\n \"EndPointId\": \"eid-juygvf672i\"\n}",
|
75
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
|
76
|
-
"title": "删除终端节点"
|
77
|
-
}
|
78
|
-
],
|
79
|
-
"DeleteForwardRule": [
|
80
|
-
{
|
81
|
-
"document": "删除转发规则",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteForwardRule\n<公共请求参数>\n\n{\n \"RuleIdSet\": [\n \"fid-123456\",\n \"fid-789abc\"\n ]\n}",
|
83
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
|
84
|
-
"title": "删除转发规则"
|
85
|
-
}
|
86
|
-
],
|
87
47
|
"DeletePrivateDNSAccount": [
|
88
48
|
{
|
89
49
|
"document": "",
|
@@ -152,38 +112,6 @@
|
|
152
112
|
"title": "获取私有域解析概览"
|
153
113
|
}
|
154
114
|
],
|
155
|
-
"DescribeEndPointList": [
|
156
|
-
{
|
157
|
-
"document": "",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEndPointList\n<公共请求参数>\n\n{\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"EndPointName\",\n \"Values\": [\n \"终端节点名\"\n ]\n },\n {\n \"Name\": \"EndPointId\",\n \"Values\": [\n \"eid-24ed8e6319\"\n ]\n },\n {\n \"Name\": \"EndPointServiceId\",\n \"Values\": [\n \"vpcsvc-prvrnrlt\"\n ]\n },\n {\n \"Name\": \"EndPointVip\",\n \"Values\": [\n \"11.149.7.14\",\n \"11.149.7.141\"\n ]\n }\n ]\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8a4ea9cc-b1df-f8f8-ffe7efbe98f9ff85\",\n \"TotalCount\": 5,\n \"EndPointSet\": [\n {\n \"EndPointId\": \"eid-24ed8e6319\",\n \"EndPointName\": \"名称\",\n \"EndPointServiceId\": \"vpcsvc-prvrnrlt\",\n \"EndPointVipSet\": [\n \"10.0.0.17:53\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ]\n }\n}",
|
160
|
-
"title": "获取终端节点列表"
|
161
|
-
}
|
162
|
-
],
|
163
|
-
"DescribeEndPointRegion": [
|
164
|
-
{
|
165
|
-
"document": "查询终端节点可用地域",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEndPointRegion\n<公共请求参数>\n\n{}",
|
167
|
-
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"CnName\": \"北京\",\n \"EnName\": \"bj\",\n \"RegionCode\": \"ap-beijing\",\n \"RegionId\": 8\n },\n {\n \"CnName\": \"广州\",\n \"EnName\": \"gz\",\n \"RegionCode\": \"ap-guangzhou\",\n \"RegionId\": 1\n },\n {\n \"CnName\": \"南京\",\n \"EnName\": \"nj\",\n \"RegionCode\": \"ap-nanjing\",\n \"RegionId\": 33\n },\n {\n \"CnName\": \"上海\",\n \"EnName\": \"sh\",\n \"RegionCode\": \"ap-shanghai\",\n \"RegionId\": 4\n }\n ],\n \"RequestId\": \"036e44eb-02af-44cf-b46e-924a0e04ea4a\"\n }\n}",
|
168
|
-
"title": "查询终端节点可用地域"
|
169
|
-
}
|
170
|
-
],
|
171
|
-
"DescribeForwardRule": [
|
172
|
-
{
|
173
|
-
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeForwardRule\n<公共请求参数>\n\n{\n \"RuleId\": \"fid-af2f9nkug\"\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"ForwardRule\": {\n \"Domain\": \"qq.com\",\n \"ZoneId\": \"zone-s8cs72d9\",\n \"RuleId\": \"fid-fa2c8misu\",\n \"ForwardAddress\": [\n \"1.1.11.1:53\"\n ],\n \"RuleType\": \"DOWN\",\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-as3bsfml\"\n }\n ],\n \"EndPointName\": \"终端节点名\",\n \"EndPointId\": \"eid-fc9iuxhg4\",\n \"RuleName\": \"转发规则名称\",\n \"UpdatedAt\": \"2022-09-09 10:45:44\",\n \"CreatedAt\": \"2022-09-09 10:45:44\"\n }\n }\n}",
|
176
|
-
"title": "查询转发规则"
|
177
|
-
}
|
178
|
-
],
|
179
|
-
"DescribeForwardRuleList": [
|
180
|
-
{
|
181
|
-
"document": "",
|
182
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeForwardRuleList\n<公共请求参数>\n\n{\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"RuleName\",\n \"Values\": [\n \"呵呵\"\n ]\n },\n {\n \"Name\": \"RuleType\",\n \"Values\": [\n \"DOWN\"\n ]\n },\n {\n \"Name\": \"ZoneId\",\n \"Values\": [\n \"zone-04jlawty\"\n ]\n },\n {\n \"Name\": \"EndPointId\",\n \"Values\": [\n \"eid-asdfadaf\"\n ]\n },\n {\n \"Name\": \"EndPointName\",\n \"Values\": [\n \"zdjdhhh\"\n ]\n }\n ]\n}",
|
183
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8a4ea9cc-b1df-f8f8-ffe7efbe98f9ff85\",\n \"TotalCount\": 5,\n \"ForwardRuleSet\": [\n {\n \"Domain\": \"qq.com\",\n \"ZoneId\": \"zone-s8cs72d9\",\n \"RuleId\": \"fid-af2skm96n\",\n \"ForwardAddress\": [\n \"1.1.1.1:53\"\n ],\n \"RuleType\": \"UP\",\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-dus89eks\"\n }\n ],\n \"EndPointName\": \"终端节点1\",\n \"EndPointId\": \"eid-fxiuf872bsp\",\n \"RuleName\": \"转发规则名称\",\n \"UpdatedAt\": \"2022-09-09 10:45:44\",\n \"CreatedAt\": \"2022-09-09 10:45:44\",\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ]\n }\n}",
|
184
|
-
"title": "获取私有域列表"
|
185
|
-
}
|
186
|
-
],
|
187
115
|
"DescribePrivateDNSAccountList": [
|
188
116
|
{
|
189
117
|
"document": "",
|
@@ -240,14 +168,6 @@
|
|
240
168
|
"title": "获取私有域解析请求量"
|
241
169
|
}
|
242
170
|
],
|
243
|
-
"ModifyForwardRule": [
|
244
|
-
{
|
245
|
-
"document": "",
|
246
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyForwardRule\n<公共请求参数>\n\n{\n \"RuleName\": \"转发规则名\",\n \"EndPointId\": \"eid-xlsjc8qojg\",\n \"RuleId\": \"fid-xiwus89no\"\n}",
|
247
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
|
248
|
-
"title": "修改转发规则"
|
249
|
-
}
|
250
|
-
],
|
251
171
|
"ModifyPrivateZone": [
|
252
172
|
{
|
253
173
|
"document": "",
|
@@ -549,7 +549,7 @@
|
|
549
549
|
"ModifyConnectionConfig": {
|
550
550
|
"document": "本接口(ModifyConnectionConfig)用于修改实例的连接配置,包括带宽和最大连接数。",
|
551
551
|
"input": "ModifyConnectionConfigRequest",
|
552
|
-
"name": "
|
552
|
+
"name": "修改实例连接数与带宽",
|
553
553
|
"output": "ModifyConnectionConfigResponse",
|
554
554
|
"status": "online"
|
555
555
|
},
|
@@ -422,13 +422,13 @@
|
|
422
422
|
},
|
423
423
|
{
|
424
424
|
"disabled": false,
|
425
|
-
"document": "
|
426
|
-
"example": "
|
425
|
+
"document": "节省计划使用率数据",
|
426
|
+
"example": "[]",
|
427
427
|
"member": "SavingPlanUsageDetail",
|
428
428
|
"name": "Usages",
|
429
|
-
"output_required":
|
429
|
+
"output_required": true,
|
430
430
|
"type": "list",
|
431
|
-
"value_allowed_null":
|
431
|
+
"value_allowed_null": false
|
432
432
|
},
|
433
433
|
{
|
434
434
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -15516,6 +15516,7 @@
|
|
15516
15516
|
"example": "off",
|
15517
15517
|
"member": "string",
|
15518
15518
|
"name": "Switch",
|
15519
|
+
"output_required": true,
|
15519
15520
|
"required": true,
|
15520
15521
|
"type": "string",
|
15521
15522
|
"value_allowed_null": false
|
@@ -15526,6 +15527,7 @@
|
|
15526
15527
|
"example": "无",
|
15527
15528
|
"member": "RateLimitUserRule",
|
15528
15529
|
"name": "RateLimitUserRules",
|
15530
|
+
"output_required": true,
|
15529
15531
|
"required": false,
|
15530
15532
|
"type": "list",
|
15531
15533
|
"value_allowed_null": false
|
@@ -15536,6 +15538,7 @@
|
|
15536
15538
|
"example": "无",
|
15537
15539
|
"member": "RateLimitTemplate",
|
15538
15540
|
"name": "RateLimitTemplate",
|
15541
|
+
"output_required": true,
|
15539
15542
|
"required": false,
|
15540
15543
|
"type": "object",
|
15541
15544
|
"value_allowed_null": true
|
@@ -15546,6 +15549,7 @@
|
|
15546
15549
|
"example": "无",
|
15547
15550
|
"member": "RateLimitIntelligence",
|
15548
15551
|
"name": "RateLimitIntelligence",
|
15552
|
+
"output_required": true,
|
15549
15553
|
"required": false,
|
15550
15554
|
"type": "object",
|
15551
15555
|
"value_allowed_null": true
|
@@ -15556,6 +15560,7 @@
|
|
15556
15560
|
"example": "无",
|
15557
15561
|
"member": "RateLimitUserRule",
|
15558
15562
|
"name": "RateLimitCustomizes",
|
15563
|
+
"output_required": true,
|
15559
15564
|
"required": false,
|
15560
15565
|
"type": "list",
|
15561
15566
|
"value_allowed_null": true
|
@@ -11904,6 +11904,16 @@
|
|
11904
11904
|
"type": "list",
|
11905
11905
|
"value_allowed_null": true
|
11906
11906
|
},
|
11907
|
+
{
|
11908
|
+
"disabled": false,
|
11909
|
+
"document": "集群内是否安装了gatekeeper addon",
|
11910
|
+
"example": "1",
|
11911
|
+
"member": "int64",
|
11912
|
+
"name": "GatekeeperStatus",
|
11913
|
+
"output_required": false,
|
11914
|
+
"type": "int",
|
11915
|
+
"value_allowed_null": false
|
11916
|
+
},
|
11907
11917
|
{
|
11908
11918
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11909
11919
|
"member": "string",
|
@@ -3286,10 +3286,11 @@
|
|
3286
3286
|
"members": [
|
3287
3287
|
{
|
3288
3288
|
"disabled": false,
|
3289
|
-
"document": "标签绑定的资源类型,当前支持类型:\
|
3289
|
+
"document": "标签绑定的资源类型,当前支持类型:\n1.cluster:集群相关接口,TagSpecification 的 ResourceType 传参为 cluster\n2.machine:节点池相关接口,如:CreateNodePool, DescribeNodePools 等,TagSpecification 的 ResourceType 传参为 machine\n注意:此字段可能返回 null,表示取不到有效值。",
|
3290
3290
|
"example": "cluster",
|
3291
3291
|
"member": "string",
|
3292
3292
|
"name": "ResourceType",
|
3293
|
+
"output_required": true,
|
3293
3294
|
"required": false,
|
3294
3295
|
"type": "string",
|
3295
3296
|
"value_allowed_null": true
|
@@ -3300,6 +3301,7 @@
|
|
3300
3301
|
"example": "无",
|
3301
3302
|
"member": "Tag",
|
3302
3303
|
"name": "Tags",
|
3304
|
+
"output_required": true,
|
3303
3305
|
"required": false,
|
3304
3306
|
"type": "list",
|
3305
3307
|
"value_allowed_null": true
|