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
@@ -34,10 +34,10 @@
|
|
34
34
|
],
|
35
35
|
"CreateAttributeLabel": [
|
36
36
|
{
|
37
|
-
"document": "
|
38
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAttributeLabel\n<公共请求参数>\n\n{\n \"BotBizId\": \"
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
40
|
-
"title": "
|
37
|
+
"document": "创建标签",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAttributeLabel\n<公共请求参数>\n\n{\n \"BotBizId\": \"1851816552255193088\",\n \"AttrName\": \"哈哈哈\",\n \"Labels\": [\n {\n \"LabelName\": \"的点点滴滴\",\n \"SimilarLabels\": [\n \"dfdf\",\n \"发的\"\n ]\n }\n ]\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"AttrBizId\": \"1856169972235990080\",\n \"RequestId\": \"044de4f1-8d88-4779-b9f7-b8c0e9f81752\"\n }\n}",
|
40
|
+
"title": "创建标签"
|
41
41
|
}
|
42
42
|
],
|
43
43
|
"CreateCorp": [
|
@@ -156,7 +156,7 @@
|
|
156
156
|
{
|
157
157
|
"document": "接口调用折线图",
|
158
158
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallStatsGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"85e7259e-7810-4301-8f44-cf2d94ec0a0f\"\n }\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 12\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 11\n }\n ],\n \"RequestId\": \"85e7259e-7810-4301-8f44-cf2d94ec0a0f\"\n }\n}",
|
160
160
|
"title": "接口调用折线图"
|
161
161
|
}
|
162
162
|
],
|
@@ -172,7 +172,7 @@
|
|
172
172
|
{
|
173
173
|
"document": "并发折线图示例",
|
174
174
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConcurrencyUsageGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1724688000\",\n \"EndTime\": \"1724774400\",\n \"AppBizIds\": [\n \"1812732010083385344\"\n ]\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"AvailableY\": [\n
|
175
|
+
"output": "{\n \"Response\": {\n \"AvailableY\": [\n 5,\n 4,\n 3\n ],\n \"RequestId\": \"ad439868-ed56-44f5-a716-81cc7402e83e\",\n \"SuccessCallY\": [\n 1,\n 2,\n 3\n ],\n \"X\": [\n \"2024082700\",\n \"2024082701\",\n \"2024082702\"\n ]\n }\n}",
|
176
176
|
"title": "并发折线图示例"
|
177
177
|
}
|
178
178
|
],
|
@@ -204,7 +204,7 @@
|
|
204
204
|
{
|
205
205
|
"document": "查询知识库容量饼图",
|
206
206
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeUsagePieGraph\n<公共请求参数>\n\n{}",
|
207
|
-
"output": "{\n \"Response\": {\n \"AvailableCharSize\": \"10000000\",\n \"List\": [\n {\n \"AppName\": \"未使用\",\n \"Proportion\": 0.9953504,\n \"UsedCharSize\": \"9953504\"\n },\n {\n \"AppName\": \"
|
207
|
+
"output": "{\n \"Response\": {\n \"AvailableCharSize\": \"10000000\",\n \"List\": [\n {\n \"AppName\": \"未使用\",\n \"Proportion\": 0.9953504,\n \"UsedCharSize\": \"9953504\"\n },\n {\n \"AppName\": \"智能客服\",\n \"Proportion\": 0.0016738,\n \"UsedCharSize\": \"16738\"\n },\n {\n \"AppName\": \"测试下\",\n \"Proportion\": 0.0016717,\n \"UsedCharSize\": \"16717\"\n },\n {\n \"AppName\": \"无情三刀\",\n \"Proportion\": 0.0013041,\n \"UsedCharSize\": \"13041\"\n }\n ],\n \"RequestId\": \"19cfafe1-489d-40e8-b79f-dc9919ce3ccd\"\n }\n}",
|
208
208
|
"title": "查询知识库容量饼图"
|
209
209
|
}
|
210
210
|
],
|
@@ -252,7 +252,7 @@
|
|
252
252
|
{
|
253
253
|
"document": "搜索服务折线图详情",
|
254
254
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSearchStatsGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
|
255
|
-
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"b547fd5a-4d82-4fcc-adb8-899e63c166fc\"\n }\n}",
|
255
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 23\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 41\n }\n ],\n \"RequestId\": \"b547fd5a-4d82-4fcc-adb8-899e63c166fc\"\n }\n}",
|
256
256
|
"title": "搜索服务折线图详情"
|
257
257
|
}
|
258
258
|
],
|
@@ -282,7 +282,7 @@
|
|
282
282
|
{
|
283
283
|
"document": "获取调用统计",
|
284
284
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsage\n<公共请求参数>\n\n{\n \"UinAccount\": [\n \"700001187441\"\n ]\n}",
|
285
|
-
"output": "{\n \"Response\": {\n \"ApiCallStats\":
|
285
|
+
"output": "{\n \"Response\": {\n \"ApiCallStats\": 10,\n \"InputTokenUsage\": 1120,\n \"OutputTokenUsage\": 101,\n \"RequestId\": \"716109cc-ee93-423a-85f0-a21fb7afcc4f\",\n \"SearchUsage\": 10,\n \"TotalTokenUsage\": 1221\n }\n}",
|
286
286
|
"title": "获取调用统计"
|
287
287
|
}
|
288
288
|
],
|
@@ -290,7 +290,7 @@
|
|
290
290
|
{
|
291
291
|
"document": "接口调用折线图详情",
|
292
292
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsageGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
|
293
|
-
"output": "{\n \"Response\": {\n \"Input\": [],\n \"Output\": [],\n \"RequestId\": \"ed825101-ab0f-4f3d-8803-ce43292be7cb\"
|
293
|
+
"output": "{\n \"Response\": {\n \"Total\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 14896\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 694\n },\n {\n \"X\": \"202411190945\",\n \"Y\": 14968\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 36641\n }\n ],\n \"Input\": [\n {\n \"X\": \"202411190945\",\n \"Y\": 14914\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 36547\n },\n {\n \"X\": \"202411190930\",\n \"Y\": 14662\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 268\n }\n ],\n \"Output\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 234\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 426\n },\n {\n \"X\": \"202411190945\",\n \"Y\": 54\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 94\n }\n ],\n \"RequestId\": \"ed825101-ab0f-4f3d-8803-ce43292be7cb\"\n }\n}",
|
294
294
|
"title": "接口调用折线图详情"
|
295
295
|
}
|
296
296
|
],
|
@@ -353,8 +353,8 @@
|
|
353
353
|
"GetAppSecret": [
|
354
354
|
{
|
355
355
|
"document": "",
|
356
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAppSecret\n<公共请求参数>\n\n{\n \"AppBizId\": \"
|
357
|
-
"output": "{\n \"Response\": {\n \"AppKey\": \"\",\n \"CreateTime\": \"\",\n \"IsRelease\": false,\n \"HasPermission\": true,\n \"RequestId\": \"
|
356
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAppSecret\n<公共请求参数>\n\n{\n \"AppBizId\": \"1801166480814637056\"\n}",
|
357
|
+
"output": "{\n \"Response\": {\n \"AppKey\": \"HuLJbSdLZ\",\n \"CreateTime\": \"1718266528\",\n \"IsRelease\": false,\n \"HasPermission\": true,\n \"RequestId\": \"ee325589-ef62-4aab-8070-01792336d02a\"\n }\n}",
|
358
358
|
"title": "获取应用密钥"
|
359
359
|
}
|
360
360
|
],
|
@@ -386,7 +386,7 @@
|
|
386
386
|
{
|
387
387
|
"document": "",
|
388
388
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMsgRecord\n<公共请求参数>\n\n{\n \"Type\": 2,\n \"Count\": 15,\n \"SessionId\": \"your session id\",\n \"LastRecordId\": \"\"\n}",
|
389
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Content\": \"
|
389
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Content\": \"用户查询\",\n \"RecordId\": \"9415678e-1ac5-4987-ac86-d8f9c001c93c\",\n \"RelatedRecordId\": \"H9I_20241107_201302_963_b8oJXfpL\",\n \"IsFromSelf\": true,\n \"FromName\": \"用户A\",\n \"FromAvatar\": \"https://qidian-qbot-xxxxxx.cos.ap-guangzhou.myqcloud.com/public/174434244193038090240/1801166482343244637056/image/jNVJvoXsTsBzo2324324121HZdgd-1816016475183120384.png\",\n \"Timestamp\": \"1730981587\",\n \"HasRead\": true,\n \"Score\": 1,\n \"CanRating\": true,\n \"Type\": 1,\n \"References\": [\n {\n \"Id\": \"1856329177919861888\",\n \"Url\": \"\",\n \"Type\": 2,\n \"Name\": \"我的文档\",\n \"DocId\": \"25395\"\n }\n ],\n \"Reasons\": [\n \"原因信息\"\n ],\n \"IsLlmGenerated\": true,\n \"ImageUrls\": [\n \"\"\n ]\n }\n ],\n \"RequestId\": \"47d378d4-49b5-454b-a381-088e7015f411\"\n }\n}",
|
390
390
|
"title": "会话记录"
|
391
391
|
}
|
392
392
|
],
|
@@ -448,7 +448,7 @@
|
|
448
448
|
{
|
449
449
|
"document": "获取企业下应用列表",
|
450
450
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListApp\n<公共请求参数>\n\n{\n \"AppType\": \"knowledge_qa\"\n}",
|
451
|
-
"output": "{\n \"Response\": {\n \"Total\": \"1\",\n \"List\": [\n {\n \"AppType\": \"
|
451
|
+
"output": "{\n \"Response\": {\n \"Total\": \"1\",\n \"List\": [\n {\n \"AppType\": \"knowledge_qa\",\n \"AppTypeDesc\": \"知识库问答\",\n \"AppBizId\": \"1801166480814637052\",\n \"Name\": \"我的应用\",\n \"Avatar\": \"https://qidian-qbot-xxxxxxx.cos.ap-guangzhou.myqcloud.com/public/174434244193038090240/1801166482343244637056/image/jNVJvoXsTsBzo2324324121HZdgd-1816016475183120384.png\",\n \"Desc\": \"描述\",\n \"AppStatus\": 2,\n \"AppStatusDesc\": \"运行中\",\n \"UpdateTime\": \"1731407395\",\n \"Operator\": \"操作人\",\n \"ModelName\": \"精调知识大模型标准版\"\n }\n ],\n \"RequestId\": \"143a9f30-a21c-4eb3-af82-ccacd4cdcbfd\"\n }\n}",
|
452
452
|
"title": "ListApp"
|
453
453
|
}
|
454
454
|
],
|
@@ -456,7 +456,7 @@
|
|
456
456
|
{
|
457
457
|
"document": "",
|
458
458
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAppCategory\n<公共请求参数>\n\n{}",
|
459
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Text\": \"
|
459
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Text\": \"知识库问答\",\n \"Value\": \"knowledge_qa\",\n \"Logo\": \"https://cdn.xiaowei.qq.com/static/lke/app-icon-knowledge_qa.png\"\n }\n ],\n \"RequestId\": \"ee325589-ef62-4aab-8070-01792336d02a\"\n }\n}",
|
460
460
|
"title": "获取应用类型列表"
|
461
461
|
}
|
462
462
|
],
|
@@ -567,7 +567,7 @@
|
|
567
567
|
"ModifyApp": [
|
568
568
|
{
|
569
569
|
"document": "修改应用",
|
570
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"AppBizId\": \"
|
570
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"AppBizId\": \"1801166480814637056\",\n \"AppType\": \"knowledge_qa\",\n \"BaseConfig\": {\n \"Avatar\": \"头像\",\n \"Desc\": \"应用描述\",\n \"Name\": \"我的应用\"\n },\n \"AppConfig\": {\n \"KnowledgeQa\": {\n \"Greeting\": \"欢迎语\",\n \"Model\": {\n \"Name\": \"cs-normal\",\n \"IsUseContext\": true,\n \"HistoryLimit\": 1,\n \"AliasName\": \"精调知识大模型标准版\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"TokenBalance\": 0\n },\n \"Output\": {\n \"Method\": 1,\n \"BareAnswer\": \"针对您这个问题,我暂时还无法进行回答,请换一个问题吧。\",\n \"UseGeneralKnowledge\": false\n },\n \"RoleDescription\": \"角色:客服\\n技能:提供客户支持、解决技术问题\\n说法风格:耐心、友好\\n性格特点:专业、细心\\n角色限制:只能回答与产品或服务相关的问题\",\n \"Search\": [\n {\n \"Confidence\": 0.2,\n \"DocTopN\": 3,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"doc\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0.9,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 2,\n \"ReplyFlexibility\": 1,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"qa\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"taskflow\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 2,\n \"ShowSearchEngine\": false,\n \"Type\": \"search\",\n \"UseSearchEngine\": true\n }\n ],\n \"SearchRange\": {\n \"ApiVarAttrInfos\": [\n {\n \"ApiVarId\": \"7a6d67e0-eff1-406b-b092-3b8072c19570\",\n \"AttrBizId\": \"18537d934840613760\"\n }\n ],\n \"Condition\": \"and\"\n },\n \"Workflow\": {\n \"IsEnabled\": true\n }\n }\n }\n}",
|
571
571
|
"output": "{\n \"Response\": {\n \"AppBizId\": \"198848848484848\",\n \"RequestId\": \"dwec-adsdsdsd-sfsfdsfsf\"\n }\n}",
|
572
572
|
"title": "修改应用"
|
573
573
|
}
|