tccli 3.0.1082.1__py2.py3-none-any.whl → 3.0.1084.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/examples/cdb/v20170320/CreateCloneInstance.md +5 -5
- tccli/examples/ckafka/v20190819/DescribeGroupInfo.md +2 -2
- tccli/examples/ckafka/v20190819/ModifyAclRule.md +1 -1
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +34 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +168 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +98 -0
- tccli/examples/ess/v20201111/CreatePrepareFlow.md +4 -0
- tccli/examples/ess/v20201111/CreateSchemeUrl.md +31 -3
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +41 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByFiles.md +171 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +92 -0
- tccli/examples/essbasic/v20210526/CreateSignUrls.md +52 -0
- tccli/examples/faceid/v20180301/GetFaceIdRiskInfo.md +26 -0
- tccli/examples/faceid/v20180301/GetFaceidRiskInfoToken.md +22 -0
- tccli/examples/live/v20180801/CreateLiveTimeShiftTemplate.md +8 -8
- tccli/examples/wedata/v20210820/ModifyTaskInfo.md +79 -29
- tccli/services/apigateway/v20180808/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +75 -21
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +21 -20
- tccli/services/ckafka/v20190819/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +30 -20
- tccli/services/ess/v20201111/api.json +211 -12
- tccli/services/ess/v20201111/examples.json +30 -6
- tccli/services/essbasic/v20210526/api.json +121 -9
- tccli/services/essbasic/v20210526/examples.json +24 -0
- tccli/services/faceid/faceid_client.py +136 -30
- tccli/services/faceid/v20180301/api.json +157 -1
- tccli/services/faceid/v20180301/examples.json +16 -0
- tccli/services/gaap/v20180529/api.json +76 -36
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/live/v20180801/examples.json +2 -2
- tccli/services/oceanus/v20190422/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +29 -2
- tccli/services/wedata/v20210820/examples.json +8 -2
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/RECORD +42 -40
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/license_files/LICENSE +0 -0
@@ -491,9 +491,9 @@
|
|
491
491
|
"status": "online"
|
492
492
|
},
|
493
493
|
"ModifyAclRule": {
|
494
|
-
"document": "
|
494
|
+
"document": "修改ACL策略,目前只支持预设规则的是否应用到新增topic这一项的修改",
|
495
495
|
"input": "ModifyAclRuleRequest",
|
496
|
-
"name": "修改Acl
|
496
|
+
"name": "修改Acl预设规则",
|
497
497
|
"output": "ModifyAclRuleResponse",
|
498
498
|
"status": "online"
|
499
499
|
},
|
@@ -7409,7 +7409,7 @@
|
|
7409
7409
|
{
|
7410
7410
|
"disabled": false,
|
7411
7411
|
"document": "(过滤条件)按照实例 ID 过滤。",
|
7412
|
-
"example": "",
|
7412
|
+
"example": "ckafka-resource",
|
7413
7413
|
"member": "string",
|
7414
7414
|
"name": "InstanceId",
|
7415
7415
|
"required": true,
|
@@ -7418,7 +7418,7 @@
|
|
7418
7418
|
{
|
7419
7419
|
"disabled": false,
|
7420
7420
|
"document": "Kafka 消费分组,Consumer-group,这里是数组形式,格式:GroupList.0=xxx&GroupList.1=yyy。",
|
7421
|
-
"example": "",
|
7421
|
+
"example": "无",
|
7422
7422
|
"member": "string",
|
7423
7423
|
"name": "GroupList",
|
7424
7424
|
"required": true,
|
@@ -7433,9 +7433,10 @@
|
|
7433
7433
|
{
|
7434
7434
|
"disabled": false,
|
7435
7435
|
"document": "返回的结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
7436
|
-
"example": "",
|
7436
|
+
"example": "无",
|
7437
7437
|
"member": "GroupInfoResponse",
|
7438
7438
|
"name": "Result",
|
7439
|
+
"output_required": true,
|
7439
7440
|
"type": "list",
|
7440
7441
|
"value_allowed_null": true
|
7441
7442
|
},
|
@@ -10068,60 +10069,60 @@
|
|
10068
10069
|
{
|
10069
10070
|
"disabled": false,
|
10070
10071
|
"document": "错误码,正常为0",
|
10071
|
-
"example": "",
|
10072
|
+
"example": "无",
|
10072
10073
|
"member": "string",
|
10073
10074
|
"name": "ErrorCode",
|
10074
|
-
"
|
10075
|
+
"output_required": true,
|
10075
10076
|
"type": "string",
|
10076
10077
|
"value_allowed_null": false
|
10077
10078
|
},
|
10078
10079
|
{
|
10079
10080
|
"disabled": false,
|
10080
10081
|
"document": "group 状态描述(常见的为 Empty、Stable、Dead 三种状态):\nDead:消费分组不存在\nEmpty:消费分组,当前没有任何消费者订阅\nPreparingRebalance:消费分组处于 rebalance 状态\nCompletingRebalance:消费分组处于 rebalance 状态\nStable:消费分组中各个消费者已经加入,处于稳定状态",
|
10081
|
-
"example": "",
|
10082
|
+
"example": "无",
|
10082
10083
|
"member": "string",
|
10083
10084
|
"name": "State",
|
10084
|
-
"
|
10085
|
+
"output_required": true,
|
10085
10086
|
"type": "string",
|
10086
10087
|
"value_allowed_null": false
|
10087
10088
|
},
|
10088
10089
|
{
|
10089
10090
|
"disabled": false,
|
10090
10091
|
"document": "消费分组选择的协议类型正常的消费者一般为 consumer 但有些系统采用了自己的协议如 kafka-connect 用的就是 connect。只有标准的 consumer 协议,本接口才知道具体的分配方式的格式,才能解析到具体的 partition 的分配情况",
|
10091
|
-
"example": "",
|
10092
|
+
"example": "无",
|
10092
10093
|
"member": "string",
|
10093
10094
|
"name": "ProtocolType",
|
10094
|
-
"
|
10095
|
+
"output_required": true,
|
10095
10096
|
"type": "string",
|
10096
10097
|
"value_allowed_null": false
|
10097
10098
|
},
|
10098
10099
|
{
|
10099
10100
|
"disabled": false,
|
10100
10101
|
"document": "消费者 partition 分配算法常见的有如下几种(Kafka 消费者 SDK 默认的选择项为 range):range、 roundrobin、 sticky",
|
10101
|
-
"example": "",
|
10102
|
+
"example": "无",
|
10102
10103
|
"member": "string",
|
10103
10104
|
"name": "Protocol",
|
10104
|
-
"
|
10105
|
+
"output_required": true,
|
10105
10106
|
"type": "string",
|
10106
10107
|
"value_allowed_null": false
|
10107
10108
|
},
|
10108
10109
|
{
|
10109
10110
|
"disabled": false,
|
10110
10111
|
"document": "仅当 state 为 Stable 且 protocol_type 为 consumer 时, 该数组才包含信息",
|
10111
|
-
"example": "",
|
10112
|
+
"example": "无",
|
10112
10113
|
"member": "GroupInfoMember",
|
10113
10114
|
"name": "Members",
|
10114
|
-
"
|
10115
|
+
"output_required": true,
|
10115
10116
|
"type": "list",
|
10116
10117
|
"value_allowed_null": false
|
10117
10118
|
},
|
10118
10119
|
{
|
10119
10120
|
"disabled": false,
|
10120
10121
|
"document": "Kafka 消费分组",
|
10121
|
-
"example": "",
|
10122
|
+
"example": "无",
|
10122
10123
|
"member": "string",
|
10123
10124
|
"name": "Group",
|
10124
|
-
"
|
10125
|
+
"output_required": true,
|
10125
10126
|
"type": "string",
|
10126
10127
|
"value_allowed_null": false
|
10127
10128
|
}
|
@@ -12476,11 +12477,11 @@
|
|
12476
12477
|
},
|
12477
12478
|
{
|
12478
12479
|
"disabled": false,
|
12479
|
-
"document": "
|
12480
|
+
"document": "修改预设规则时传入,是否应用到新增的Topic",
|
12480
12481
|
"example": "1",
|
12481
12482
|
"member": "int64",
|
12482
12483
|
"name": "IsApplied",
|
12483
|
-
"required":
|
12484
|
+
"required": false,
|
12484
12485
|
"type": "int"
|
12485
12486
|
}
|
12486
12487
|
],
|
@@ -12495,7 +12496,7 @@
|
|
12495
12496
|
"example": "1",
|
12496
12497
|
"member": "int64",
|
12497
12498
|
"name": "Result",
|
12498
|
-
"
|
12499
|
+
"output_required": true,
|
12499
12500
|
"type": "int",
|
12500
12501
|
"value_allowed_null": false
|
12501
12502
|
},
|
@@ -429,7 +429,7 @@
|
|
429
429
|
"DescribeGroupInfo": [
|
430
430
|
{
|
431
431
|
"document": "",
|
432
|
-
"input": "https://ckafka.tencentcloudapi.com/?Action=DescribeGroupInfo\
|
432
|
+
"input": "https://ckafka.tencentcloudapi.com/?Action=DescribeGroupInfo\n&InstanceId=ckafka-ivn43n20\n&GroupList.0=groupName\n&<公共请求参数>",
|
433
433
|
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"ErrorCode\": \"0\",\n \"State\": \"Stable\",\n \"ProtocolType\": \"consumer\",\n \"Protocol\": \"range\",\n \"Members\": [\n {\n \"MemberId\": \"consumer-1-/10.53.88.65-2018-08-10 10:17:19:639-88206ef1-9248-43a0-9ff4-e22c3ab21e92\",\n \"ClientId\": \"consumer-1\",\n \"ClientHost\": \"/10.53.88.65\",\n \"Assignment\": {\n \"Version\": 0,\n \"Topics\": [\n {\n \"Topic\": \"test\",\n \"Partitions\": [\n 0\n ]\n }\n ]\n }\n }\n ],\n \"Group\": \"perf-consumer-97910\"\n }\n ],\n \"RequestId\": \"8e9b234e-0c3e-4340-9733-adbd05879b10\"\n }\n}",
|
434
434
|
"title": "获取消费分组信息"
|
435
435
|
}
|
@@ -604,7 +604,7 @@
|
|
604
604
|
],
|
605
605
|
"ModifyAclRule": [
|
606
606
|
{
|
607
|
-
"document": "",
|
607
|
+
"document": "修改ACL规则示范",
|
608
608
|
"input": "https://ckafka.tencentcloudapi.com/?Action=ModifyAclRule\n&InstanceId=xxx\n&RuleName=xxx\n&IsApplied=1\n&<公共请求参数>",
|
609
609
|
"output": "{\n \"Response\": {\n \"Result\": 1,\n \"RequestId\": \"72b987c9-8842-47ac-9ad6-fa2bde3e936d\"\n }\n}",
|
610
610
|
"title": "修改ACL规则示范"
|
@@ -7556,7 +7556,7 @@
|
|
7556
7556
|
},
|
7557
7557
|
{
|
7558
7558
|
"disabled": false,
|
7559
|
-
"document": "
|
7559
|
+
"document": "性能容量型规格。<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>null:共享型实例</li></ul>\n注意:此字段可能返回 null,表示取不到有效值。",
|
7560
7560
|
"example": " null",
|
7561
7561
|
"member": "string",
|
7562
7562
|
"name": "SlaType",
|
@@ -5662,7 +5662,7 @@
|
|
5662
5662
|
"example": "x x",
|
5663
5663
|
"member": "string",
|
5664
5664
|
"name": "Quuid",
|
5665
|
-
"
|
5665
|
+
"output_required": true,
|
5666
5666
|
"type": "string",
|
5667
5667
|
"value_allowed_null": false
|
5668
5668
|
},
|
@@ -5672,7 +5672,7 @@
|
|
5672
5672
|
"example": "xx",
|
5673
5673
|
"member": "string",
|
5674
5674
|
"name": "Uuid",
|
5675
|
-
"
|
5675
|
+
"output_required": true,
|
5676
5676
|
"type": "string",
|
5677
5677
|
"value_allowed_null": false
|
5678
5678
|
},
|
@@ -5682,7 +5682,7 @@
|
|
5682
5682
|
"example": "xx",
|
5683
5683
|
"member": "string",
|
5684
5684
|
"name": "MachineIp",
|
5685
|
-
"
|
5685
|
+
"output_required": true,
|
5686
5686
|
"type": "string",
|
5687
5687
|
"value_allowed_null": false
|
5688
5688
|
},
|
@@ -5692,7 +5692,7 @@
|
|
5692
5692
|
"example": "xx",
|
5693
5693
|
"member": "string",
|
5694
5694
|
"name": "MachineName",
|
5695
|
-
"
|
5695
|
+
"output_required": true,
|
5696
5696
|
"type": "string",
|
5697
5697
|
"value_allowed_null": false
|
5698
5698
|
},
|
@@ -5702,7 +5702,7 @@
|
|
5702
5702
|
"example": "xx",
|
5703
5703
|
"member": "string",
|
5704
5704
|
"name": "OsInfo",
|
5705
|
-
"
|
5705
|
+
"output_required": true,
|
5706
5706
|
"type": "string",
|
5707
5707
|
"value_allowed_null": false
|
5708
5708
|
},
|
@@ -5712,7 +5712,7 @@
|
|
5712
5712
|
"example": "xx",
|
5713
5713
|
"member": "string",
|
5714
5714
|
"name": "Cpu",
|
5715
|
-
"
|
5715
|
+
"output_required": true,
|
5716
5716
|
"type": "string",
|
5717
5717
|
"value_allowed_null": false
|
5718
5718
|
},
|
@@ -5722,7 +5722,7 @@
|
|
5722
5722
|
"example": "1",
|
5723
5723
|
"member": "uint64",
|
5724
5724
|
"name": "MemSize",
|
5725
|
-
"
|
5725
|
+
"output_required": true,
|
5726
5726
|
"type": "int",
|
5727
5727
|
"value_allowed_null": false
|
5728
5728
|
},
|
@@ -5732,7 +5732,7 @@
|
|
5732
5732
|
"example": "xx",
|
5733
5733
|
"member": "string",
|
5734
5734
|
"name": "MemLoad",
|
5735
|
-
"
|
5735
|
+
"output_required": true,
|
5736
5736
|
"type": "string",
|
5737
5737
|
"value_allowed_null": false
|
5738
5738
|
},
|
@@ -5742,7 +5742,7 @@
|
|
5742
5742
|
"example": "1",
|
5743
5743
|
"member": "uint64",
|
5744
5744
|
"name": "DiskSize",
|
5745
|
-
"
|
5745
|
+
"output_required": true,
|
5746
5746
|
"type": "int",
|
5747
5747
|
"value_allowed_null": false
|
5748
5748
|
},
|
@@ -5752,7 +5752,7 @@
|
|
5752
5752
|
"example": "xx",
|
5753
5753
|
"member": "string",
|
5754
5754
|
"name": "DiskLoad",
|
5755
|
-
"
|
5755
|
+
"output_required": true,
|
5756
5756
|
"type": "string",
|
5757
5757
|
"value_allowed_null": false
|
5758
5758
|
},
|
@@ -5762,7 +5762,7 @@
|
|
5762
5762
|
"example": "1",
|
5763
5763
|
"member": "uint64",
|
5764
5764
|
"name": "PartitionCount",
|
5765
|
-
"
|
5765
|
+
"output_required": true,
|
5766
5766
|
"type": "int",
|
5767
5767
|
"value_allowed_null": false
|
5768
5768
|
},
|
@@ -5772,7 +5772,7 @@
|
|
5772
5772
|
"example": "xx",
|
5773
5773
|
"member": "string",
|
5774
5774
|
"name": "MachineWanIp",
|
5775
|
-
"
|
5775
|
+
"output_required": true,
|
5776
5776
|
"type": "string",
|
5777
5777
|
"value_allowed_null": false
|
5778
5778
|
},
|
@@ -5782,7 +5782,7 @@
|
|
5782
5782
|
"example": "1",
|
5783
5783
|
"member": "uint64",
|
5784
5784
|
"name": "ProjectId",
|
5785
|
-
"
|
5785
|
+
"output_required": true,
|
5786
5786
|
"type": "int",
|
5787
5787
|
"value_allowed_null": false
|
5788
5788
|
},
|
@@ -5792,7 +5792,7 @@
|
|
5792
5792
|
"example": "1",
|
5793
5793
|
"member": "uint64",
|
5794
5794
|
"name": "CpuSize",
|
5795
|
-
"
|
5795
|
+
"output_required": true,
|
5796
5796
|
"type": "int",
|
5797
5797
|
"value_allowed_null": false
|
5798
5798
|
},
|
@@ -5802,7 +5802,7 @@
|
|
5802
5802
|
"example": "xx",
|
5803
5803
|
"member": "string",
|
5804
5804
|
"name": "CpuLoad",
|
5805
|
-
"
|
5805
|
+
"output_required": true,
|
5806
5806
|
"type": "string",
|
5807
5807
|
"value_allowed_null": false
|
5808
5808
|
},
|
@@ -5812,7 +5812,7 @@
|
|
5812
5812
|
"example": "[]",
|
5813
5813
|
"member": "MachineTag",
|
5814
5814
|
"name": "Tag",
|
5815
|
-
"
|
5815
|
+
"output_required": true,
|
5816
5816
|
"type": "list",
|
5817
5817
|
"value_allowed_null": true
|
5818
5818
|
},
|
@@ -5822,7 +5822,7 @@
|
|
5822
5822
|
"example": "2011-11-11 12:12:12",
|
5823
5823
|
"member": "string",
|
5824
5824
|
"name": "UpdateTime",
|
5825
|
-
"
|
5825
|
+
"output_required": true,
|
5826
5826
|
"type": "string",
|
5827
5827
|
"value_allowed_null": true
|
5828
5828
|
},
|
@@ -5832,7 +5832,7 @@
|
|
5832
5832
|
"example": "1",
|
5833
5833
|
"member": "int64",
|
5834
5834
|
"name": "IsNew",
|
5835
|
-
"
|
5835
|
+
"output_required": true,
|
5836
5836
|
"type": "int",
|
5837
5837
|
"value_allowed_null": false
|
5838
5838
|
},
|
@@ -5842,7 +5842,7 @@
|
|
5842
5842
|
"example": "2022-07-15 11:27:01",
|
5843
5843
|
"member": "string",
|
5844
5844
|
"name": "FirstTime",
|
5845
|
-
"
|
5845
|
+
"output_required": true,
|
5846
5846
|
"type": "string",
|
5847
5847
|
"value_allowed_null": false
|
5848
5848
|
},
|
@@ -5852,9 +5852,19 @@
|
|
5852
5852
|
"example": "无",
|
5853
5853
|
"member": "MachineExtraInfo",
|
5854
5854
|
"name": "MachineExtraInfo",
|
5855
|
-
"
|
5855
|
+
"output_required": true,
|
5856
5856
|
"type": "object",
|
5857
5857
|
"value_allowed_null": true
|
5858
|
+
},
|
5859
|
+
{
|
5860
|
+
"disabled": false,
|
5861
|
+
"document": "cpu负载读数(仅linux系统有效)\n注意:此字段可能返回 null,表示取不到有效值。",
|
5862
|
+
"example": "无",
|
5863
|
+
"member": "string",
|
5864
|
+
"name": "CpuLoadNum",
|
5865
|
+
"output_required": false,
|
5866
|
+
"type": "string",
|
5867
|
+
"value_allowed_null": true
|
5858
5868
|
}
|
5859
5869
|
],
|
5860
5870
|
"usage": "out"
|