tccli 3.0.896.1__py2.py3-none-any.whl → 3.0.898.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/CreateDatabase.md +22 -0
- tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
- tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
- tccli/examples/cynosdb/v20190107/DescribeProxySpecs.md +56 -0
- tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
- tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
- tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
- tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
- tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
- tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
- tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
- tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
- tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
- tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
- tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
- tccli/examples/vod/v20180717/CreateQualityInspectTemplate.md +24 -0
- tccli/examples/vod/v20180717/DeleteQualityInspectTemplate.md +20 -0
- tccli/examples/vod/v20180717/DescribeQualityInspectTemplates.md +44 -0
- tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
- tccli/examples/vod/v20180717/InspectMediaQuality.md +22 -0
- tccli/examples/vod/v20180717/ModifyQualityInspectTemplate.md +21 -0
- tccli/examples/yinsuda/v20220527/DescribeKTVMusicAccompanySegmentUrl.md +70 -0
- tccli/services/cdb/cdb_client.py +57 -4
- tccli/services/cdb/v20170320/api.json +52 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdn/cdn_client.py +57 -4
- tccli/services/cdn/v20180606/api.json +52 -0
- tccli/services/cdn/v20180606/examples.json +26 -0
- tccli/services/ckafka/ckafka_client.py +61 -8
- tccli/services/ckafka/v20190819/api.json +303 -7
- tccli/services/ckafka/v20190819/examples.json +20 -0
- tccli/services/clb/v20180317/api.json +3 -1
- tccli/services/cynosdb/cynosdb_client.py +106 -0
- tccli/services/cynosdb/v20190107/api.json +134 -0
- tccli/services/cynosdb/v20190107/examples.json +22 -0
- tccli/services/emr/v20190103/api.json +6 -2
- tccli/services/ess/v20201111/api.json +42 -11
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +27 -1
- tccli/services/ocr/v20181119/api.json +4 -2
- tccli/services/postgres/v20170312/api.json +2 -31
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +72 -15
- tccli/services/sqlserver/v20180328/examples.json +3 -3
- tccli/services/tbaas/tbaas_client.py +4 -322
- tccli/services/tbaas/v20180416/api.json +108 -810
- tccli/services/tbaas/v20180416/examples.json +0 -48
- tccli/services/tbp/v20190311/api.json +10 -10
- tccli/services/tdid/tdid_client.py +67 -1551
- tccli/services/tdid/v20210519/api.json +331 -3504
- tccli/services/tdid/v20210519/examples.json +0 -224
- tccli/services/tdmq/v20200217/api.json +2 -19
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +24 -2
- tccli/services/tke/v20180525/api.json +4 -6
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/trp/v20210515/api.json +285 -113
- tccli/services/trp/v20210515/examples.json +6 -6
- tccli/services/vod/v20180717/api.json +1346 -2
- tccli/services/vod/v20180717/examples.json +44 -4
- tccli/services/vod/vod_client.py +287 -22
- tccli/services/yinsuda/v20220527/api.json +159 -0
- tccli/services/yinsuda/v20220527/examples.json +14 -0
- tccli/services/yinsuda/yinsuda_client.py +53 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/METADATA +2 -2
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/RECORD +72 -61
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/license_files/LICENSE +0 -0
@@ -24,14 +24,6 @@
|
|
24
24
|
"title": "CreateChaincodeAndInstallForUser"
|
25
25
|
}
|
26
26
|
],
|
27
|
-
"DeployDynamicBcosContract": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployDynamicBcosContract\n<公共请求参数>\n\n{\n \"ClusterId\": \"251005746bc987bojjue8\",\n \"SignUserId\": \"2SSS200021\",\n \"AbiInfo\": \"[{\\\"constant\\\":false,\\\"inputs\\\":[{\\\"name\\\":\\\"n\\\",\\\"type\\\":\\\"string\\\"}],\\\"name\\\":\\\"set\\\",\\\"outputs\\\":[],\\\"payable\\\":false,\\\"stateMutability\\\":\\\"nonpayable\\\",\\\"type\\\":\\\"function\\\"},{\\\"constant\\\":true,\\\"inputs\\\":[],\\\"name\\\":\\\"get\\\",\\\"outputs\\\":[{\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"string\\\"}],\\\"payable\\\":false,\\\"stateMutability\\\":\\\"view\\\",\\\"type\\\":\\\"function\\\"},{\\\"inputs\\\":[],\\\"payable\\\":false,\\\"stateMutability\\\":\\\"nonpayable\\\",\\\"type\\\":\\\"constructor\\\"}]\",\n \"ByteCodeBin\": \"608060405234801561001057600080fd5b506040805190810160405280600d81526020017f48656c6c6f2c20576f726c6421000000000000000000000000000000000000008152506000908051906020019061005c929190610062565b50610107565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106100a357805160ff19168380011785556100d1565b828001600101855582156100d1579182015b828111156100d05782518255916020019190600101906100b5565b5b5090506100de91906100e2565b5090565b61010491905b808211156101005760008160009055506001016100e8565b5090565b90565b6102d7806101166000396000f30060806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680634ed3885e146100515780636d4ce63c146100ba575b600080fd5b34801561005d57600080fd5b506100b8600480360381019080803590602001908201803590602001908080601f016020809104026020016040519081016040528093929190818152602001838380828437820191505050505050919291929050505061014a565b005b3480156100c657600080fd5b506100cf610164565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561010f5780820151818401526020810190506100f4565b50505050905090810190601f16801561013c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b8060009080519060200190610160929190610206565b5050565b606060008054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156101fc5780601f106101d1576101008083540402835291602001916101fc565b820191906000526020600020905b8154815290600101906020018083116101df57829003601f168201915b5050505050905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061024757805160ff1916838001178555610275565b82800160010185558215610275579182015b82811115610274578251825591602001919060010190610259565b5b5090506102829190610286565b5090565b6102a891905b808211156102a457600081600090555060010161028c565b5090565b905600a165627a7a72305820238c9f89165d4c9f808f6cb79037607be9c38a0f9bb8bdfb9ec4cce69b7371180029\",\n \"GroupId\": 1\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"2cfd9111-1954-4c2e-9564-975ce1d9ad2b\",\n \"ContractAddress\": \"0xasdfasdf23fasdfas2Qreffasfaefad\"\n }\n}",
|
32
|
-
"title": "动态部署Bcos合约"
|
33
|
-
}
|
34
|
-
],
|
35
27
|
"DownloadUserCert": [
|
36
28
|
{
|
37
29
|
"document": "",
|
@@ -40,38 +32,6 @@
|
|
40
32
|
"title": "用户证书下载"
|
41
33
|
}
|
42
34
|
],
|
43
|
-
"GetBcosBlockByNumber": [
|
44
|
-
{
|
45
|
-
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetBcosBlockByNumber\n<公共请求参数>\n\n{\n \"ClusterId\": \"251005746bc987bojjue8\",\n \"GroupId\": 0,\n \"BlockNumber\": 1\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"BlockJson\": \"{\\\"Sealer\\\": \\\"8c4affffccda617e4e16274df0e550012e94f8dcf34b2e138313bd965d08215807a90766690f6a4606f180447601d433b77a7783cfcc43b20eea7b4b5cd31eb3\\\", \\\"BlockHash\\\": \\\"0xb30403facf6f7a65150fadc00cdfe2d27d1b7b672b382175af26bcd52b552ef8\\\", \\\"BlockTimestamp\\\": \\\"2019-10-04 10:17:28\\\", \\\"BlockNumber\\\": 1, \\\"TransCount\\\": 1, \\\"ModifyTime\\\": \\\"2019-10-04 10:20:16\\\", \\\"SealerIndex\\\": 2, \\\"CreateTime\\\": \\\"2019-10-04 10:20:16\\\"}\",\n \"RequestId\": \"50986c54-6010-4f2e-adbe-766563597bbc\"\n }\n}",
|
48
|
-
"title": "按块高查询区块信息"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"GetBcosBlockList": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetBcosBlockList\n<公共请求参数>\n\n{\n \"ClusterId\": \"251005746bc987bojjue8\",\n \"GroupId\": 1\n}",
|
55
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"BlockHash\": \"0xb30403facf6f7a65150fadc00cdfe2d27d1b7b672b382175af26bcd52b552ef8\",\n \"BlockNumber\": 1,\n \"BlockTimestamp\": \"2019-10-04 10:17:28\",\n \"CreateTime\": \"2019-10-04 10:20:16\",\n \"ModifyTime\": \"2019-10-04 10:20:16\",\n \"Sealer\": \"8c4affffccda617e4e16274df0e550012e94f8dcf34b2e138313bd965d08215807a90766690f6a4606f180447601d433b77a7783cfcc43b20eea7b4b5cd31eb3\",\n \"SealerIndex\": 2,\n \"TransCount\": 1\n },\n {\n \"BlockHash\": \"0x6ae08948b5c0385a0393f688271291b5806edce462eb67a8382528a6d757e525\",\n \"BlockNumber\": 0,\n \"BlockTimestamp\": \"2019-10-03 22:31:52\",\n \"CreateTime\": \"2019-10-03 22:34:57\",\n \"ModifyTime\": \"2019-10-03 22:34:57\",\n \"Sealer\": \"388a58a628c3dbb2aba593c7dc557ac36d386e931f15049ad8c5a3b2ea253e3edf25ccc80ac3012b6b78534889255cee2ac6f9b2dac80b47f75b52be0e4e8bb3\",\n \"SealerIndex\": 0,\n \"TransCount\": 0\n }\n ],\n \"RequestId\": \"d124dbd0-b0e5-4762-9ca1-37a99bd63a0f\",\n \"TotalCount\": 2\n }\n}",
|
56
|
-
"title": "查询区块列表"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"GetBcosTransByHash": [
|
60
|
-
{
|
61
|
-
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetBcosTransByHash\n<公共请求参数>\n\n{\n \"TransHash\": \"0x950ee123437c4ebf115c94212b61ab759e56f2e2d1dd25b78de7383f16b40d72\",\n \"ClusterId\": \"bcos-d292gp0toy\",\n \"GroupId\": \"15\"\n}",
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"51083339-ffaa-42d4-a272-51f354c14759\",\n \"TransactionJson\": \"{\\\"blockHash\\\":\\\"0x8be0f6288e887c84db48c48248f5e3cd41be81417c3294b0359f4b739beb661c\\\",\\\"blockNumber\\\":12,\\\"blockNumberRaw\\\":\\\"12\\\",\\\"creates\\\":null,\\\"from\\\":\\\"0x1aa8003024e222205bfed0fc4786c3945dfe6090\\\",\\\"gas\\\":100000000,\\\"gasPrice\\\":100000000,\\\"gasPriceRaw\\\":\\\"100000000\\\",\\\"gasRaw\\\":\\\"100000000\\\",\\\"hash\\\":\\\"0x950ee123437c4ebf115c94212b61ab759e56f2e2d1dd25b78de7383f16b40d72\\\",\\\"input\\\":\\\"0x4ed3885e0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000573746f6e65000000000000000000000000000000000000000000000000000000\\\",\\\"nonce\\\":3.0404523452847157e+74,\\\"nonceRaw\\\":\\\"304045234528471549282051329892726108126972099205346767472045445814934456175\\\",\\\"publicKey\\\":null,\\\"r\\\":null,\\\"raw\\\":null,\\\"s\\\":null,\\\"to\\\":\\\"0x1b5fda9060597595afb818ee344499cf030ac445\\\",\\\"transactionIndex\\\":0,\\\"transactionIndexRaw\\\":\\\"0\\\",\\\"v\\\":0,\\\"value\\\":0,\\\"valueRaw\\\":\\\"0\\\"}\"\n }\n}",
|
64
|
-
"title": "使用Hash查询交易"
|
65
|
-
}
|
66
|
-
],
|
67
|
-
"GetBcosTransList": [
|
68
|
-
{
|
69
|
-
"document": "",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetBcosTransList\n<公共请求参数>\n\n{\n \"ClusterId\": \"251005746bc987bojjue8\",\n \"GroupId\": 1\n}",
|
71
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"BlockNumber\": 12,\n \"BlockTimestamp\": \"2019-07-27 17:13:48\",\n \"CreateTime\": \"2019-07-27 10:58:04\",\n \"ModifyTime\": \"2019-07-27 10:58:04\",\n \"TransFrom\": \"0xe3726c02f48acbb2e0d1810af437d2f69af2f00d\",\n \"TransHash\": \"0xfdd42c44b46df34be8f40598a35c585d5f1eb234541d25f8e1398a0d5dc074d1\",\n \"TransTo\": null\n },\n {\n \"BlockNumber\": 21,\n \"BlockTimestamp\": \"2019-07-27 17:33:37\",\n \"CreateTime\": \"2019-07-27 10:58:12\",\n \"ModifyTime\": \"2019-07-27 10:58:12\",\n \"TransFrom\": \"0xf1585b8d0e08a0a00fff662e24d67ba95a438256\",\n \"TransHash\": \"0xf4cadb78d6cbc5b4daa42a47fafe288a448912ca662a4494817d679d54b695d8\",\n \"TransTo\": \"0x0000000000000000000000000000000000001004\"\n }\n ],\n \"RequestId\": \"d124dbd0-b0e5-4762-9ca1-37a99bd63a0f\",\n \"TotalCount\": 2\n }\n}",
|
72
|
-
"title": "获取交易列表"
|
73
|
-
}
|
74
|
-
],
|
75
35
|
"GetBlockList": [
|
76
36
|
{
|
77
37
|
"document": "",
|
@@ -198,14 +158,6 @@
|
|
198
158
|
"title": "创建汽车信息——异步模式"
|
199
159
|
}
|
200
160
|
],
|
201
|
-
"InvokeBcosTrans": [
|
202
|
-
{
|
203
|
-
"document": "",
|
204
|
-
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InvokeBcosTrans\n<公共请求参数>\n\n{\n \"ContractAddress\": \"0xec17aa9c9d530108529c68b41701231b9ae458ef\",\n \"ClusterId\": \"251005746bc987bojjue8\",\n \"SignUserId\": \"2SSS200021\",\n \"FuncName\": \"set\",\n \"AbiInfo\": \"[{\\\"constant\\\":false,\\\"inputs\\\":[{\\\"name\\\":\\\"n\\\",\\\"type\\\":\\\"string\\\"}],\\\"name\\\":\\\"set\\\",\\\"outputs\\\":[],\\\"payable\\\":false,\\\"stateMutability\\\":\\\"nonpayable\\\",\\\"type\\\":\\\"function\\\"}]\",\n \"GroupId\": 1,\n \"FuncParam\": \"[10]\"\n}",
|
205
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5461dfd7-ca9e-486d-9655-843bfa7bd9b8\",\n \"TransactionRsp\": \"{\\\"blockHash\\\":\\\"0x8be0f6288e887c84db48c48248f5e3cd41be81417c3294b0359f4b739beb661c\\\",\\\"blockNumber\\\":12,\\\"constant\\\":false,\\\"from\\\":\\\"0x1aa8003024e222205bfed0fc4786c3945dfe6090\\\",\\\"gasUsed\\\":23964,\\\"input\\\":\\\"0x4ed3885e0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000573746f6e65000000000000000000000000000000000000000000000000000000\\\",\\\"output\\\":\\\"0x\\\",\\\"queryInfo\\\":null,\\\"status\\\":\\\"0x0\\\",\\\"to\\\":\\\"0x1b5fda9060597595afb818ee344499cf030ac445\\\",\\\"transactionHash\\\":\\\"0x950ee123437c4ebf115c94212b61ab759e56f2e2d1dd25b78de7383f16b40d72\\\"}\"\n }\n}",
|
206
|
-
"title": "发送Bcos合约交易"
|
207
|
-
}
|
208
|
-
],
|
209
161
|
"InvokeChainMakerContract": [
|
210
162
|
{
|
211
163
|
"document": "调用长安链合约执行交易",
|
@@ -259,8 +259,8 @@
|
|
259
259
|
"example": "无",
|
260
260
|
"member": "Group",
|
261
261
|
"name": "GroupList",
|
262
|
-
"
|
263
|
-
"type": "
|
262
|
+
"output_required": true,
|
263
|
+
"type": "list",
|
264
264
|
"value_allowed_null": true
|
265
265
|
}
|
266
266
|
],
|
@@ -411,20 +411,20 @@
|
|
411
411
|
},
|
412
412
|
{
|
413
413
|
"disabled": false,
|
414
|
-
"document": "
|
414
|
+
"document": "结果类型 {中间逻辑出错:0; 任务型机器人:1; 问答型机器人:2; 闲聊型机器人:3; 未匹配上,返回预设兜底话术:5; 未匹配上,返回相似问题列表:6}。\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
415
415
|
"example": "无",
|
416
|
-
"member": "
|
417
|
-
"name": "
|
418
|
-
"type": "
|
416
|
+
"member": "string",
|
417
|
+
"name": "ResultType",
|
418
|
+
"type": "string",
|
419
419
|
"value_allowed_null": true
|
420
420
|
},
|
421
421
|
{
|
422
422
|
"disabled": false,
|
423
|
-
"document": "
|
423
|
+
"document": "机器人应答。\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
424
424
|
"example": "无",
|
425
|
-
"member": "
|
426
|
-
"name": "
|
427
|
-
"type": "
|
425
|
+
"member": "ResponseMessage",
|
426
|
+
"name": "ResponseMessage",
|
427
|
+
"type": "object",
|
428
428
|
"value_allowed_null": true
|
429
429
|
},
|
430
430
|
{
|