tccli 3.0.1342.1__py2.py3-none-any.whl → 3.0.1344.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/__init__.py +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +107 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +40 -40
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +65 -1
- tccli/services/ecm/v20190719/api.json +14 -14
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +16 -7
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +189 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +137 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/teo_client.py +269 -4
- tccli/services/teo/v20220901/api.json +502 -23
- tccli/services/teo/v20220901/examples.json +77 -1
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +73 -80
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +87 -79
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -32,6 +32,14 @@
|
|
32
32
|
"title": "云盘挂载"
|
33
33
|
}
|
34
34
|
],
|
35
|
+
"ConvertPreToPostCluster": [
|
36
|
+
{
|
37
|
+
"document": "",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConvertPreToPostCluster\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-gjmqt2b1\",\n \"ClientToken\": \"\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"11f53a6c-df44-4496-acac-d09b98ccd\"\n }\n}",
|
40
|
+
"title": "包月集群转按量集群"
|
41
|
+
}
|
42
|
+
],
|
35
43
|
"CreateCloudInstance": [
|
36
44
|
{
|
37
45
|
"document": "创建EMR容器实例",
|
@@ -304,6 +312,14 @@
|
|
304
312
|
"title": "DescribeNodeResourceConfigFast示例"
|
305
313
|
}
|
306
314
|
],
|
315
|
+
"DescribeNodeSpec": [
|
316
|
+
{
|
317
|
+
"document": "",
|
318
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeSpec\n<公共请求参数>\n\n{\n \"ZoneId\": 190001,\n \"CvmPayMode\": 0,\n \"NodeType\": \"All\",\n \"TradeType\": 3,\n \"ProductId\": 30,\n \"SceneName\": \"Hadoop-Default\"\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"NodeSpecs\": [\n {\n \"CmnTypes\": [],\n \"NodeName\": \"Master 节点\",\n \"NodeType\": \"Master\",\n \"Types\": [\n {\n \"InstanceFamilies\": [\n {\n \"FamilyName\": \"标准型S6\",\n \"InstanceFamily\": \"S6\",\n \"InstanceTypes\": [],\n \"Order\": 60\n }\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"bb613114-cbe0-4fc1-8845-1d69e4f35e7a\"\n }\n}",
|
320
|
+
"title": "查询节点规格"
|
321
|
+
}
|
322
|
+
],
|
307
323
|
"DescribeResourceSchedule": [
|
308
324
|
{
|
309
325
|
"document": "",
|
@@ -336,6 +352,14 @@
|
|
336
352
|
"title": "Serverless HBase查询实例列表"
|
337
353
|
}
|
338
354
|
],
|
355
|
+
"DescribeServiceConfGroupInfos": [
|
356
|
+
{
|
357
|
+
"document": "",
|
358
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServiceConfGroupInfos\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-cp4f67tz\",\n \"ServiceName\": \"HDFS\",\n \"ConfGroupName\": \"hdfs-core-defaultGroup\",\n \"PageNo\": 1,\n \"PageSize\": 10\n}",
|
359
|
+
"output": "{\n \"Response\": {\n \"ConfItemKVList\": [\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZGVsZWdhdGlvbi50b2tlbi5pZGVudGlmaWVyLnNlcmlhbGl6YXRpb24udmVyc2lvbg==\",\n \"Value\": \"MA==\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZGVsZWdhdGlvbi50b2tlbi5pZGVudGlmaWVyLnRyYW5zbWlzc2lvbi52ZXJzaW9u\",\n \"Value\": \"MA==\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLmNmcy5ncm91cC5pZC5tYXA=\",\n \"Value\": \"cm9vdDowO2hhZG9vcDo1MDA=\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLmNmcy5pby5ibG9ja3NpemU=\",\n \"Value\": \"MTA0ODU3Ng==\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLmNmcy51c2VyLmlkLm1hcA==\",\n \"Value\": \"cm9vdDowO2hhZG9vcDo1MDA=\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLmNmcy53cml0ZS5sZXZlbA==\",\n \"Value\": \"Mg==\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLnRlbXJmcy5kb3dubG9hZC5tZDU=\",\n \"Value\": \"NTNiNGY5NWQxYzQ0YTI2OGYxNmIwMDllNDNkYjcxMzA=\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLnRlbXJmcy5kb3dubG9hZC5yZWdpb24=\",\n \"Value\": \"Z3o=\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLnRlbXJmcy5kb3dubG9hZC52ZXJzaW9u\",\n \"Value\": \"My4xLjAtOC4yLjctMS4wLjg=\"\n },\n {\n \"InFile\": \"core-site.xml\",\n \"Name\": \"ZW1yLnRlbXJmcy50bXAuY2FjaGUuZGly\",\n \"Value\": \"L2RhdGEvZW1yL2hkZnMvdG1wL3RlbXJmcw==\"\n }\n ],\n \"RequestId\": \"d2d5d132-d5f9-4b76-90b3-a12756be5d92\",\n \"TotalCount\": 146\n }\n}",
|
360
|
+
"title": "配置组配置参数信息"
|
361
|
+
}
|
362
|
+
],
|
339
363
|
"DescribeServiceNodeInfos": [
|
340
364
|
{
|
341
365
|
"document": "查询服务进程信息",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"document": "",
|
30
30
|
"input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDocumentChunkResult\n<公共请求参数>\n\n{\n \"TaskId\": \"3041d1dc-1072-4025-a3c2-f8baea25801b\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"DocumentChunkResultUrl\": \"https://aisearch-xxx.cos.ap-
|
31
|
+
"output": "{\n \"Response\": {\n \"DocumentChunkResultUrl\": \"https://aisearch-xxx.cos.ap-xxx.myqcloud.com/%2F1257780094/2032/0eef71d5c6b94f4c9f77bf96a990dd93.zip?x-cos-security-token=xxx=sha1&q-ak=AKID_xxx&q-sign-time=1744101492%3B1744187892&q-key-time=1744101492%3B1744187892&q-header-list=host&q-url-param-list=x-cos-security-token&q-signature=xxx\",\n \"RequestId\": \"0b2bf3af-5671-45e8-a5db-xxx\",\n \"Status\": 1,\n \"Usage\": {\n \"PageNumber\": 1,\n \"TotalTokens\": 118\n }\n }\n}",
|
32
32
|
"title": "获取文档切片结果"
|
33
33
|
}
|
34
34
|
],
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDocumentParseResult\n<公共请求参数>\n\n{\n \"TaskId\": \"3cce395a-fe9e-460f-9b19-8920d15867e3\"\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"DocumentParseResultUrl\": \"https://aisearch-xxxx.cos.ap-
|
39
|
+
"output": "{\n \"Response\": {\n \"DocumentParseResultUrl\": \"https://aisearch-xxxx.cos.ap-xxx.myqcloud.com/%2F1257780094/2025/87a8419e7e7d4bd9ad17267c47d12168.zip?x-cos-security-token=xxx&q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1744014678%3B1744101078&q-key-time=1744014678%3B1744101078&q-header-list=host&q-url-param-list=x-cos-security-token&q-signature=xxx\",\n \"FailedPages\": null,\n \"RequestId\": \"7da936b2-8d10-42bd-b65f-8d10ae99927a\",\n \"Status\": 1\n }\n}",
|
40
40
|
"title": "获取文档解析任务结果"
|
41
41
|
}
|
42
42
|
],
|
@@ -1518,7 +1518,7 @@
|
|
1518
1518
|
},
|
1519
1519
|
{
|
1520
1520
|
"disabled": false,
|
1521
|
-
"document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸识别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li
|
1521
|
+
"document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸识别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li>如果是小程序开通链接,仅支持 WEIXINAPP 。为空默认 WEIXINAPP</li>\n<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>",
|
1522
1522
|
"example": "[\"WEIXINAPP\"]",
|
1523
1523
|
"member": "string",
|
1524
1524
|
"name": "VerifyChannels",
|
@@ -2318,7 +2318,7 @@
|
|
2318
2318
|
},
|
2319
2319
|
{
|
2320
2320
|
"disabled": false,
|
2321
|
-
"document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true
|
2321
|
+
"document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面无法编辑控件值</li></ul>",
|
2322
2322
|
"example": "false",
|
2323
2323
|
"member": "bool",
|
2324
2324
|
"name": "LockComponentValue",
|
@@ -11679,7 +11679,7 @@
|
|
11679
11679
|
"members": [
|
11680
11680
|
{
|
11681
11681
|
"disabled": false,
|
11682
|
-
"document": "签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。\n模板发起合同时,该参数为必填项。\n
|
11682
|
+
"document": "签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。\n模板发起合同时,该参数为必填项。\n文件发起合同时,该参数无需传值。\n如果开发者后序用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。",
|
11683
11683
|
"example": "yDwhSUUckp3lqxlpUu6Ni3SvjJPoxxxx",
|
11684
11684
|
"member": "string",
|
11685
11685
|
"name": "RecipientId",
|
@@ -11706,7 +11706,7 @@
|
|
11706
11706
|
},
|
11707
11707
|
{
|
11708
11708
|
"disabled": false,
|
11709
|
-
"document": "
|
11709
|
+
"document": "补充企业签署人员工姓名\n<ul>\n<li>ApproverSource!=WEWORKAPP时,必传</li>\n</ul>",
|
11710
11710
|
"example": "张三",
|
11711
11711
|
"member": "string",
|
11712
11712
|
"name": "ApproverName",
|
@@ -11715,7 +11715,7 @@
|
|
11715
11715
|
},
|
11716
11716
|
{
|
11717
11717
|
"disabled": false,
|
11718
|
-
"document": "
|
11718
|
+
"document": "补充企业签署人员工手机号\n<ul>\n<li>ApproverSource!=WEWORKAPP时,必传</li>\n</ul>",
|
11719
11719
|
"example": "18800000000",
|
11720
11720
|
"member": "string",
|
11721
11721
|
"name": "ApproverMobile",
|
@@ -11742,7 +11742,7 @@
|
|
11742
11742
|
},
|
11743
11743
|
{
|
11744
11744
|
"disabled": false,
|
11745
|
-
"document": "签署方经办人的证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11
|
11745
|
+
"document": "签署方经办人的证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串</li></ul>\n\n注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
11746
11746
|
"example": "37000019890303000X",
|
11747
11747
|
"member": "string",
|
11748
11748
|
"name": "ApproverIdCardNumber",
|
@@ -11757,6 +11757,15 @@
|
|
11757
11757
|
"name": "FlowId",
|
11758
11758
|
"required": false,
|
11759
11759
|
"type": "string"
|
11760
|
+
},
|
11761
|
+
{
|
11762
|
+
"disabled": false,
|
11763
|
+
"document": "通知类型:\n<li>当FillApproverType =0,或签场景补充签署人时,指定是否发送或签领取短信</li>\n\n<li>SMS:开启或签领取短信通知</li>\n\n<li>NONE:关闭或签领取短信通知</li>\n\n<li>当NotifyType=NONE时,可调用<a href=\"https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl\" target=\"_blank\" rel=\"noopener noreferrer\">获取跳转至腾讯电子签小程序的签署链接</a>接口生成签署链接来完成或签领取</li>\n\n\n",
|
11764
|
+
"example": "SMS",
|
11765
|
+
"member": "string",
|
11766
|
+
"name": "NotifyType",
|
11767
|
+
"required": false,
|
11768
|
+
"type": "string"
|
11760
11769
|
}
|
11761
11770
|
],
|
11762
11771
|
"usage": "in"
|
@@ -15241,7 +15250,7 @@
|
|
15241
15250
|
},
|
15242
15251
|
{
|
15243
15252
|
"disabled": false,
|
15244
|
-
"document": "
|
15253
|
+
"document": "指定企业认证的授权方式:\n\n<ul>\n<li><strong>2</strong>: 法人授权方式</li>\n<li><strong>5</strong>: 授权书+对公打款方式</li>\n</ul>",
|
15245
15254
|
"example": "2",
|
15246
15255
|
"member": "int64",
|
15247
15256
|
"name": "AuthorizationType",
|
@@ -1103,8 +1103,8 @@
|
|
1103
1103
|
},
|
1104
1104
|
{
|
1105
1105
|
"disabled": false,
|
1106
|
-
"document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸识别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li
|
1107
|
-
"example": "[\"
|
1106
|
+
"document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸识别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li>如果是小程序开通链接,仅支持传 WEIXINAPP。为空默认 WEIXINAPP</li>\n<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>",
|
1107
|
+
"example": "[\"WEIXINAPP\"]",
|
1108
1108
|
"member": "string",
|
1109
1109
|
"name": "VerifyChannels",
|
1110
1110
|
"required": false,
|
@@ -6481,7 +6481,7 @@
|
|
6481
6481
|
},
|
6482
6482
|
{
|
6483
6483
|
"disabled": false,
|
6484
|
-
"document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true
|
6484
|
+
"document": "**web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑\n<ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>\n<li>true:锁定控件值,在页面无法编辑控件值</li></ul>",
|
6485
6485
|
"example": "false",
|
6486
6486
|
"member": "bool",
|
6487
6487
|
"name": "LockComponentValue",
|
@@ -615,6 +615,16 @@
|
|
615
615
|
"output_required": false,
|
616
616
|
"type": "string",
|
617
617
|
"value_allowed_null": false
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"disabled": false,
|
621
|
+
"document": "安卓应用包名",
|
622
|
+
"example": "app_pakcage_name",
|
623
|
+
"member": "string",
|
624
|
+
"name": "PackageName",
|
625
|
+
"output_required": false,
|
626
|
+
"type": "string",
|
627
|
+
"value_allowed_null": false
|
618
628
|
}
|
619
629
|
],
|
620
630
|
"usage": "out"
|
@@ -708,13 +718,33 @@
|
|
708
718
|
},
|
709
719
|
{
|
710
720
|
"disabled": false,
|
711
|
-
"document": "
|
721
|
+
"document": "安卓应用版本名称(版本描述、备注)",
|
712
722
|
"example": "\"version_name\"",
|
713
723
|
"member": "string",
|
714
724
|
"name": "AndroidAppVersionName",
|
715
725
|
"output_required": true,
|
716
726
|
"type": "string",
|
717
727
|
"value_allowed_null": false
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"disabled": false,
|
731
|
+
"document": "安卓应用启动页",
|
732
|
+
"example": "\".MainActivity\"",
|
733
|
+
"member": "string",
|
734
|
+
"name": "Activity",
|
735
|
+
"output_required": true,
|
736
|
+
"type": "string",
|
737
|
+
"value_allowed_null": false
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"disabled": false,
|
741
|
+
"document": "应用版本号(Version Name)",
|
742
|
+
"example": "\"6.5.2\"",
|
743
|
+
"member": "string",
|
744
|
+
"name": "VersionName",
|
745
|
+
"output_required": true,
|
746
|
+
"type": "string",
|
747
|
+
"value_allowed_null": false
|
718
748
|
}
|
719
749
|
],
|
720
750
|
"usage": "out"
|
@@ -3145,6 +3175,15 @@
|
|
3145
3175
|
"name": "AndroidAppIds",
|
3146
3176
|
"required": true,
|
3147
3177
|
"type": "list"
|
3178
|
+
},
|
3179
|
+
{
|
3180
|
+
"disabled": false,
|
3181
|
+
"document": "字段过滤器。Filter 的 Name 有以下值: AndroidInstanceId:实例 ID",
|
3182
|
+
"example": "无",
|
3183
|
+
"member": "Filter",
|
3184
|
+
"name": "Filters",
|
3185
|
+
"required": false,
|
3186
|
+
"type": "list"
|
3148
3187
|
}
|
3149
3188
|
],
|
3150
3189
|
"type": "object"
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "查询安卓应用信息",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAndroidApps\n<公共请求参数>\n\n{\n \"Offset\": 2,\n \"Limit\": 2\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"Command\": \"tar -zxvf test-1.0.X.tgz && cd test-1.0.X && ./install.sh\",\n \"UninstallCommand\": \"cd test-1.0.X && ./uninstall.sh\",\n \"CleanupMode\": \"CLEANUP_ON_UNINSTALL\",\n \"State\": \"CREATE_SUCCESS\",\n \"AndroidAppVersionName\": \"version_name\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"Command\": \"tar -zxvf test-2.0.X.tgz && cd test-2.0.X && ./install.sh\",\n \"UninstallCommand\": \"cd test-2.0.X && ./uninstall.sh\",\n \"CleanupMode\": \"CLEANUP_AFTER_INSTALL\",\n \"State\": \"CREATE_FAIL\",\n \"AndroidAppVersionName\": \"version_name2\"\n }\n ],\n \"Name\": \"test-app-1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user1\",\n \"AppMode\": \"ADVANCED\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"UpdateState\": \"CREATE_SUCCESS\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"test-app-2\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user2\",\n \"AppMode\": \"NORMAL\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"UpdateState\": \"CREATE_SUCCESS\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
181
|
+
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"Command\": \"tar -zxvf test-1.0.X.tgz && cd test-1.0.X && ./install.sh\",\n \"UninstallCommand\": \"cd test-1.0.X && ./uninstall.sh\",\n \"CleanupMode\": \"CLEANUP_ON_UNINSTALL\",\n \"State\": \"CREATE_SUCCESS\",\n \"AndroidAppVersionName\": \"version_name\",\n \"Activity\": \"\",\n \"VersionName\": \"\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"Command\": \"tar -zxvf test-2.0.X.tgz && cd test-2.0.X && ./install.sh\",\n \"UninstallCommand\": \"cd test-2.0.X && ./uninstall.sh\",\n \"CleanupMode\": \"CLEANUP_AFTER_INSTALL\",\n \"State\": \"CREATE_FAIL\",\n \"AndroidAppVersionName\": \"version_name2\",\n \"Activity\": \"\",\n \"VersionName\": \"\"\n }\n ],\n \"Name\": \"test-app-1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user1\",\n \"AppMode\": \"ADVANCED\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"UpdateState\": \"CREATE_SUCCESS\",\n \"PackageName\": \"package_name\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"test-app-2\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user2\",\n \"AppMode\": \"NORMAL\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"UpdateState\": \"CREATE_SUCCESS\",\n \"PackageName\": \"package_name\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
182
182
|
"title": "查询安卓应用信息"
|
183
183
|
}
|
184
184
|
],
|
@@ -233,7 +233,7 @@
|
|
233
233
|
"DescribeAndroidInstancesByApps": [
|
234
234
|
{
|
235
235
|
"document": "",
|
236
|
-
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAndroidInstancesByApps\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"AndroidAppIds\": [\n \"apk-abcd1234\"\n ]\n}",
|
236
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAndroidInstancesByApps\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"AndroidAppIds\": [\n \"apk-abcd1234\"\n ],\n \"Filters\": [\n {}\n ]\n}",
|
237
237
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6f7b34a3-0c00-4fac-b6f0-08d47ac3e736\",\n \"TotalCount\": 1,\n \"AndroidInstances\": [\n {\n \"AndroidInstanceId\": \"cai-abcd1234\",\n \"AndroidInstanceRegion\": \"ap-guagnzhou\",\n \"State\": \"NORMAL\",\n \"AndroidInstanceType\": \"A6\"\n }\n ]\n }\n}",
|
238
238
|
"title": "查询安装指定应用的安卓实例"
|
239
239
|
}
|
@@ -164,7 +164,7 @@
|
|
164
164
|
},
|
165
165
|
"metadata": {
|
166
166
|
"apiVersion": "2023-09-01",
|
167
|
-
"api_brief": "
|
167
|
+
"api_brief": "腾讯云大模型API(Tencent Cloud Large Model API)包含腾讯公司全链路自研的混元大模型系列,以及优秀的第三方大模型DeepSeek系列,为企业客户提供便捷、可靠的大模型推理服务。其中混元大模型在高质量的内容创作、数理逻辑、代码生成、多轮对话、图像与视频生产上表现优越,处于业界领先水平。",
|
168
168
|
"serviceNameCN": "腾讯混元大模型",
|
169
169
|
"serviceShortName": "hunyuan"
|
170
170
|
},
|