tccli 3.0.1321.1__py2.py3-none-any.whl → 3.0.1323.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/batch/v20170312/api.json +18 -18
- tccli/services/bh/v20230418/api.json +203 -0
- tccli/services/bi/v20220105/api.json +69 -1
- tccli/services/cam/v20190116/api.json +18 -18
- tccli/services/cbs/v20170312/api.json +5 -5
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +506 -1
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +10 -1
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +10 -0
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +148 -4
- tccli/services/dlc/v20210125/api.json +11 -9
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +218 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/goosefs/v20220519/api.json +4 -4
- tccli/services/gs/v20191118/api.json +10 -0
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/keewidb/v20220308/api.json +6 -4
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lkeap/v20240522/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +27 -0
- tccli/services/oceanus/v20190422/api.json +425 -13
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/ses/ses_client.py +53 -0
- tccli/services/ses/v20201002/api.json +102 -0
- tccli/services/ses/v20201002/examples.json +8 -0
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/ssl/v20191205/api.json +10 -0
- tccli/services/tag/v20180813/api.json +26 -26
- tccli/services/teo/v20220901/examples.json +3 -3
- tccli/services/tione/v20211111/api.json +43 -1
- tccli/services/trabbit/v20230418/api.json +20 -0
- tccli/services/trabbit/v20230418/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +2 -2
- tccli/services/tsf/v20180326/api.json +12 -1
- tccli/services/vpc/v20170312/api.json +62 -4
- tccli/services/vpc/v20170312/examples.json +28 -0
- tccli/services/vpc/vpc_client.py +122 -16
- tccli/services/wedata/v20210820/api.json +110 -6
- tccli/services/wedata/v20210820/examples.json +3 -3
- {tccli-3.0.1321.1.dist-info → tccli-3.0.1323.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1321.1.dist-info → tccli-3.0.1323.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1321.1.dist-info → tccli-3.0.1323.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1321.1.dist-info → tccli-3.0.1323.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1321.1.dist-info → tccli-3.0.1323.1.dist-info}/license_files/LICENSE +0 -0
@@ -168,6 +168,13 @@
|
|
168
168
|
"output": "DescribeGlobalConfigResponse",
|
169
169
|
"status": "online"
|
170
170
|
},
|
171
|
+
"DescribeGroupsSTD": {
|
172
|
+
"document": "查询用户组",
|
173
|
+
"input": "DescribeGroupsSTDRequest",
|
174
|
+
"name": "用户管理-查询用户组",
|
175
|
+
"output": "DescribeGroupsSTDResponse",
|
176
|
+
"status": "online"
|
177
|
+
},
|
171
178
|
"DescribeHBaseTableOverview": {
|
172
179
|
"document": "获取Hbase表级监控数据概览接口",
|
173
180
|
"input": "DescribeHBaseTableOverviewRequest",
|
@@ -5261,6 +5268,89 @@
|
|
5261
5268
|
],
|
5262
5269
|
"type": "object"
|
5263
5270
|
},
|
5271
|
+
"DescribeGroupsSTDRequest": {
|
5272
|
+
"document": "DescribeGroupsSTD请求参数结构体",
|
5273
|
+
"members": [
|
5274
|
+
{
|
5275
|
+
"disabled": false,
|
5276
|
+
"document": "集群名称",
|
5277
|
+
"example": "emr-mzkssfla",
|
5278
|
+
"member": "string",
|
5279
|
+
"name": "InstanceId",
|
5280
|
+
"required": true,
|
5281
|
+
"type": "string"
|
5282
|
+
},
|
5283
|
+
{
|
5284
|
+
"disabled": false,
|
5285
|
+
"document": "描述键值对过滤器,用于条件过滤查询",
|
5286
|
+
"example": "无",
|
5287
|
+
"member": "Filter",
|
5288
|
+
"name": "Filters",
|
5289
|
+
"required": false,
|
5290
|
+
"type": "list"
|
5291
|
+
},
|
5292
|
+
{
|
5293
|
+
"disabled": false,
|
5294
|
+
"document": "描述排序,用于排序",
|
5295
|
+
"example": "无",
|
5296
|
+
"member": "Order",
|
5297
|
+
"name": "OrderFields",
|
5298
|
+
"required": false,
|
5299
|
+
"type": "object"
|
5300
|
+
},
|
5301
|
+
{
|
5302
|
+
"disabled": false,
|
5303
|
+
"document": "返回数量",
|
5304
|
+
"example": "10",
|
5305
|
+
"member": "int64",
|
5306
|
+
"name": "Limit",
|
5307
|
+
"required": false,
|
5308
|
+
"type": "int"
|
5309
|
+
},
|
5310
|
+
{
|
5311
|
+
"disabled": false,
|
5312
|
+
"document": "分页参数",
|
5313
|
+
"example": "100",
|
5314
|
+
"member": "int64",
|
5315
|
+
"name": "Offset",
|
5316
|
+
"required": false,
|
5317
|
+
"type": "int"
|
5318
|
+
}
|
5319
|
+
],
|
5320
|
+
"type": "object"
|
5321
|
+
},
|
5322
|
+
"DescribeGroupsSTDResponse": {
|
5323
|
+
"document": "DescribeGroupsSTD返回参数结构体",
|
5324
|
+
"members": [
|
5325
|
+
{
|
5326
|
+
"disabled": false,
|
5327
|
+
"document": "用户组信息",
|
5328
|
+
"example": "无",
|
5329
|
+
"member": "GroupInfos",
|
5330
|
+
"name": "Data",
|
5331
|
+
"output_required": false,
|
5332
|
+
"type": "list",
|
5333
|
+
"value_allowed_null": false
|
5334
|
+
},
|
5335
|
+
{
|
5336
|
+
"disabled": false,
|
5337
|
+
"document": "符合条件的用户组数量",
|
5338
|
+
"example": "11",
|
5339
|
+
"member": "int64",
|
5340
|
+
"name": "TotalCount",
|
5341
|
+
"output_required": false,
|
5342
|
+
"type": "int",
|
5343
|
+
"value_allowed_null": false
|
5344
|
+
},
|
5345
|
+
{
|
5346
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5347
|
+
"member": "string",
|
5348
|
+
"name": "RequestId",
|
5349
|
+
"type": "string"
|
5350
|
+
}
|
5351
|
+
],
|
5352
|
+
"type": "object"
|
5353
|
+
},
|
5264
5354
|
"DescribeHBaseTableOverviewRequest": {
|
5265
5355
|
"document": "DescribeHBaseTableOverview请求参数结构体",
|
5266
5356
|
"members": [
|
@@ -8935,6 +9025,34 @@
|
|
8935
9025
|
],
|
8936
9026
|
"usage": "out"
|
8937
9027
|
},
|
9028
|
+
"Filter": {
|
9029
|
+
"document": "键值对过滤器,用于条件过滤查询.",
|
9030
|
+
"members": [
|
9031
|
+
{
|
9032
|
+
"disabled": false,
|
9033
|
+
"document": "需要过滤的字段。",
|
9034
|
+
"example": "groupName",
|
9035
|
+
"member": "string",
|
9036
|
+
"name": "Name",
|
9037
|
+
"output_required": false,
|
9038
|
+
"required": false,
|
9039
|
+
"type": "string",
|
9040
|
+
"value_allowed_null": false
|
9041
|
+
},
|
9042
|
+
{
|
9043
|
+
"disabled": false,
|
9044
|
+
"document": "字段的过滤值。",
|
9045
|
+
"example": "nametest",
|
9046
|
+
"member": "string",
|
9047
|
+
"name": "Values",
|
9048
|
+
"output_required": false,
|
9049
|
+
"required": false,
|
9050
|
+
"type": "list",
|
9051
|
+
"value_allowed_null": false
|
9052
|
+
}
|
9053
|
+
],
|
9054
|
+
"usage": "both"
|
9055
|
+
},
|
8938
9056
|
"Filters": {
|
8939
9057
|
"document": "Emr集群列表实例自定义查询过滤",
|
8940
9058
|
"members": [
|
@@ -9124,6 +9242,78 @@
|
|
9124
9242
|
],
|
9125
9243
|
"usage": "both"
|
9126
9244
|
},
|
9245
|
+
"GroupInfos": {
|
9246
|
+
"document": "用户组信息",
|
9247
|
+
"members": [
|
9248
|
+
{
|
9249
|
+
"disabled": false,
|
9250
|
+
"document": "用户组名称",
|
9251
|
+
"example": "nameTest",
|
9252
|
+
"member": "string",
|
9253
|
+
"name": "GroupName",
|
9254
|
+
"output_required": false,
|
9255
|
+
"required": false,
|
9256
|
+
"type": "string",
|
9257
|
+
"value_allowed_null": false
|
9258
|
+
},
|
9259
|
+
{
|
9260
|
+
"disabled": false,
|
9261
|
+
"document": "用户名称列表",
|
9262
|
+
"example": "无",
|
9263
|
+
"member": "string",
|
9264
|
+
"name": "Users",
|
9265
|
+
"output_required": false,
|
9266
|
+
"required": false,
|
9267
|
+
"type": "list",
|
9268
|
+
"value_allowed_null": false
|
9269
|
+
},
|
9270
|
+
{
|
9271
|
+
"disabled": false,
|
9272
|
+
"document": "备注",
|
9273
|
+
"example": "系统组",
|
9274
|
+
"member": "string",
|
9275
|
+
"name": "Description",
|
9276
|
+
"output_required": false,
|
9277
|
+
"required": false,
|
9278
|
+
"type": "string",
|
9279
|
+
"value_allowed_null": false
|
9280
|
+
},
|
9281
|
+
{
|
9282
|
+
"disabled": false,
|
9283
|
+
"document": "创建时间",
|
9284
|
+
"example": "2024-7-13",
|
9285
|
+
"member": "string",
|
9286
|
+
"name": "CreateTime",
|
9287
|
+
"output_required": false,
|
9288
|
+
"required": false,
|
9289
|
+
"type": "string",
|
9290
|
+
"value_allowed_null": false
|
9291
|
+
},
|
9292
|
+
{
|
9293
|
+
"disabled": false,
|
9294
|
+
"document": "用户组类型",
|
9295
|
+
"example": "1",
|
9296
|
+
"member": "int64",
|
9297
|
+
"name": "GroupType",
|
9298
|
+
"output_required": false,
|
9299
|
+
"required": false,
|
9300
|
+
"type": "int",
|
9301
|
+
"value_allowed_null": false
|
9302
|
+
},
|
9303
|
+
{
|
9304
|
+
"disabled": false,
|
9305
|
+
"document": "用户组类型描述",
|
9306
|
+
"example": "系统用户组",
|
9307
|
+
"member": "string",
|
9308
|
+
"name": "GroupTypeDesc",
|
9309
|
+
"output_required": false,
|
9310
|
+
"required": false,
|
9311
|
+
"type": "string",
|
9312
|
+
"value_allowed_null": false
|
9313
|
+
}
|
9314
|
+
],
|
9315
|
+
"usage": "both"
|
9316
|
+
},
|
9127
9317
|
"HealthStatus": {
|
9128
9318
|
"document": "进程健康状态",
|
9129
9319
|
"members": [
|
@@ -13918,6 +14108,34 @@
|
|
13918
14108
|
],
|
13919
14109
|
"usage": "both"
|
13920
14110
|
},
|
14111
|
+
"Order": {
|
14112
|
+
"document": "描述排序,用于排序.",
|
14113
|
+
"members": [
|
14114
|
+
{
|
14115
|
+
"disabled": false,
|
14116
|
+
"document": "排序字段。",
|
14117
|
+
"example": "create_time",
|
14118
|
+
"member": "string",
|
14119
|
+
"name": "Name",
|
14120
|
+
"output_required": false,
|
14121
|
+
"required": false,
|
14122
|
+
"type": "string",
|
14123
|
+
"value_allowed_null": false
|
14124
|
+
},
|
14125
|
+
{
|
14126
|
+
"disabled": false,
|
14127
|
+
"document": "Desc or Asc。",
|
14128
|
+
"example": "asc",
|
14129
|
+
"member": "string",
|
14130
|
+
"name": "Direction",
|
14131
|
+
"output_required": false,
|
14132
|
+
"required": false,
|
14133
|
+
"type": "string",
|
14134
|
+
"value_allowed_null": false
|
14135
|
+
}
|
14136
|
+
],
|
14137
|
+
"usage": "both"
|
14138
|
+
},
|
13921
14139
|
"OutterResource": {
|
13922
14140
|
"document": "资源详情",
|
13923
14141
|
"members": [
|
@@ -192,6 +192,14 @@
|
|
192
192
|
"title": "查询YARN资源调度的全局配置"
|
193
193
|
}
|
194
194
|
],
|
195
|
+
"DescribeGroupsSTD": [
|
196
|
+
{
|
197
|
+
"document": "",
|
198
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupsSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-mzkssfla\"\n}",
|
199
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"CreateTime\": \"2025-05-14 21:46:04\",\n \"GroupName\": \"test2\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": []\n },\n {\n \"CreateTime\": \"2025-05-14 21:46:04\",\n \"GroupName\": \"group2\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": []\n },\n {\n \"CreateTime\": \"2025-05-14 15:39:50\",\n \"GroupName\": \"jianpan-1\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a3\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 15:39:50\",\n \"GroupName\": \"jianpan-test\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a4\",\n \"a1\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 13:59:11\",\n \"GroupName\": \"user4\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a3\",\n \"a4\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 13:59:11\",\n \"GroupName\": \"user3\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a3\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 13:59:11\",\n \"GroupName\": \"user2\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a3\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 13:58:47\",\n \"GroupName\": \"odinlli1\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": [\n \"a1\"\n ]\n },\n {\n \"CreateTime\": \"2025-05-14 13:58:47\",\n \"GroupName\": \"odinlli4\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": []\n },\n {\n \"CreateTime\": \"2025-05-14 13:58:47\",\n \"GroupName\": \"odinlli3\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": []\n },\n {\n \"CreateTime\": \"2025-05-14 13:58:47\",\n \"GroupName\": \"odinlli2\",\n \"GroupType\": 2,\n \"GroupTypeDesc\": \"NormalUserGroup\",\n \"Users\": []\n }\n ],\n \"RequestId\": \"a7d952a8-7fe6-461c-b59c-9ae3d7d427d0\",\n \"TotalCount\": 11\n }\n}",
|
200
|
+
"title": "查询用户组信息"
|
201
|
+
}
|
202
|
+
],
|
195
203
|
"DescribeHBaseTableOverview": [
|
196
204
|
{
|
197
205
|
"document": "",
|
@@ -337,7 +337,7 @@
|
|
337
337
|
"status": "online"
|
338
338
|
},
|
339
339
|
"CreateReleaseFlow": {
|
340
|
-
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。\n\n注意:\n<ul>\n<li><strong>完成原合同签署后方可发起解除协议:</strong>只有在原合同所有签署人完成签署后,才可以启动解除协议的流程。</li>\n<li><strong>原合同状态更新:</strong
|
340
|
+
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/company/flow_release)。\n\n注意:\n<ul>\n<li><strong>完成原合同签署后方可发起解除协议:</strong>只有在原合同所有签署人完成签署后,才可以启动解除协议的流程。</li>\n<li><strong>原合同状态更新:</strong>解除协议一旦签署完毕,原合同状态将更新为“已解除”。</li>\n<li><strong>解除协议的个人参与要求:</strong>原合同中的个人参与者必须直接参与解除协议,禁止替换为其他第三方个人。</li>\n<li><strong>企业参与人的代理权:</strong>若原合同的企业参与人无法亲自参与解除协议,可指派具有等同权限的企业员工代行。</li>\n<li><strong>解除协议的费用问题:</strong>发起解除协议将产生费用,其扣费标准与其他企业合同相同。</li>\n<li><strong>解除协议的发起资格:</strong>仅限原合同中的企业类型参与者发起解除协议,个人参与者无此权限。</li>\n<li><strong>非原合同企业参与者的权限:</strong>非原合同的企业参与者发起解除协议时,必须具备相应的解除权限。</li>\n<li><strong>自动签署:</strong>支持本企业的自动签署,不支持其他企业的自动签署(不能不动声色的把别人参与的合同作废了)</li>\n</ul>\n\n",
|
341
341
|
"input": "CreateReleaseFlowRequest",
|
342
342
|
"name": "发起解除协议",
|
343
343
|
"output": "CreateReleaseFlowResponse",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"status": "online"
|
177
177
|
},
|
178
178
|
"ChannelCreateReleaseFlow": {
|
179
|
-
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/partner/flow_release)。\n\n注意:\n<ul><li><code>原合同必须签署完</code>成后才能发起解除协议。</li>\n<li>只有原合同企业类型的参与人才能发起解除协议,<code>个人参与方不能发起解除协议</code>。</li>\n<li>原合同个人类型参与人必须是解除协议的参与人,<code>不能更换其他第三方个人</code>参与解除协议。</li>\n<li>如果原合同企业参与人无法参与解除协议,可以指定同企业具有同等权限的<code>企业员工代为处理</code>。</li>\n<li>发起解除协议同发起其他企业合同一样,也会参与合同<code>扣费</code>,扣费标准同其他类型合同。</li>\n<li
|
179
|
+
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供,经过提供法务审核,暂不支持自定义。具体用法可以参考文档[合同解除](https://qian.tencent.com/developers/partner/flow_release)。\n\n注意:\n<ul><li><code>原合同必须签署完</code>成后才能发起解除协议。</li>\n<li>只有原合同企业类型的参与人才能发起解除协议,<code>个人参与方不能发起解除协议</code>。</li>\n<li>原合同个人类型参与人必须是解除协议的参与人,<code>不能更换其他第三方个人</code>参与解除协议。</li>\n<li>如果原合同企业参与人无法参与解除协议,可以指定同企业具有同等权限的<code>企业员工代为处理</code>。</li>\n<li>发起解除协议同发起其他企业合同一样,也会参与合同<code>扣费</code>,扣费标准同其他类型合同。</li>\n<li>在解除协议签署完毕后,原合同变为已解除状态。</li>\n<li>非原合同企业参与人发起解除协议时,需要有<code>解除合同的权限</code>。</li>\n</ul>",
|
180
180
|
"input": "ChannelCreateReleaseFlowRequest",
|
181
181
|
"name": "发起解除协议",
|
182
182
|
"output": "ChannelCreateReleaseFlowResponse",
|
@@ -1657,7 +1657,7 @@
|
|
1657
1657
|
{
|
1658
1658
|
"disabled": false,
|
1659
1659
|
"document": "Fileset名称",
|
1660
|
-
"example": "
|
1660
|
+
"example": "myfset",
|
1661
1661
|
"member": "string",
|
1662
1662
|
"name": "FsetName",
|
1663
1663
|
"output_required": true,
|
@@ -1745,7 +1745,7 @@
|
|
1745
1745
|
{
|
1746
1746
|
"disabled": false,
|
1747
1747
|
"document": "Fileset审计",
|
1748
|
-
"example": "
|
1748
|
+
"example": "enable/disable",
|
1749
1749
|
"member": "string",
|
1750
1750
|
"name": "AuditState",
|
1751
1751
|
"output_required": false,
|
@@ -1756,7 +1756,7 @@
|
|
1756
1756
|
{
|
1757
1757
|
"disabled": false,
|
1758
1758
|
"document": "创建时间",
|
1759
|
-
"example": "
|
1759
|
+
"example": "2025-04-08T19:38:54+08:00",
|
1760
1760
|
"member": "datetime_iso",
|
1761
1761
|
"name": "CreateTime",
|
1762
1762
|
"output_required": false,
|
@@ -1767,7 +1767,7 @@
|
|
1767
1767
|
{
|
1768
1768
|
"disabled": false,
|
1769
1769
|
"document": "修改时间",
|
1770
|
-
"example": "
|
1770
|
+
"example": "2025-04-29T15:20:23+08:00",
|
1771
1771
|
"member": "datetime_iso",
|
1772
1772
|
"name": "ModifyTime",
|
1773
1773
|
"output_required": false,
|
@@ -1586,6 +1586,16 @@
|
|
1586
1586
|
"type": "string",
|
1587
1587
|
"value_allowed_null": false
|
1588
1588
|
},
|
1589
|
+
{
|
1590
|
+
"disabled": false,
|
1591
|
+
"document": "访问链接,可以直接使用此链接访问 WebShell",
|
1592
|
+
"example": "https://ex-cloud-gaming.crtrcloud.com/cloud_gaming_web/webterm/index.html?container=xxx&shell-key=xxxx&shell-addr=ap-shenzhen-1.webssh.crtrcloud.com",
|
1593
|
+
"member": "string",
|
1594
|
+
"name": "ConnectUrl",
|
1595
|
+
"output_required": false,
|
1596
|
+
"type": "string",
|
1597
|
+
"value_allowed_null": false
|
1598
|
+
},
|
1589
1599
|
{
|
1590
1600
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1591
1601
|
"member": "string",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
{
|
75
75
|
"document": "",
|
76
76
|
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndroidInstanceWebShell\n<公共请求参数>\n\n{\n \"AndroidInstanceId\": \"cai-123456-abc\"\n}",
|
77
|
-
"output": "{\n \"Response\": {\n \"Key\": \"key-01\",\n \"Address\": \"ap-shenzhen-1.webssh.crtrcloud.com\",\n \"Zone\": \"ap-shenzhen-1\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
77
|
+
"output": "{\n \"Response\": {\n \"Key\": \"key-01\",\n \"Address\": \"ap-shenzhen-1.webssh.crtrcloud.com\",\n \"Zone\": \"ap-shenzhen-1\",\n \"ConnectUrl\": \"https://ex-cloud-gaming.crtrcloud.com/cloud_gaming_web/webterm/index.html?container=xxx&shell-key=xxxx&shell-addr=ap-shenzhen-1.webssh.crtrcloud.com\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
78
78
|
"title": "创建安卓实例 WebShell 连接"
|
79
79
|
}
|
80
80
|
],
|
@@ -711,7 +711,7 @@
|
|
711
711
|
},
|
712
712
|
{
|
713
713
|
"disabled": false,
|
714
|
-
"document": "实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
714
|
+
"document": "实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>",
|
715
715
|
"example": "100006",
|
716
716
|
"member": "uint64",
|
717
717
|
"name": "ZoneId",
|
@@ -720,7 +720,7 @@
|
|
720
720
|
},
|
721
721
|
{
|
722
722
|
"disabled": false,
|
723
|
-
"document": "实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
723
|
+
"document": "实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>",
|
724
724
|
"example": "ap-guangzhou-6",
|
725
725
|
"member": "string",
|
726
726
|
"name": "ZoneName",
|
@@ -765,7 +765,7 @@
|
|
765
765
|
},
|
766
766
|
{
|
767
767
|
"disabled": false,
|
768
|
-
"document": "包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>",
|
768
|
+
"document": "包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>",
|
769
769
|
"example": "0",
|
770
770
|
"member": "uint64",
|
771
771
|
"name": "AutoRenew",
|
@@ -828,7 +828,7 @@
|
|
828
828
|
},
|
829
829
|
{
|
830
830
|
"disabled": false,
|
831
|
-
"document": "数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li>",
|
831
|
+
"document": "数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li></ul>",
|
832
832
|
"example": "ON",
|
833
833
|
"member": "string",
|
834
834
|
"name": "Compression",
|
@@ -847,6 +847,7 @@
|
|
847
847
|
"example": "199878234",
|
848
848
|
"member": "string",
|
849
849
|
"name": "DealId",
|
850
|
+
"output_required": true,
|
850
851
|
"type": "string",
|
851
852
|
"value_allowed_null": false
|
852
853
|
},
|
@@ -856,6 +857,7 @@
|
|
856
857
|
"example": "kee-7djvzcnx",
|
857
858
|
"member": "string",
|
858
859
|
"name": "InstanceIds",
|
860
|
+
"output_required": true,
|
859
861
|
"type": "list",
|
860
862
|
"value_allowed_null": false
|
861
863
|
},
|
@@ -18726,7 +18726,7 @@
|
|
18726
18726
|
},
|
18727
18727
|
{
|
18728
18728
|
"disabled": false,
|
18729
|
-
"document": "存储至 cos 的 bucket 桶名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18729
|
+
"document": "存储至 cos 的 bucket 桶名称。\n注:CosBucketName参数值不能包含-[appid] 部分。\n注意:此字段可能返回 null,表示取不到有效值。",
|
18730
18730
|
"example": "bucket",
|
18731
18731
|
"member": "string",
|
18732
18732
|
"name": "CosBucketName",
|
@@ -14224,7 +14224,7 @@
|
|
14224
14224
|
},
|
14225
14225
|
{
|
14226
14226
|
"disabled": false,
|
14227
|
-
"document": "
|
14227
|
+
"document": "来源(0 从本地文档导入),默认值为0",
|
14228
14228
|
"example": "无",
|
14229
14229
|
"member": "int64",
|
14230
14230
|
"name": "Source",
|
@@ -14233,7 +14233,7 @@
|
|
14233
14233
|
},
|
14234
14234
|
{
|
14235
14235
|
"disabled": false,
|
14236
|
-
"document": "
|
14236
|
+
"document": "自定义链接地址, IsRefer为true的时候,该值才有意义",
|
14237
14237
|
"example": "无",
|
14238
14238
|
"member": "string",
|
14239
14239
|
"name": "WebUrl",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ChatCompletions": {
|
4
|
-
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[
|
4
|
+
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持128K上下文长度,最大输出16k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输出16k。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-Prover-V2(model 参数值为**deepseek-prover-v2**)\n - DeepSeek-Prover-V2 为671B 参数 MoE 模型,在数学定理证明和复杂计算任务中表现出色。\n - 支持64K上下文长度,最大输出16k。\n\n\n### 计费说明\n\n- 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://lke.cloud.tencent.com/lke#/app/system/charge/postpaid)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。\n\n - DeepSeek-R1 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-Prover-V2 模型 | 暂不计费\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
5
5
|
"input": "ChatCompletionsRequest",
|
6
6
|
"name": "DeepSeek API 接口",
|
7
7
|
"output": "ChatCompletionsResponse",
|
@@ -1918,7 +1918,7 @@
|
|
1918
1918
|
{
|
1919
1919
|
"disabled": false,
|
1920
1920
|
"document": "答案,最大4000个英文字符",
|
1921
|
-
"example": "
|
1921
|
+
"example": "我是您的智能助手",
|
1922
1922
|
"member": "string",
|
1923
1923
|
"name": "Answer",
|
1924
1924
|
"required": true,
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"CreateQA": [
|
34
34
|
{
|
35
35
|
"document": "创建问答对",
|
36
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"Question\": \"你是谁\",\n \"Answer\": \"
|
36
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"Question\": \"你是谁\",\n \"Answer\": \"我是您的智能助手\",\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
|
37
37
|
"output": "{\n \"Response\": {\n \"QaId\": \"1830995120618932160\",\n \"RequestId\": \"28c960e9-c3ba-4a6d-be28-0d5d0dcca5ca\"\n }\n}",
|
38
38
|
"title": "创建问答对"
|
39
39
|
},
|
@@ -175,7 +175,7 @@
|
|
175
175
|
"ModifyQA": [
|
176
176
|
{
|
177
177
|
"document": "修改问答对",
|
178
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"QaId\": \"1830995120618932160\",\n \"Question\": \"你是谁\",\n \"Answer\": \"
|
178
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"QaId\": \"1830995120618932160\",\n \"Question\": \"你是谁\",\n \"Answer\": \"我是您的智能助手\",\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
|
179
179
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4f4843c1-8f3b-4a0b-ad7e-91b47f2b93c7\"\n }\n}",
|
180
180
|
"title": "修改问答对"
|
181
181
|
}
|
@@ -15260,6 +15260,15 @@
|
|
15260
15260
|
"name": "EndTime",
|
15261
15261
|
"required": true,
|
15262
15262
|
"type": "string"
|
15263
|
+
},
|
15264
|
+
{
|
15265
|
+
"disabled": false,
|
15266
|
+
"document": "对端客户端或者服务端的IP地址",
|
15267
|
+
"example": "101.101.101.101",
|
15268
|
+
"member": "string",
|
15269
|
+
"name": "RemoteIp",
|
15270
|
+
"required": false,
|
15271
|
+
"type": "string"
|
15263
15272
|
}
|
15264
15273
|
],
|
15265
15274
|
"type": "object"
|
@@ -15453,6 +15462,15 @@
|
|
15453
15462
|
"name": "Period",
|
15454
15463
|
"required": true,
|
15455
15464
|
"type": "string"
|
15465
|
+
},
|
15466
|
+
{
|
15467
|
+
"disabled": false,
|
15468
|
+
"document": "对端客户端或者服务端的IP地址",
|
15469
|
+
"example": "101.101.101.101",
|
15470
|
+
"member": "string",
|
15471
|
+
"name": "RemoteIp",
|
15472
|
+
"required": false,
|
15473
|
+
"type": "string"
|
15456
15474
|
}
|
15457
15475
|
],
|
15458
15476
|
"type": "object"
|
@@ -15544,6 +15562,15 @@
|
|
15544
15562
|
"name": "EndTime",
|
15545
15563
|
"required": true,
|
15546
15564
|
"type": "string"
|
15565
|
+
},
|
15566
|
+
{
|
15567
|
+
"disabled": false,
|
15568
|
+
"document": "对端客户端或者服务端的IP地址",
|
15569
|
+
"example": "101.101.101.101",
|
15570
|
+
"member": "string",
|
15571
|
+
"name": "RemoteIp",
|
15572
|
+
"required": false,
|
15573
|
+
"type": "string"
|
15547
15574
|
}
|
15548
15575
|
],
|
15549
15576
|
"type": "object"
|