tccli 3.0.1280.1__py2.py3-none-any.whl → 3.0.1282.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 +80 -77
- tccli/services/acp/v20220105/examples.json +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +62 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +516 -0
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +793 -4
- tccli/services/cvm/v20170312/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +128 -0
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +15 -14
- tccli/services/lke/lke_client.py +4 -110
- tccli/services/lke/v20231130/api.json +0 -164
- tccli/services/lke/v20231130/examples.json +0 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +3 -3
- tccli/services/mqtt/mqtt_client.py +216 -4
- tccli/services/mqtt/v20240516/api.json +515 -0
- tccli/services/mqtt/v20240516/examples.json +38 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/organization/organization_client.py +114 -8
- tccli/services/organization/v20210331/api.json +86 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +293 -293
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/vdb/v20230616/api.json +12 -12
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/license_files/LICENSE +0 -0
@@ -81,10 +81,19 @@
|
|
81
81
|
"CreateKnowledgeSetRequest": {
|
82
82
|
"document": "CreateKnowledgeSet请求参数结构体",
|
83
83
|
"members": [
|
84
|
+
{
|
85
|
+
"disabled": false,
|
86
|
+
"document": "环境ID",
|
87
|
+
"example": "lowcode-sdf",
|
88
|
+
"member": "string",
|
89
|
+
"name": "EnvId",
|
90
|
+
"required": true,
|
91
|
+
"type": "string"
|
92
|
+
},
|
84
93
|
{
|
85
94
|
"disabled": false,
|
86
95
|
"document": "知识库标识",
|
87
|
-
"example": "
|
96
|
+
"example": "the_name",
|
88
97
|
"member": "string",
|
89
98
|
"name": "Name",
|
90
99
|
"required": true,
|
@@ -93,7 +102,7 @@
|
|
93
102
|
{
|
94
103
|
"disabled": false,
|
95
104
|
"document": "知识库名称",
|
96
|
-
"example": "
|
105
|
+
"example": "the_title",
|
97
106
|
"member": "string",
|
98
107
|
"name": "Title",
|
99
108
|
"required": true,
|
@@ -102,11 +111,20 @@
|
|
102
111
|
{
|
103
112
|
"disabled": false,
|
104
113
|
"document": "描述",
|
105
|
-
"example": "
|
114
|
+
"example": "the_desc",
|
106
115
|
"member": "string",
|
107
116
|
"name": "Desc",
|
108
117
|
"required": false,
|
109
118
|
"type": "string"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"disabled": false,
|
122
|
+
"document": "知识库的meta信息",
|
123
|
+
"example": "meta",
|
124
|
+
"member": "string",
|
125
|
+
"name": "Meta",
|
126
|
+
"required": false,
|
127
|
+
"type": "string"
|
110
128
|
}
|
111
129
|
],
|
112
130
|
"type": "object"
|
@@ -628,6 +646,15 @@
|
|
628
646
|
"DeleteKnowledgeDocumentSetRequest": {
|
629
647
|
"document": "DeleteKnowledgeDocumentSet请求参数结构体",
|
630
648
|
"members": [
|
649
|
+
{
|
650
|
+
"disabled": false,
|
651
|
+
"document": "环境ID",
|
652
|
+
"example": "lowcode-sdf",
|
653
|
+
"member": "string",
|
654
|
+
"name": "EnvId",
|
655
|
+
"required": true,
|
656
|
+
"type": "string"
|
657
|
+
},
|
631
658
|
{
|
632
659
|
"disabled": false,
|
633
660
|
"document": "知识库标识",
|
@@ -690,6 +717,15 @@
|
|
690
717
|
"DeleteKnowledgeSetRequest": {
|
691
718
|
"document": "DeleteKnowledgeSet请求参数结构体",
|
692
719
|
"members": [
|
720
|
+
{
|
721
|
+
"disabled": false,
|
722
|
+
"document": "环境ID",
|
723
|
+
"example": "lowcode-sdf",
|
724
|
+
"member": "string",
|
725
|
+
"name": "EnvId",
|
726
|
+
"required": true,
|
727
|
+
"type": "string"
|
728
|
+
},
|
693
729
|
{
|
694
730
|
"disabled": false,
|
695
731
|
"document": "知识库标识",
|
@@ -907,6 +943,15 @@
|
|
907
943
|
"DescribeKnowledgeDocumentSetDetailRequest": {
|
908
944
|
"document": "DescribeKnowledgeDocumentSetDetail请求参数结构体",
|
909
945
|
"members": [
|
946
|
+
{
|
947
|
+
"disabled": false,
|
948
|
+
"document": "环境ID",
|
949
|
+
"example": "lowcode-sdf",
|
950
|
+
"member": "string",
|
951
|
+
"name": "EnvId",
|
952
|
+
"required": true,
|
953
|
+
"type": "string"
|
954
|
+
},
|
910
955
|
{
|
911
956
|
"disabled": false,
|
912
957
|
"document": "知识库标识",
|
@@ -988,6 +1033,15 @@
|
|
988
1033
|
"DescribeKnowledgeDocumentSetListRequest": {
|
989
1034
|
"document": "DescribeKnowledgeDocumentSetList请求参数结构体",
|
990
1035
|
"members": [
|
1036
|
+
{
|
1037
|
+
"disabled": false,
|
1038
|
+
"document": "环境ID",
|
1039
|
+
"example": "lowcode-sdf",
|
1040
|
+
"member": "string",
|
1041
|
+
"name": "EnvId",
|
1042
|
+
"required": true,
|
1043
|
+
"type": "string"
|
1044
|
+
},
|
991
1045
|
{
|
992
1046
|
"disabled": false,
|
993
1047
|
"document": "知识库标识",
|
@@ -1060,6 +1114,15 @@
|
|
1060
1114
|
"DescribeKnowledgeSetListRequest": {
|
1061
1115
|
"document": "DescribeKnowledgeSetList请求参数结构体",
|
1062
1116
|
"members": [
|
1117
|
+
{
|
1118
|
+
"disabled": false,
|
1119
|
+
"document": "环境ID",
|
1120
|
+
"example": "lowcode-sdf",
|
1121
|
+
"member": "string",
|
1122
|
+
"name": "EnvId",
|
1123
|
+
"required": true,
|
1124
|
+
"type": "string"
|
1125
|
+
},
|
1063
1126
|
{
|
1064
1127
|
"disabled": false,
|
1065
1128
|
"document": "知识库标识,精准查询",
|
@@ -1078,6 +1141,15 @@
|
|
1078
1141
|
"required": false,
|
1079
1142
|
"type": "string"
|
1080
1143
|
},
|
1144
|
+
{
|
1145
|
+
"disabled": false,
|
1146
|
+
"document": "分页起始位",
|
1147
|
+
"example": "0",
|
1148
|
+
"member": "int64",
|
1149
|
+
"name": "Offset",
|
1150
|
+
"required": false,
|
1151
|
+
"type": "int"
|
1152
|
+
},
|
1081
1153
|
{
|
1082
1154
|
"disabled": false,
|
1083
1155
|
"document": "查询条数",
|
@@ -1398,6 +1470,16 @@
|
|
1398
1470
|
"output_required": false,
|
1399
1471
|
"type": "string",
|
1400
1472
|
"value_allowed_null": true
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"disabled": false,
|
1476
|
+
"document": "知识库的meta信息",
|
1477
|
+
"example": "\"meta\"",
|
1478
|
+
"member": "string",
|
1479
|
+
"name": "Meta",
|
1480
|
+
"output_required": false,
|
1481
|
+
"type": "string",
|
1482
|
+
"value_allowed_null": false
|
1401
1483
|
}
|
1402
1484
|
],
|
1403
1485
|
"usage": "out"
|
@@ -1841,7 +1923,7 @@
|
|
1841
1923
|
{
|
1842
1924
|
"disabled": false,
|
1843
1925
|
"document": "知识库名称",
|
1844
|
-
"example": "
|
1926
|
+
"example": "collection_view",
|
1845
1927
|
"member": "string",
|
1846
1928
|
"name": "CollectionView",
|
1847
1929
|
"required": false,
|
@@ -1859,7 +1941,7 @@
|
|
1859
1941
|
{
|
1860
1942
|
"disabled": false,
|
1861
1943
|
"document": "搜索值",
|
1862
|
-
"example": "
|
1944
|
+
"example": "value",
|
1863
1945
|
"member": "string",
|
1864
1946
|
"name": "SearchValue",
|
1865
1947
|
"required": false,
|
@@ -1892,7 +1974,7 @@
|
|
1892
1974
|
{
|
1893
1975
|
"disabled": false,
|
1894
1976
|
"document": "知识库文档搜索数据",
|
1895
|
-
"example": "{}",
|
1977
|
+
"example": "{ \"DocInfos\": [ ], \"Total\": 0 }",
|
1896
1978
|
"member": "SearchDocRsp",
|
1897
1979
|
"name": "Data",
|
1898
1980
|
"output_required": false,
|
@@ -1953,10 +2035,19 @@
|
|
1953
2035
|
"UpdateKnowledgeSetRequest": {
|
1954
2036
|
"document": "UpdateKnowledgeSet请求参数结构体",
|
1955
2037
|
"members": [
|
2038
|
+
{
|
2039
|
+
"disabled": false,
|
2040
|
+
"document": "环境ID",
|
2041
|
+
"example": "lowcode-sdf",
|
2042
|
+
"member": "string",
|
2043
|
+
"name": "EnvId",
|
2044
|
+
"required": true,
|
2045
|
+
"type": "string"
|
2046
|
+
},
|
1956
2047
|
{
|
1957
2048
|
"disabled": false,
|
1958
2049
|
"document": "知识库标识",
|
1959
|
-
"example": "
|
2050
|
+
"example": "name",
|
1960
2051
|
"member": "string",
|
1961
2052
|
"name": "Name",
|
1962
2053
|
"required": true,
|
@@ -1965,7 +2056,7 @@
|
|
1965
2056
|
{
|
1966
2057
|
"disabled": false,
|
1967
2058
|
"document": "知识库名称",
|
1968
|
-
"example": "
|
2059
|
+
"example": "title",
|
1969
2060
|
"member": "string",
|
1970
2061
|
"name": "Title",
|
1971
2062
|
"required": false,
|
@@ -1974,7 +2065,7 @@
|
|
1974
2065
|
{
|
1975
2066
|
"disabled": false,
|
1976
2067
|
"document": "描述",
|
1977
|
-
"example": "
|
2068
|
+
"example": "desc",
|
1978
2069
|
"member": "string",
|
1979
2070
|
"name": "Desc",
|
1980
2071
|
"required": false,
|
@@ -1983,11 +2074,20 @@
|
|
1983
2074
|
{
|
1984
2075
|
"disabled": false,
|
1985
2076
|
"document": "状态;ENABLED启用;NOT_ENABLED不启用",
|
1986
|
-
"example": "
|
2077
|
+
"example": "ENABLED",
|
1987
2078
|
"member": "string",
|
1988
2079
|
"name": "Active",
|
1989
2080
|
"required": false,
|
1990
2081
|
"type": "string"
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
"disabled": false,
|
2085
|
+
"document": "知识库的meta信息",
|
2086
|
+
"example": "meta",
|
2087
|
+
"member": "string",
|
2088
|
+
"name": "Meta",
|
2089
|
+
"required": false,
|
2090
|
+
"type": "string"
|
1991
2091
|
}
|
1992
2092
|
],
|
1993
2093
|
"type": "object"
|
@@ -2007,6 +2107,15 @@
|
|
2007
2107
|
"UploadKnowledgeDocumentSetRequest": {
|
2008
2108
|
"document": "UploadKnowledgeDocumentSet请求参数结构体",
|
2009
2109
|
"members": [
|
2110
|
+
{
|
2111
|
+
"disabled": false,
|
2112
|
+
"document": "环境ID",
|
2113
|
+
"example": "lowcode-sdf",
|
2114
|
+
"member": "string",
|
2115
|
+
"name": "EnvId",
|
2116
|
+
"required": true,
|
2117
|
+
"type": "string"
|
2118
|
+
},
|
2010
2119
|
{
|
2011
2120
|
"disabled": false,
|
2012
2121
|
"document": "知识库标识",
|
@@ -2027,7 +2136,7 @@
|
|
2027
2136
|
},
|
2028
2137
|
{
|
2029
2138
|
"disabled": false,
|
2030
|
-
"document": "
|
2139
|
+
"document": "腾讯云文件存储位置的可读地址",
|
2031
2140
|
"example": "无",
|
2032
2141
|
"member": "string",
|
2033
2142
|
"name": "CosUrl",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"CreateKnowledgeSet": [
|
4
4
|
{
|
5
5
|
"document": "创建微搭知识库",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKnowledgeSet\n<公共请求参数>\n\n{\n \"Name\": \"test\",\n \"Title\": \"testTiTle\",\n \"Desc\": \"descd\"\n}",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKnowledgeSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1cf\",\n \"Name\": \"test\",\n \"Title\": \"testTiTle\",\n \"Desc\": \"descd\"\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"RequestId\": \"dde48f19-e0fb-490e-bf4c-150bcf7e3c91\"\n }\n}",
|
8
8
|
"title": "创建知识库"
|
9
9
|
}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"DeleteKnowledgeDocumentSet": [
|
12
12
|
{
|
13
13
|
"document": "删除知识库下文档",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"CollectionView\": \"gqtianTw west666\",\n \"Query\": {\n \"DocumentSetId\": [\n \"124847948693739929www6\"\n ]\n }\n}",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-2gay8jwwgh25c7b1cf\",\n \"CollectionView\": \"gqtianTw west666\",\n \"Query\": {\n \"DocumentSetId\": [\n \"124847948693739929www6\"\n ]\n }\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"AffectedCount\": 1\n },\n \"RequestId\": \"7365a503-7b9e-4510-9b0c-e7af0f0c06cf\"\n }\n}",
|
16
16
|
"title": "删除知识库下文档"
|
17
17
|
}
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"DeleteKnowledgeSet": [
|
20
20
|
{
|
21
21
|
"document": "用于删除知识库",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeSet\n<公共请求参数>\n\n{\n \"Name\": \"test\"\n}",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1cf\",\n \"Name\": \"test\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"RequestId\": \"dde48f19-e0fb-490e-bf4c-150bcf7e3c91\"\n }\n}",
|
24
24
|
"title": "删除知识库"
|
25
25
|
}
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"DescribeKnowledgeDocumentSetDetail": [
|
36
36
|
{
|
37
37
|
"document": "获取知识库下文档详情",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeDocumentSetDetail\n<公共请求参数>\n\n{\n \"CollectionView\": \"gqtianTest222666\",\n \"DocumentSetId\": \"1248479222486937399296\"\n}",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeDocumentSetDetail\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-2gay8jgh25c722222b1cf\",\n \"CollectionView\": \"gqtianTest222666\",\n \"DocumentSetId\": \"1248479222486937399296\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Count\": 1,\n \"DocumentSet\": {\n \"DocumentSetId\": \"1248479222486937399296\",\n \"FileTitle\": \"kent测试文件\",\n \"FileMetaData\": \"{\\\"url\\\": \\\"https://ww.com\\\", \\\"total\\\": 3}\",\n \"DocumentSetInfo\": {\n \"ByteLength\": 46,\n \"CreateTime\": \"2024-06-07 11:31:45\",\n \"IndexedProgress\": 100,\n \"IndexedStatus\": \"Ready\",\n \"Keywords\": \"\",\n \"LastUpdateTime\": \"2024-06-07 11:31:46\",\n \"TextLength\": 20\n },\n \"DocumentSetName\": \"jackzlqin.md\",\n \"Name\": \"\",\n \"Author\": \"\",\n \"SplitterPreprocess\": {\n \"AppendKeywordsToChunk\": false,\n \"AppendTitleToChunk\": true\n },\n \"Text\": \"1. 入门微搭的技术文档\\n2. 学习微搭\",\n \"TextPrefix\": \"1. 入门微搭的技术文档\\n2. 学习微搭......\"\n }\n },\n \"RequestId\": \"b404ff44-6bc3-4f60-8185-2ff4d9be5b63\"\n }\n}",
|
40
40
|
"title": "获取知识库下文档详情"
|
41
41
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"DescribeKnowledgeDocumentSetList": [
|
44
44
|
{
|
45
45
|
"document": "查询知识库下文件集合",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeDocumentSetList\n<公共请求参数>\n\n{\n \"CollectionView\": \"gqtianTest666\",\n \"Query\": {\n \"Limit\": 10,\n \"Offset\": 0\n }\n}",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeDocumentSetList\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-2gay8jgh25c7b1cf\",\n \"CollectionView\": \"gqtianTest666\",\n \"Query\": {\n \"Limit\": 10,\n \"Offset\": 0\n }\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Count\": 1,\n \"DocumentSets\": [\n {\n \"DocumentSetId\": \"1248479486937399296\",\n \"FileTitle\": \"kent测试文件\",\n \"FileMetaData\": \"{\\\"url\\\": \\\"https://ww.com\\\", \\\"total\\\": 3}\",\n \"DocumentSetInfo\": {\n \"ByteLength\": 46,\n \"CreateTime\": \"2024-06-07 11:31:45\",\n \"IndexedErrorMsg\": \"\",\n \"IndexedProgress\": 100,\n \"IndexedStatus\": \"Ready\",\n \"Keywords\": \"\",\n \"LastUpdateTime\": \"2024-06-07 11:31:46\",\n \"TextLength\": 20\n },\n \"DocumentSetName\": \"jackzlqin.md\",\n \"Name\": \"\",\n \"Author\": \"\",\n \"SplitterPreprocess\": {\n \"AppendKeywordsToChunk\": false,\n \"AppendTitleToChunk\": true\n },\n \"TextPrefix\": \"1. 入门微搭的技术文档\\n2. 学习微搭......\"\n }\n ]\n },\n \"RequestId\": \"2e7bdcc4-d82f-4b81-abc6-6e8b08cf1832\"\n }\n}",
|
48
48
|
"title": "查询知识库下文件集合"
|
49
49
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"DescribeKnowledgeSetList": [
|
52
52
|
{
|
53
53
|
"document": "查询环境下的知识库列表",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeSetList\n<公共请求参数>\n\n{\n \"Limit\": 10\n}",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeSetList\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-xxxx\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"KnowledgeSets\": [\n {\n \"Name\": \"test\",\n \"Title\": \"testTiTle\",\n \"Desc\": \"test\",\n \"Active\": \"ENABLED\",\n \"CreateTime\": \"2024-06-04 18:07:38\",\n \"UpdateTime\": \"2024-06-04 18:09:29\"\n }\n ],\n \"Total\": 1\n },\n \"RequestId\": \"f549082e-0cff-4026-96f6-a570d9f1c22d\"\n }\n}",
|
56
56
|
"title": "查询环境下的知识库列表"
|
57
57
|
}
|
@@ -59,15 +59,15 @@
|
|
59
59
|
"SearchDocList": [
|
60
60
|
{
|
61
61
|
"document": "根据关键字搜索知识库文档",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchDocList\n<公共请求参数>\n\n{\n \"EnvId\": \"
|
63
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"DocInfos\": [\n {\n \"CollectionViewName\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchDocList\n<公共请求参数>\n\n{\n \"EnvId\": \"prod-1\",\n \"CollectionView\": \"view\",\n \"SearchKey\": \"key\",\n \"SearchValue\": \"value\",\n \"PageNo\": 1,\n \"PageSize\": 1\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"DocInfos\": [\n {\n \"CollectionViewName\": \"name\",\n \"DocSetId\": \"00-11\",\n \"DocSetName\": \"abc.md\",\n \"DocType\": \".md\",\n \"FileTitle\": \"title\",\n \"FileMetaData\": \"{\\\"key\\\":\\\"value\\\"}\",\n \"DocDesc\": \"test\",\n \"FileSize\": 0\n }\n ],\n \"Total\": 10\n },\n \"RequestId\": \"1cc82948-244f-4812-bb2a-25a8a473d312\"\n }\n}",
|
64
64
|
"title": "知识库文档搜索接口"
|
65
65
|
}
|
66
66
|
],
|
67
67
|
"UpdateKnowledgeSet": [
|
68
68
|
{
|
69
69
|
"document": "更新知识库状态",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateKnowledgeSet\n<公共请求参数>\n\n{\n \"Name\": \"test\",\n \"Active\": \"ENABLED\"\n}",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateKnowledgeSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-xxx\",\n \"Name\": \"test\",\n \"Active\": \"ENABLED\"\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"RequestId\": \"dde48f19-e0fb-490e-bf4c-150bcf7e3c91\"\n }\n}",
|
72
72
|
"title": "更新知识库"
|
73
73
|
}
|
@@ -1057,7 +1057,7 @@
|
|
1057
1057
|
},
|
1058
1058
|
{
|
1059
1059
|
"disabled": false,
|
1060
|
-
"document": "
|
1060
|
+
"document": "账号名,账号名需要1-32个字符,由字母、数字或特殊字符组成;以字母开头;特殊字符为_-",
|
1061
1061
|
"example": "testuser1",
|
1062
1062
|
"member": "string",
|
1063
1063
|
"name": "UserName",
|
@@ -1075,7 +1075,7 @@
|
|
1075
1075
|
},
|
1076
1076
|
{
|
1077
1077
|
"disabled": false,
|
1078
|
-
"document": "账号密码,密码需要 8
|
1078
|
+
"document": "账号密码,密码需要 8\\~32 个字符,不能以 '/' 开头,并且至少包含字母、数字和特殊字符 ()~!@#$%^&*-+=_|{}[]:<>,.?/ 中的两项",
|
1079
1079
|
"example": "1234qweri#",
|
1080
1080
|
"member": "string",
|
1081
1081
|
"name": "Password",
|
@@ -1093,7 +1093,7 @@
|
|
1093
1093
|
},
|
1094
1094
|
{
|
1095
1095
|
"disabled": false,
|
1096
|
-
"document": "
|
1096
|
+
"document": "账号备注,可以包含中文、英文字符、常见符号和数字,最多256个字符",
|
1097
1097
|
"example": "测试账号",
|
1098
1098
|
"member": "string",
|
1099
1099
|
"name": "Description",
|
@@ -7611,7 +7611,7 @@
|
|
7611
7611
|
},
|
7612
7612
|
{
|
7613
7613
|
"disabled": false,
|
7614
|
-
"document": "
|
7614
|
+
"document": "是否为IPV6网络类型实例,0:否,1:是,不传默认为0表示实例为IPV4网络类型",
|
7615
7615
|
"example": "0",
|
7616
7616
|
"member": "int64",
|
7617
7617
|
"name": "Ipv6Flag",
|
@@ -7630,7 +7630,7 @@
|
|
7630
7630
|
"example": "3323",
|
7631
7631
|
"member": "int64",
|
7632
7632
|
"name": "FlowId",
|
7633
|
-
"
|
7633
|
+
"output_required": true,
|
7634
7634
|
"type": "int",
|
7635
7635
|
"value_allowed_null": false
|
7636
7636
|
},
|
@@ -8032,7 +8032,7 @@
|
|
8032
8032
|
},
|
8033
8033
|
{
|
8034
8034
|
"disabled": false,
|
8035
|
-
"document": "
|
8035
|
+
"document": "密码需要 8\\~32 个字符,不能以 '/' 开头,并且至少包含字母、数字和特殊字符 ()~!@#$%^&*-+=_|{}[]:<>,.?/ 中的两项",
|
8036
8036
|
"example": "abcd8765_.",
|
8037
8037
|
"member": "string",
|
8038
8038
|
"name": "Password",
|
@@ -8042,7 +8042,7 @@
|
|
8042
8042
|
{
|
8043
8043
|
"disabled": false,
|
8044
8044
|
"document": "使用GetPublicKey返回的RSA2048公钥加密后的密码",
|
8045
|
-
"example": "
|
8045
|
+
"example": "MTIzNDU2Nzg5MTA=",
|
8046
8046
|
"member": "string",
|
8047
8047
|
"name": "EncryptedPassword",
|
8048
8048
|
"required": false,
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"DescribeProjectSecurityGroups": [
|
308
308
|
{
|
309
309
|
"document": "",
|
310
|
-
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectSecurityGroups\n<公共请求参数>\n\n{\n \"ProjectId\":
|
310
|
+
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectSecurityGroups\n<公共请求参数>\n\n{\n \"ProjectId\": 11988,\n \"Product\": \"mariadb\"\n}",
|
311
311
|
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"RequestId\": \"31a60135-7057-47ae-8fd3-7a0617deca38\",\n \"Groups\": [\n {\n \"ProjectId\": 11988,\n \"CreateTime\": \"2017-04-13 15:00:06\",\n \"Inbound\": [\n {\n \"Action\": \"\",\n \"CidrIp\": \"\",\n \"PortRange\": \"\",\n \"IpProtocol\": \"\"\n }\n ],\n \"Outbound\": [\n {\n \"Action\": \"\",\n \"CidrIp\": \"\",\n \"PortRange\": \"\",\n \"IpProtocol\": \"\"\n }\n ],\n \"SecurityGroupId\": \"sg-ajr1jzgj\",\n \"SecurityGroupName\": \"mariadb\",\n \"SecurityGroupRemark\": \"\"\n }\n ]\n }\n}",
|
312
312
|
"title": "示例1 查询项目安全组信息"
|
313
313
|
}
|
@@ -1810,17 +1810,17 @@
|
|
1810
1810
|
"example": "MONGOS_ALL",
|
1811
1811
|
"member": "string",
|
1812
1812
|
"name": "URLType",
|
1813
|
-
"
|
1813
|
+
"output_required": true,
|
1814
1814
|
"type": "string",
|
1815
1815
|
"value_allowed_null": false
|
1816
1816
|
},
|
1817
1817
|
{
|
1818
1818
|
"disabled": false,
|
1819
1819
|
"document": "实例 URI 形式的连接串访问地址示例。",
|
1820
|
-
"example": "
|
1820
|
+
"example": "mongodb://mongouser:******@10.0.5.**:27017/test?replicaSet=cmgo-ldig****_0&authSource=admin",
|
1821
1821
|
"member": "string",
|
1822
1822
|
"name": "Address",
|
1823
|
-
"
|
1823
|
+
"output_required": true,
|
1824
1824
|
"type": "string",
|
1825
1825
|
"value_allowed_null": false
|
1826
1826
|
}
|