tccli 3.0.1283.1__py2.py3-none-any.whl → 3.0.1284.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/acp/v20220105/api.json +23 -23
- tccli/services/acp/v20220105/examples.json +2 -8
- tccli/services/advisor/v20200721/api.json +4 -2
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +4 -2
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfg/v20210820/api.json +5 -5
- tccli/services/clb/v20180317/api.json +20 -2
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dbbrain/v20191016/api.json +17 -17
- tccli/services/dbbrain/v20210527/api.json +22 -22
- tccli/services/dcdb/v20180411/api.json +14 -4
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +128 -56
- tccli/services/dlc/v20210125/examples.json +3 -3
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/dts/v20180330/api.json +16 -16
- tccli/services/dts/v20211206/api.json +493 -488
- tccli/services/es/v20180416/api.json +3 -3
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +122 -1
- tccli/services/ess/v20201111/examples.json +26 -0
- tccli/services/essbasic/essbasic_client.py +57 -4
- tccli/services/essbasic/v20210526/api.json +163 -0
- tccli/services/essbasic/v20210526/examples.json +26 -0
- tccli/services/goosefs/v20220519/api.json +26 -24
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +8 -8
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lowcode/v20210108/api.json +165 -165
- tccli/services/lowcode/v20210108/examples.json +5 -5
- tccli/services/mariadb/v20170312/api.json +12 -2
- tccli/services/mariadb/v20170312/examples.json +4 -4
- tccli/services/monitor/v20180724/api.json +7 -7
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +61 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +11 -2
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +2 -2
- tccli/services/scf/v20180416/api.json +40 -0
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +118 -212
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/tds/v20220801/api.json +2 -2
- tccli/services/tione/v20211111/api.json +41 -1
- tccli/services/tse/v20201207/api.json +207 -104
- tccli/services/vclm/v20240523/api.json +20 -2
- tccli/services/vdb/v20230616/api.json +62 -62
- tccli/services/vdb/v20230616/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +143 -0
- tccli/services/waf/v20180125/examples.json +16 -0
- tccli/services/waf/waf_client.py +106 -0
- tccli/services/wedata/v20210820/api.json +965 -133
- tccli/services/wedata/v20210820/examples.json +24 -8
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1284.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1284.1.dist-info}/RECORD +66 -66
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1284.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1284.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1284.1.dist-info}/license_files/LICENSE +0 -0
@@ -315,14 +315,14 @@
|
|
315
315
|
"members": [
|
316
316
|
{
|
317
317
|
"disabled": false,
|
318
|
-
"document": "
|
318
|
+
"document": "到期时间",
|
319
319
|
"example": "2024-01-01 00:00:00",
|
320
320
|
"member": "string",
|
321
321
|
"name": "CurDeadline",
|
322
322
|
"output_required": false,
|
323
323
|
"required": false,
|
324
324
|
"type": "string",
|
325
|
-
"value_allowed_null":
|
325
|
+
"value_allowed_null": false
|
326
326
|
},
|
327
327
|
{
|
328
328
|
"disabled": false,
|
@@ -337,25 +337,25 @@
|
|
337
337
|
},
|
338
338
|
{
|
339
339
|
"disabled": false,
|
340
|
-
"document": "自动付费标识:0:默认未设置 1:自动续费 2
|
340
|
+
"document": "自动付费标识:0:默认未设置 1:自动续费 2 不自动续费",
|
341
341
|
"example": "0",
|
342
342
|
"member": "int64",
|
343
343
|
"name": "AutoRenewFlag",
|
344
344
|
"output_required": false,
|
345
345
|
"required": false,
|
346
346
|
"type": "int",
|
347
|
-
"value_allowed_null":
|
347
|
+
"value_allowed_null": false
|
348
348
|
},
|
349
349
|
{
|
350
350
|
"disabled": false,
|
351
|
-
"document": "资源ID
|
351
|
+
"document": "资源ID",
|
352
352
|
"example": "100026787145_sp_cdls_goosefs_1716879810",
|
353
353
|
"member": "string",
|
354
354
|
"name": "ResourceId",
|
355
355
|
"output_required": false,
|
356
356
|
"required": false,
|
357
357
|
"type": "string",
|
358
|
-
"value_allowed_null":
|
358
|
+
"value_allowed_null": false
|
359
359
|
}
|
360
360
|
],
|
361
361
|
"usage": "both"
|
@@ -461,13 +461,13 @@
|
|
461
461
|
},
|
462
462
|
{
|
463
463
|
"disabled": false,
|
464
|
-
"document": "
|
464
|
+
"document": "自定义挂载点",
|
465
465
|
"example": "/test",
|
466
466
|
"member": "string",
|
467
467
|
"name": "MountPoint",
|
468
468
|
"output_required": false,
|
469
469
|
"type": "string",
|
470
|
-
"value_allowed_null":
|
470
|
+
"value_allowed_null": false
|
471
471
|
}
|
472
472
|
],
|
473
473
|
"usage": "out"
|
@@ -1138,7 +1138,7 @@
|
|
1138
1138
|
"example": "无",
|
1139
1139
|
"member": "FSAttribute",
|
1140
1140
|
"name": "FSAttributeList",
|
1141
|
-
"
|
1141
|
+
"output_required": true,
|
1142
1142
|
"type": "list",
|
1143
1143
|
"value_allowed_null": false
|
1144
1144
|
},
|
@@ -1148,7 +1148,7 @@
|
|
1148
1148
|
"example": "30",
|
1149
1149
|
"member": "uint64",
|
1150
1150
|
"name": "TotalCount",
|
1151
|
-
"
|
1151
|
+
"output_required": true,
|
1152
1152
|
"type": "int",
|
1153
1153
|
"value_allowed_null": false
|
1154
1154
|
},
|
@@ -1546,25 +1546,25 @@
|
|
1546
1546
|
},
|
1547
1547
|
{
|
1548
1548
|
"disabled": false,
|
1549
|
-
"document": "绑定bucket的数据流动策略ID
|
1549
|
+
"document": "绑定bucket的数据流动策略ID",
|
1550
1550
|
"example": "x-rule-1",
|
1551
1551
|
"member": "string",
|
1552
1552
|
"name": "RuleId",
|
1553
1553
|
"output_required": true,
|
1554
1554
|
"required": false,
|
1555
1555
|
"type": "string",
|
1556
|
-
"value_allowed_null":
|
1556
|
+
"value_allowed_null": false
|
1557
1557
|
},
|
1558
1558
|
{
|
1559
1559
|
"disabled": false,
|
1560
|
-
"document": "
|
1560
|
+
"document": "规则备注与描述",
|
1561
1561
|
"example": "this rule is for picture bucket",
|
1562
1562
|
"member": "string",
|
1563
1563
|
"name": "RuleDescription",
|
1564
1564
|
"output_required": true,
|
1565
1565
|
"required": false,
|
1566
1566
|
"type": "string",
|
1567
|
-
"value_allowed_null":
|
1567
|
+
"value_allowed_null": false
|
1568
1568
|
},
|
1569
1569
|
{
|
1570
1570
|
"disabled": false,
|
@@ -1579,36 +1579,36 @@
|
|
1579
1579
|
},
|
1580
1580
|
{
|
1581
1581
|
"disabled": false,
|
1582
|
-
"document": "
|
1582
|
+
"document": "是否使用全球加速域名",
|
1583
1583
|
"example": "false",
|
1584
1584
|
"member": "bool",
|
1585
1585
|
"name": "AccelerateFlag",
|
1586
1586
|
"output_required": false,
|
1587
1587
|
"required": false,
|
1588
1588
|
"type": "bool",
|
1589
|
-
"value_allowed_null":
|
1589
|
+
"value_allowed_null": false
|
1590
1590
|
},
|
1591
1591
|
{
|
1592
1592
|
"disabled": false,
|
1593
|
-
"document": "
|
1593
|
+
"document": "桶所在的园区",
|
1594
1594
|
"example": "ap-shanghai",
|
1595
1595
|
"member": "string",
|
1596
1596
|
"name": "BucketRegion",
|
1597
1597
|
"output_required": false,
|
1598
1598
|
"required": false,
|
1599
1599
|
"type": "string",
|
1600
|
-
"value_allowed_null":
|
1600
|
+
"value_allowed_null": false
|
1601
1601
|
},
|
1602
1602
|
{
|
1603
1603
|
"disabled": false,
|
1604
|
-
"document": "自定义Endpoint
|
1604
|
+
"document": "自定义Endpoint",
|
1605
1605
|
"example": "172.0.1.16",
|
1606
1606
|
"member": "string",
|
1607
1607
|
"name": "Endpoint",
|
1608
1608
|
"output_required": false,
|
1609
1609
|
"required": false,
|
1610
1610
|
"type": "string",
|
1611
|
-
"value_allowed_null":
|
1611
|
+
"value_allowed_null": false
|
1612
1612
|
}
|
1613
1613
|
],
|
1614
1614
|
"usage": "both"
|
@@ -1770,23 +1770,25 @@
|
|
1770
1770
|
"members": [
|
1771
1771
|
{
|
1772
1772
|
"disabled": false,
|
1773
|
-
"document": "vpc id
|
1773
|
+
"document": "vpc id",
|
1774
1774
|
"example": "vpc-a1b2c3d4",
|
1775
1775
|
"member": "string",
|
1776
1776
|
"name": "VpcId",
|
1777
|
+
"output_required": true,
|
1777
1778
|
"required": true,
|
1778
1779
|
"type": "string",
|
1779
|
-
"value_allowed_null":
|
1780
|
+
"value_allowed_null": false
|
1780
1781
|
},
|
1781
1782
|
{
|
1782
1783
|
"disabled": false,
|
1783
|
-
"document": "子网ID
|
1784
|
+
"document": "子网ID",
|
1784
1785
|
"example": "subnet-a1b2c3d4",
|
1785
1786
|
"member": "string",
|
1786
1787
|
"name": "SubnetId",
|
1788
|
+
"output_required": true,
|
1787
1789
|
"required": false,
|
1788
1790
|
"type": "string",
|
1789
|
-
"value_allowed_null":
|
1791
|
+
"value_allowed_null": false
|
1790
1792
|
}
|
1791
1793
|
],
|
1792
1794
|
"usage": "both"
|
@@ -115,8 +115,8 @@
|
|
115
115
|
"DescribeFileSystems": [
|
116
116
|
{
|
117
117
|
"document": "列出所有的文件系统",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: goosefs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileSystems\n<公共请求参数>\n\n{\n \"
|
119
|
-
"output": "{\n \"Response\": {\n \"FSAttributeList\": [\n {\n \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: goosefs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileSystems\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"FSAttributeList\": [\n {\n \"ChargeAttribute\": {\n \"PayMode\": \"postPay\"\n },\n \"CreateTime\": \"2025-03-06T20:25:17+08:00\",\n \"Description\": \"性能\",\n \"FileSystemId\": \"x-c50-6zgr1g24\",\n \"GooseFSxAttribute\": {\n \"Capacity\": 9216,\n \"ClientManagerNodeList\": [\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-3nryi8i7\",\n \"NodeIp\": \"10.0.0.10\"\n },\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-h84056df\",\n \"NodeIp\": \"10.0.0.11\"\n },\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-0voabq4p\",\n \"NodeIp\": \"10.0.0.12\"\n }\n ],\n \"MappedBucketList\": [],\n \"Model\": \"C50\"\n },\n \"ModifyTime\": \"2025-03-06T20:39:10+08:00\",\n \"Name\": \"性能\",\n \"Status\": \"ACTIVE\",\n \"SubnetId\": \"subnet-c4cdynlr\",\n \"Tag\": [],\n \"Type\": \"goosefsx\",\n \"VpcId\": \"vpc-lc0aecbo\",\n \"Zone\": \"ap-beijing-7\"\n },\n {\n \"ChargeAttribute\": {\n \"PayMode\": \"postPay\"\n },\n \"CreateTime\": \"2025-03-05T17:12:03+08:00\",\n \"Description\": \"s6C50\",\n \"FileSystemId\": \"x-c50-q51r4u2f\",\n \"GooseFSxAttribute\": {\n \"Capacity\": 9216,\n \"ClientManagerNodeList\": [\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-1z4swav5\",\n \"NodeIp\": \"10.0.0.1\"\n },\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-6dzh6vd3\",\n \"NodeIp\": \"10.0.0.11\"\n },\n {\n \"InitialPassword\": \"wcewcffevvrvvrvgr\",\n \"NodeInstanceId\": \"ins-70nmym9x\",\n \"NodeIp\": \"10.0.0.12\"\n }\n ],\n \"MappedBucketList\": [],\n \"Model\": \"C50\"\n },\n \"ModifyTime\": \"2025-03-05T17:26:16+08:00\",\n \"Name\": \"s6C50\",\n \"Status\": \"ACTIVE\",\n \"SubnetId\": \"subnet-c4cdynlr\",\n \"Tag\": [],\n \"Type\": \"goosefsx\",\n \"VpcId\": \"vpc-lc0aecbo\",\n \"Zone\": \"ap-beijing-7\"\n }\n ],\n \"RequestId\": \"7066c1c9-5b5d-494c-8116-1c6f533ee2f6\",\n \"TotalCount\": 2\n }\n}",
|
120
120
|
"title": "罗列文件系统"
|
121
121
|
}
|
122
122
|
],
|
@@ -666,9 +666,9 @@
|
|
666
666
|
"status": "online"
|
667
667
|
},
|
668
668
|
"SaveDoc": {
|
669
|
-
"document": "
|
669
|
+
"document": "知识库文档问答保存。\n将文件存储到应用的知识库内需要三步:\n1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。\n2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:参考[PUT Objectufeff](https://cloud.tencent.com/document/product/436/7749)\n3.调用本接口,将文件的基础信息存储到知识引擎中。\n以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。",
|
670
670
|
"input": "SaveDocRequest",
|
671
|
-
"name": "
|
671
|
+
"name": "知识库文档问答保存",
|
672
672
|
"output": "SaveDocResponse",
|
673
673
|
"status": "online"
|
674
674
|
},
|
@@ -13637,7 +13637,7 @@
|
|
13637
13637
|
},
|
13638
13638
|
{
|
13639
13639
|
"disabled": false,
|
13640
|
-
"document": "ETag 全称为 Entity Tag,是对象被创建时标识对象内容的信息标签,可用于检查对象的内容是否发生变化",
|
13640
|
+
"document": "ETag 全称为 Entity Tag,是对象被创建时标识对象内容的信息标签,可用于检查对象的内容是否发生变化 成功上传cos后,从返回头中获取",
|
13641
13641
|
"example": "\\\"58e88ad7665f11c4f66eba0eada383a5\\\"",
|
13642
13642
|
"member": "string",
|
13643
13643
|
"name": "ETag",
|
@@ -13646,7 +13646,7 @@
|
|
13646
13646
|
},
|
13647
13647
|
{
|
13648
13648
|
"disabled": false,
|
13649
|
-
"document": "cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性",
|
13649
|
+
"document": "cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性 <br> 成功上传cos后,从返回头中获取",
|
13650
13650
|
"example": "xxxxxxxxx",
|
13651
13651
|
"member": "string",
|
13652
13652
|
"name": "CosHash",
|
@@ -13664,11 +13664,11 @@
|
|
13664
13664
|
},
|
13665
13665
|
{
|
13666
13666
|
"disabled": false,
|
13667
|
-
"document": "
|
13668
|
-
"example": "
|
13667
|
+
"document": "标签适用范围,默认填0即可",
|
13668
|
+
"example": "0",
|
13669
13669
|
"member": "uint64",
|
13670
13670
|
"name": "AttrRange",
|
13671
|
-
"required":
|
13671
|
+
"required": false,
|
13672
13672
|
"type": "int"
|
13673
13673
|
},
|
13674
13674
|
{
|
@@ -13736,7 +13736,7 @@
|
|
13736
13736
|
},
|
13737
13737
|
{
|
13738
13738
|
"disabled": false,
|
13739
|
-
"document": "文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档)",
|
13739
|
+
"document": "文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从知识引擎页面下载excel模板",
|
13740
13740
|
"example": "无",
|
13741
13741
|
"member": "uint64",
|
13742
13742
|
"name": "Opt",
|
@@ -777,7 +777,7 @@
|
|
777
777
|
"document": "",
|
778
778
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SaveDoc\n<公共请求参数>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"FileName\": \"测试.docx\",\n \"FileType\": \"docx\",\n \"CosUrl\": \"/corp/23432432/233432/doc/zeSOHIBjwcWoEmlMMXOp-1796022574489010176.docx\",\n \"ETag\": \"\\\"58e88ad7665f11c4f66eba0eada383a5\\\"\",\n \"CosHash\": \"xxxxxxxxx\",\n \"Size\": \"643000\",\n \"Source\": 1,\n \"WebUrl\": \"\",\n \"AttrRange\": 1,\n \"AttrLabels\": [],\n \"ReferUrlType\": 0\n}",
|
779
779
|
"output": "{\n \"Response\": {\n \"DocBizId\": \"1694921462777761792\",\n \"ErrorMsg\": \"\",\n \"ErrorLink\": \"\",\n \"ErrorLinkText\": \"\",\n \"RequestId\": \"e3338103-3165-49c0-b218-245be865cca5\"\n }\n}",
|
780
|
-
"title": "
|
780
|
+
"title": "知识库文档问答保存"
|
781
781
|
}
|
782
782
|
],
|
783
783
|
"StopDocParse": [
|