tccli 3.0.1135.1__py2.py3-none-any.whl → 3.0.1137.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/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/asr_client.py +53 -0
- tccli/services/asr/v20190614/api.json +193 -1
- tccli/services/asr/v20190614/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -5
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cls/v20201016/api.json +93 -0
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +157 -23
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +35 -35
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/eiam/v20210420/api.json +4 -4
- tccli/services/eiam/v20210420/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +231 -19
- tccli/services/iotexplorer/v20190423/api.json +332 -0
- tccli/services/iotexplorer/v20190423/examples.json +32 -0
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +7 -7
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/lke/lke_client.py +175 -16
- tccli/services/lke/v20231130/api.json +429 -4
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +301 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +8 -5
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +13 -3
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +196 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +45 -63
- tccli/services/tsi/__init__.py +4 -0
- tccli/services/tsi/tsi_client.py +301 -0
- tccli/services/tsi/v20210325/api.json +373 -0
- tccli/services/tsi/v20210325/examples.json +29 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +36 -16
- tccli/services/vpc/v20170312/examples.json +9 -3
- tccli/services/waf/v20180125/api.json +70 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/RECORD +72 -68
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/license_files/LICENSE +0 -0
@@ -155,7 +155,7 @@
|
|
155
155
|
"CreateDMSDatabase": [
|
156
156
|
{
|
157
157
|
"document": "",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSDatabase\n<公共请求参数>\n\n{\n \"Asset\": {\n \"Description\": \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSDatabase\n<公共请求参数>\n\n{\n \"Asset\": {\n \"Description\": \"api 测试库\",\n \"ModifiedTime\": \"2023-07-24T15:26:30+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"OwnerAccount\": \"100016321234396\",\n \"CreateTime\": \"2023-07-24T15:26:30+00:00\",\n \"Catalog\": \"\",\n \"Params\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"Owner\": \"100016334432227396\",\n \"DatasourceId\": 100,\n \"Guid\": \"123-456-789\",\n \"Id\": 1,\n \"Name\": \"api_test\"\n },\n \"SchemaName\": \"api_test\",\n \"Location\": \"cosn://api_test\",\n \"Name\": \"api_test\"\n}",
|
159
159
|
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
|
160
160
|
"title": "DMS元数据创建库"
|
161
161
|
}
|
@@ -163,7 +163,7 @@
|
|
163
163
|
"CreateDMSTable": [
|
164
164
|
{
|
165
165
|
"document": "创建表",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSTable\n<公共请求参数>\n\n{\n \"PartitionKeys\": [\n {\n \"Name\": \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSTable\n<公共请求参数>\n\n{\n \"PartitionKeys\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"RecordCount\": 0,\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"StorageSize\": 0,\n \"Asset\": {\n \"Description\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"OwnerAccount\": \"f_value\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Owner\": \"f_value\",\n \"DatasourceId\": 0,\n \"Guid\": \"f_value\",\n \"Id\": 0,\n \"Name\": \"f_value\"\n },\n \"ViewExpandedText\": \"f_value\",\n \"LifeTime\": 0,\n \"ViewOriginalText\": \"f_value\",\n \"Type\": \"f_value\",\n \"DbName\": \"f_value\",\n \"Columns\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Partitions\": [\n {\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"Name\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"RecordCount\": 0,\n \"TableName\": \"f_value\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Values\": [\n \"f_value\"\n ],\n \"DatabaseName\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SchemaName\": \"f_value\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"Name\": \"tb_test\"\n}",
|
167
167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
|
168
168
|
"title": "创建表"
|
169
169
|
}
|
@@ -426,7 +426,7 @@
|
|
426
426
|
{
|
427
427
|
"document": "",
|
428
428
|
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSDatabase\n<公共请求参数>\n\n{\n \"Name\": \"Name1\",\n \"SchemaName\": \"Schema1\",\n \"Pattern\": \"*\"\n}",
|
429
|
-
"output": "{\n \"Response\": {\n \"
|
429
|
+
"output": "{\n \"Response\": {\n \"Name\": \"abc\",\n \"SchemaName\": \"abc\",\n \"Location\": \"abc\",\n \"Asset\": {\n \"Id\": 0,\n \"Name\": \"abc\",\n \"Guid\": \"abc\",\n \"Catalog\": \"abc\",\n \"Description\": \"abc\",\n \"Owner\": \"abc\",\n \"OwnerAccount\": \"abc\",\n \"PermValues\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"DataVersion\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DatasourceId\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
|
430
430
|
"title": "DMS元数据获取库"
|
431
431
|
}
|
432
432
|
],
|
@@ -441,8 +441,8 @@
|
|
441
441
|
"DescribeDMSTable": [
|
442
442
|
{
|
443
443
|
"document": "",
|
444
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTable\n<公共请求参数>\n\n{\n \"
|
445
|
-
"output": "{\n \"Response\": {\n \"
|
444
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"api_test\",\n \"SchemaName\": \"api_test\",\n \"Name\": \"test\",\n \"Catalog\": \"\",\n \"Keyword\": \"\",\n \"Pattern\": \"*\",\n \"Type\": \" EXTERNAL_TABLE\"\n}",
|
445
|
+
"output": "{\n \"Response\": {\n \"Asset\": {\n \"BizParams\": [],\n \"Catalog\": \"hive\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"DatasourceId\": 0,\n \"Description\": \"\",\n \"Guid\": \"un0hFApITjaahQW99mDNFw\",\n \"Id\": 11078081,\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Name\": \"\",\n \"Owner\": \"root\",\n \"OwnerAccount\": \"\",\n \"Params\": [\n {\n \"Key\": \"current-schema\",\n \"Value\": \"{\\\"type\\\":\\\"struct\\\",\\\"schema-id\\\":0,\\\"fields\\\":[{\\\"id\\\":1,\\\"name\\\":\\\"name\\\",\\\"required\\\":false,\\\"type\\\":\\\"string\\\"},{\\\"id\\\":2,\\\"name\\\":\\\"age\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"},{\\\"id\\\":3,\\\"name\\\":\\\"id\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"}]}\"\n },\n {\n \"Key\": \"metadata_location\",\n \"Value\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test/metadata/00000-d899e972-e96d-4451-9589-0dd2529894be.metadata.json\"\n },\n {\n \"Key\": \"snapshot-count\",\n \"Value\": \"0\"\n },\n {\n \"Key\": \"table_type\",\n \"Value\": \"ICEBERG\"\n },\n {\n \"Key\": \"write.metadata.metrics.default\",\n \"Value\": \"full\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.inherit\",\n \"Value\": \"default\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.policy.rule-type\",\n \"Value\": \"none\"\n },\n {\n \"Key\": \"dlc_sub_uin\",\n \"Value\": \"100016327396\"\n },\n {\n \"Key\": \"owner\",\n \"Value\": \"zYBEmJFg\"\n },\n {\n \"Key\": \"transient_lastDdlTime\",\n \"Value\": \"1690197650243\"\n },\n {\n \"Key\": \"write.distribution-mode\",\n \"Value\": \"hash\"\n },\n {\n \"Key\": \"write.upsert.enabled\",\n \"Value\": \"false\"\n },\n {\n \"Key\": \"EXTERNAL\",\n \"Value\": \"TRUE\"\n },\n {\n \"Key\": \"table_spec_internal_v_0_1_1\",\n \"Value\": \"[]\"\n },\n {\n \"Key\": \"uuid\",\n \"Value\": \"b9e945c2-2312-424e-a03f-2c3eeb71f095\"\n },\n {\n \"Key\": \"write.metadata.delete-after-commit.enabled\",\n \"Value\": \"true\"\n },\n {\n \"Key\": \"write.metadata.previous-versions-max\",\n \"Value\": \"100\"\n },\n {\n \"Key\": \"lakehouse.storage.type\",\n \"Value\": \"lakefs\"\n }\n ],\n \"PermValues\": []\n },\n \"Columns\": [\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"name\",\n \"Params\": null,\n \"Position\": 0,\n \"Type\": \"string\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"age\",\n \"Params\": null,\n \"Position\": 1,\n \"Type\": \"int\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"id\",\n \"Params\": null,\n \"Position\": 2,\n \"Type\": \"int\"\n }\n ],\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DbName\": \"api_test\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"LifeTime\": 0,\n \"Name\": \"test\",\n \"PartitionKeys\": [],\n \"Partitions\": null,\n \"RecordCount\": 0,\n \"RequestId\": \"46021e35-056c-4460-9a37-e74b25f5b81b\",\n \"Retention\": 0,\n \"SchemaName\": \"\",\n \"Sds\": {\n \"BucketCols\": null,\n \"Cols\": null,\n \"Compressed\": false,\n \"InputFormat\": \"org.apache.hadoop.mapred.FileInputFormat\",\n \"Location\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test\",\n \"NumBuckets\": 0,\n \"OutputFormat\": \"org.apache.hadoop.mapred.FileOutputFormat\",\n \"Params\": [],\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\",\n \"SerdeName\": \"\",\n \"SerdeParams\": null,\n \"SortCols\": null,\n \"SortColumns\": null,\n \"StoredAsSubDirectories\": false\n },\n \"StorageSize\": 0,\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Type\": \"EXTERNAL_TABLE\",\n \"ViewExpandedText\": \"\",\n \"ViewOriginalText\": \"\"\n }\n}",
|
446
446
|
"title": "查询表"
|
447
447
|
}
|
448
448
|
],
|
@@ -494,6 +494,14 @@
|
|
494
494
|
"title": "查询DataEngines信息列表"
|
495
495
|
}
|
496
496
|
],
|
497
|
+
"DescribeDataEnginesScaleDetail": [
|
498
|
+
{
|
499
|
+
"document": "",
|
500
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEnginesScaleDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"2024-06-06 12:00:00\",\n \"EndTime\": \"2024-06-06 13:00:00\",\n \"DataEngineNames\": [\n \"dataengine-abc\"\n ]\n}",
|
501
|
+
"output": "{\n \"Response\": {\n \"Scales\": [\n {\n \"DataEngineId\": \"abc\",\n \"DataEngineName\": \"abc\",\n \"ScaleDetail\": [\n {\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"CU\": 0\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
502
|
+
"title": "查询引擎规格详情"
|
503
|
+
}
|
504
|
+
],
|
497
505
|
"DescribeDatabases": [
|
498
506
|
{
|
499
507
|
"document": "查询数据库列表",
|
@@ -871,7 +879,7 @@
|
|
871
879
|
"DropDMSTable": [
|
872
880
|
{
|
873
881
|
"document": "",
|
874
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"
|
882
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"abc\",\n \"Name\": \"abc\",\n \"DeleteData\": true,\n \"EnvProps\": {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n}",
|
875
883
|
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
|
876
884
|
"title": "DMS元数据删除表"
|
877
885
|
}
|
@@ -2487,7 +2487,7 @@
|
|
2487
2487
|
{
|
2488
2488
|
"disabled": false,
|
2489
2489
|
"document": "模板名称",
|
2490
|
-
"example": "
|
2490
|
+
"example": "模板名称",
|
2491
2491
|
"member": "string",
|
2492
2492
|
"name": "Name",
|
2493
2493
|
"output_required": true,
|
@@ -2497,7 +2497,7 @@
|
|
2497
2497
|
{
|
2498
2498
|
"disabled": false,
|
2499
2499
|
"document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
2500
|
-
"example": "
|
2500
|
+
"example": "模板描述",
|
2501
2501
|
"member": "string",
|
2502
2502
|
"name": "Description",
|
2503
2503
|
"output_required": true,
|
@@ -2557,7 +2557,7 @@
|
|
2557
2557
|
{
|
2558
2558
|
"disabled": false,
|
2559
2559
|
"document": "是否开启别名\n注意:此字段可能返回 null,表示取不到有效值。",
|
2560
|
-
"example": "
|
2560
|
+
"example": "false",
|
2561
2561
|
"member": "bool",
|
2562
2562
|
"name": "IsAlias",
|
2563
2563
|
"output_required": false,
|
@@ -2758,40 +2758,40 @@
|
|
2758
2758
|
{
|
2759
2759
|
"disabled": false,
|
2760
2760
|
"document": "结果类型。",
|
2761
|
-
"example": "
|
2761
|
+
"example": "cos",
|
2762
2762
|
"member": "string",
|
2763
2763
|
"name": "Result",
|
2764
|
-
"
|
2764
|
+
"output_required": true,
|
2765
2765
|
"type": "string",
|
2766
2766
|
"value_allowed_null": false
|
2767
2767
|
},
|
2768
2768
|
{
|
2769
2769
|
"disabled": false,
|
2770
2770
|
"document": "结果描述。",
|
2771
|
-
"example": "
|
2771
|
+
"example": "婚姻状况: 未婚",
|
2772
2772
|
"member": "string",
|
2773
2773
|
"name": "ResultDescription",
|
2774
|
-
"
|
2774
|
+
"output_required": true,
|
2775
2775
|
"type": "string",
|
2776
2776
|
"value_allowed_null": false
|
2777
2777
|
},
|
2778
2778
|
{
|
2779
2779
|
"disabled": false,
|
2780
2780
|
"document": "错误信息描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2781
|
-
"example": "
|
2781
|
+
"example": "error message",
|
2782
2782
|
"member": "ErrDescription",
|
2783
2783
|
"name": "ErrDescription",
|
2784
|
-
"
|
2784
|
+
"output_required": true,
|
2785
2785
|
"type": "object",
|
2786
2786
|
"value_allowed_null": true
|
2787
2787
|
},
|
2788
2788
|
{
|
2789
2789
|
"disabled": false,
|
2790
2790
|
"document": "资源ID。",
|
2791
|
-
"example": "
|
2791
|
+
"example": "cos-abcd1234",
|
2792
2792
|
"member": "string",
|
2793
2793
|
"name": "ResourceId",
|
2794
|
-
"
|
2794
|
+
"output_required": true,
|
2795
2795
|
"type": "string",
|
2796
2796
|
"value_allowed_null": false
|
2797
2797
|
}
|
@@ -11658,7 +11658,7 @@
|
|
11658
11658
|
"example": "1",
|
11659
11659
|
"member": "int64",
|
11660
11660
|
"name": "TaskId",
|
11661
|
-
"
|
11661
|
+
"output_required": true,
|
11662
11662
|
"type": "int",
|
11663
11663
|
"value_allowed_null": false
|
11664
11664
|
},
|
@@ -11668,7 +11668,7 @@
|
|
11668
11668
|
"example": "1",
|
11669
11669
|
"member": "int64",
|
11670
11670
|
"name": "FileResultId",
|
11671
|
-
"
|
11671
|
+
"output_required": true,
|
11672
11672
|
"type": "int",
|
11673
11673
|
"value_allowed_null": true
|
11674
11674
|
},
|
@@ -11678,7 +11678,7 @@
|
|
11678
11678
|
"example": "bucket_1",
|
11679
11679
|
"member": "string",
|
11680
11680
|
"name": "BucketName",
|
11681
|
-
"
|
11681
|
+
"output_required": true,
|
11682
11682
|
"type": "string",
|
11683
11683
|
"value_allowed_null": true
|
11684
11684
|
},
|
@@ -11688,7 +11688,7 @@
|
|
11688
11688
|
"example": "file_1",
|
11689
11689
|
"member": "string",
|
11690
11690
|
"name": "FileName",
|
11691
|
-
"
|
11691
|
+
"output_required": true,
|
11692
11692
|
"type": "string",
|
11693
11693
|
"value_allowed_null": true
|
11694
11694
|
},
|
@@ -11698,7 +11698,7 @@
|
|
11698
11698
|
"example": "1",
|
11699
11699
|
"member": "int64",
|
11700
11700
|
"name": "CategoryId",
|
11701
|
-
"
|
11701
|
+
"output_required": true,
|
11702
11702
|
"type": "int",
|
11703
11703
|
"value_allowed_null": true
|
11704
11704
|
},
|
@@ -11708,7 +11708,7 @@
|
|
11708
11708
|
"example": "个人基本信息",
|
11709
11709
|
"member": "string",
|
11710
11710
|
"name": "CategoryName",
|
11711
|
-
"
|
11711
|
+
"output_required": true,
|
11712
11712
|
"type": "string",
|
11713
11713
|
"value_allowed_null": true
|
11714
11714
|
},
|
@@ -11718,7 +11718,7 @@
|
|
11718
11718
|
"example": "10000",
|
11719
11719
|
"member": "int64",
|
11720
11720
|
"name": "LevelId",
|
11721
|
-
"
|
11721
|
+
"output_required": true,
|
11722
11722
|
"type": "int",
|
11723
11723
|
"value_allowed_null": true
|
11724
11724
|
},
|
@@ -11728,17 +11728,17 @@
|
|
11728
11728
|
"example": "高",
|
11729
11729
|
"member": "string",
|
11730
11730
|
"name": "LevelName",
|
11731
|
-
"
|
11731
|
+
"output_required": true,
|
11732
11732
|
"type": "string",
|
11733
11733
|
"value_allowed_null": true
|
11734
11734
|
},
|
11735
11735
|
{
|
11736
11736
|
"disabled": false,
|
11737
11737
|
"document": "KMS加密,true or false\n注意:此字段可能返回 null,表示取不到有效值。",
|
11738
|
-
"example": "
|
11738
|
+
"example": "true",
|
11739
11739
|
"member": "bool",
|
11740
11740
|
"name": "KMSEncrypted",
|
11741
|
-
"
|
11741
|
+
"output_required": true,
|
11742
11742
|
"type": "bool",
|
11743
11743
|
"value_allowed_null": true
|
11744
11744
|
},
|
@@ -11748,7 +11748,7 @@
|
|
11748
11748
|
"example": "姓名",
|
11749
11749
|
"member": "string",
|
11750
11750
|
"name": "RuleName",
|
11751
|
-
"
|
11751
|
+
"output_required": true,
|
11752
11752
|
"type": "string",
|
11753
11753
|
"value_allowed_null": true
|
11754
11754
|
},
|
@@ -11758,7 +11758,7 @@
|
|
11758
11758
|
"example": "1",
|
11759
11759
|
"member": "int64",
|
11760
11760
|
"name": "RuleId",
|
11761
|
-
"
|
11761
|
+
"output_required": true,
|
11762
11762
|
"type": "int",
|
11763
11763
|
"value_allowed_null": true
|
11764
11764
|
},
|
@@ -11768,27 +11768,27 @@
|
|
11768
11768
|
"example": "1",
|
11769
11769
|
"member": "int64",
|
11770
11770
|
"name": "LevelRiskScore",
|
11771
|
-
"
|
11771
|
+
"output_required": true,
|
11772
11772
|
"type": "int",
|
11773
11773
|
"value_allowed_null": true
|
11774
11774
|
},
|
11775
11775
|
{
|
11776
11776
|
"disabled": false,
|
11777
11777
|
"document": "文件大小,单位为KB\n注意:此字段可能返回 null,表示取不到有效值。",
|
11778
|
-
"example": "
|
11778
|
+
"example": "1024",
|
11779
11779
|
"member": "int64",
|
11780
11780
|
"name": "FileSize",
|
11781
|
-
"
|
11781
|
+
"output_required": true,
|
11782
11782
|
"type": "int",
|
11783
11783
|
"value_allowed_null": true
|
11784
11784
|
},
|
11785
11785
|
{
|
11786
11786
|
"disabled": false,
|
11787
11787
|
"document": "文件类型,如csv,txt\n注意:此字段可能返回 null,表示取不到有效值。",
|
11788
|
-
"example": "
|
11788
|
+
"example": "txt",
|
11789
11789
|
"member": "string",
|
11790
11790
|
"name": "FileType",
|
11791
|
-
"
|
11791
|
+
"output_required": true,
|
11792
11792
|
"type": "string",
|
11793
11793
|
"value_allowed_null": true
|
11794
11794
|
},
|
@@ -11798,37 +11798,37 @@
|
|
11798
11798
|
"example": "1",
|
11799
11799
|
"member": "int64",
|
11800
11800
|
"name": "SensitiveDataCount",
|
11801
|
-
"
|
11801
|
+
"output_required": true,
|
11802
11802
|
"type": "int",
|
11803
11803
|
"value_allowed_null": true
|
11804
11804
|
},
|
11805
11805
|
{
|
11806
11806
|
"disabled": false,
|
11807
11807
|
"document": "分类树路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
11808
|
-
"example": "
|
11808
|
+
"example": "[\"category\"]",
|
11809
11809
|
"member": "string",
|
11810
11810
|
"name": "CategoryFullPath",
|
11811
|
-
"
|
11811
|
+
"output_required": true,
|
11812
11812
|
"type": "list",
|
11813
11813
|
"value_allowed_null": true
|
11814
11814
|
},
|
11815
11815
|
{
|
11816
11816
|
"disabled": false,
|
11817
11817
|
"document": "合规组ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11818
|
-
"example": "
|
11818
|
+
"example": "1",
|
11819
11819
|
"member": "int64",
|
11820
11820
|
"name": "ComplianceId",
|
11821
|
-
"
|
11821
|
+
"output_required": true,
|
11822
11822
|
"type": "int",
|
11823
11823
|
"value_allowed_null": true
|
11824
11824
|
},
|
11825
11825
|
{
|
11826
11826
|
"disabled": false,
|
11827
11827
|
"document": "结果id\n注意:此字段可能返回 null,表示取不到有效值。",
|
11828
|
-
"example": "
|
11828
|
+
"example": "1",
|
11829
11829
|
"member": "int64",
|
11830
11830
|
"name": "ResultId",
|
11831
|
-
"
|
11831
|
+
"output_required": true,
|
11832
11832
|
"type": "int",
|
11833
11833
|
"value_allowed_null": true
|
11834
11834
|
}
|
@@ -2172,7 +2172,7 @@
|
|
2172
2172
|
},
|
2173
2173
|
{
|
2174
2174
|
"disabled": false,
|
2175
|
-
"document": "源端数据库类型,如mysql,cynosdbmysql,
|
2175
|
+
"document": "源端数据库类型,如mysql,mariadb,percona,postgresql,cynosdbmysql(表示TDSQL-C MySQL),tdpg(TDSQL PostgreSQL版),tdsqlmysql,tdstore(表示TDSQL TDStore版)等。",
|
2176
2176
|
"example": "mysql",
|
2177
2177
|
"member": "string",
|
2178
2178
|
"name": "SrcDatabaseType",
|
@@ -2190,7 +2190,7 @@
|
|
2190
2190
|
},
|
2191
2191
|
{
|
2192
2192
|
"disabled": false,
|
2193
|
-
"document": "目标端数据库类型,如mysql,cynosdbmysql,
|
2193
|
+
"document": "目标端数据库类型,如mysql,mariadb,percona,cynosdbmysql(表示TDSQL-C MySQL),tdpg(TDSQL PostgreSQL版),tdsqlmysql,kafka,tdstore(表示TDSQL TDStore版)等。",
|
2194
2194
|
"example": "mysql",
|
2195
2195
|
"member": "string",
|
2196
2196
|
"name": "DstDatabaseType",
|
@@ -5610,7 +5610,7 @@
|
|
5610
5610
|
},
|
5611
5611
|
{
|
5612
5612
|
"disabled": false,
|
5613
|
-
"document": "数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql
|
5613
|
+
"document": "数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql。注意TDSQL-C MySQL、TDSQL PostgreSQL无需填写此项值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5614
5614
|
"example": "mariadb",
|
5615
5615
|
"member": "string",
|
5616
5616
|
"name": "DbKernel",
|
@@ -1413,7 +1413,7 @@
|
|
1413
1413
|
"example": "无",
|
1414
1414
|
"member": "string",
|
1415
1415
|
"name": "FailedItems",
|
1416
|
-
"
|
1416
|
+
"output_required": true,
|
1417
1417
|
"type": "list",
|
1418
1418
|
"value_allowed_null": true
|
1419
1419
|
},
|
@@ -2515,7 +2515,7 @@
|
|
2515
2515
|
"example": "无",
|
2516
2516
|
"member": "string",
|
2517
2517
|
"name": "UserId",
|
2518
|
-
"
|
2518
|
+
"output_required": true,
|
2519
2519
|
"type": "string",
|
2520
2520
|
"value_allowed_null": false
|
2521
2521
|
},
|
@@ -2525,7 +2525,7 @@
|
|
2525
2525
|
"example": "无",
|
2526
2526
|
"member": "string",
|
2527
2527
|
"name": "UserName",
|
2528
|
-
"
|
2528
|
+
"output_required": true,
|
2529
2529
|
"type": "string",
|
2530
2530
|
"value_allowed_null": false
|
2531
2531
|
},
|
@@ -2535,7 +2535,7 @@
|
|
2535
2535
|
"example": "无",
|
2536
2536
|
"member": "ThirdPartyAccountInfo",
|
2537
2537
|
"name": "ThirdPartyAccounts",
|
2538
|
-
"
|
2538
|
+
"output_required": true,
|
2539
2539
|
"type": "list",
|
2540
2540
|
"value_allowed_null": true
|
2541
2541
|
},
|
@@ -99,8 +99,8 @@
|
|
99
99
|
"DeleteUsers": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: eiam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUsers\n<公共请求参数>\n\n{\n \"DeleteIdList\": [\n \"
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: eiam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUsers\n<公共请求参数>\n\n{\n \"DeleteIdList\": [\n \"uid222222\"\n ],\n \"DeleteNameList\": [\n \"用户22222\"\n ]\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"requestId22222\",\n \"FailedItems\": [\n \"uid2222222\"\n ]\n }\n}",
|
104
104
|
"title": "请求示例"
|
105
105
|
}
|
106
106
|
],
|
@@ -187,8 +187,8 @@
|
|
187
187
|
"DescribeUserThirdPartyAccountInfo": [
|
188
188
|
{
|
189
189
|
"document": "",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: eiam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserThirdPartyAccountInfo\n<公共请求参数>\n\n{\n \"UserName\": \"
|
191
|
-
"output": "{\n \"Response\": {\n \"UserName\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: eiam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserThirdPartyAccountInfo\n<公共请求参数>\n\n{\n \"UserName\": \"测试用户1111\",\n \"UserId\": \"userId1111\"\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"UserName\": \"测试用户1111\",\n \"UserId\": \"userId1111\",\n \"RequestId\": \"requestId1111\",\n \"ThirdPartyAccounts\": [\n {\n \"AccountCode\": \"userCode001\",\n \"AccountName\": \"第三方测试用户0001\"\n }\n ]\n }\n}",
|
192
192
|
"title": "请求示例"
|
193
193
|
}
|
194
194
|
],
|
@@ -2595,7 +2595,7 @@
|
|
2595
2595
|
},
|
2596
2596
|
{
|
2597
2597
|
"disabled": false,
|
2598
|
-
"document": "
|
2598
|
+
"document": "审核节点的签署人标志,用于指定当前审核的签署方。\n<font color= \"red\">注意:以下情况必须传递RecipientId</font>\n<ul><li> **发起签署流程时,指定签署人需要审批(即签署人需要审批\n<a href=\"https://qian.tencent.com/developers/partnerApis/dataTypes#flowapproverinfo\" target=\"_blank\">ApproverNeedSignReview</a>为true),则必须指定RecipientId**</li><li>**如果签署审核节点是个人, 此参数必填**。</li></ul>",
|
2599
2599
|
"example": "yDRS4UUgygqdcj56UuO4zjExBQcOiB68",
|
2600
2600
|
"member": "string",
|
2601
2601
|
"name": "RecipientId",
|
@@ -6044,7 +6044,7 @@
|
|
6044
6044
|
},
|
6045
6045
|
{
|
6046
6046
|
"disabled": false,
|
6047
|
-
"document": "第三方平台子客的企业名称,请确认该企业名称与企业营业执照中注册的名称完全一致。\n
|
6047
|
+
"document": "第三方平台子客的企业名称,请确认该企业名称与企业营业执照中注册的名称完全一致。\n<font color=\"red\">在测试环境联调的过程中,企业名称请统一加上“测试”二字,如:典子谦示例企业测试,否则将无法审核通过。</font>\n\n注:\n `1. 如果名称中包含英文括号(),请使用中文括号()代替。`\n `2、该名称需要与Agent.ProxyOrganizationOpenId相匹配, 企业激活后Agent.ProxyOrganizationOpenId会跟此企业名称一一绑定; 如果您的企业已经在认证授权中或者激活完成,这里修改子客企业名字将不会生效。 `",
|
6048
6048
|
"example": "典子谦示例企业测试",
|
6049
6049
|
"member": "string",
|
6050
6050
|
"name": "ProxyOrganizationName",
|
@@ -6556,7 +6556,7 @@
|
|
6556
6556
|
"type": "object"
|
6557
6557
|
},
|
6558
6558
|
{
|
6559
|
-
"disabled":
|
6559
|
+
"disabled": true,
|
6560
6560
|
"document": "操作人信息",
|
6561
6561
|
"example": "无",
|
6562
6562
|
"member": "UserInfo",
|
@@ -6565,7 +6565,7 @@
|
|
6565
6565
|
"type": "object"
|
6566
6566
|
},
|
6567
6567
|
{
|
6568
|
-
"disabled":
|
6568
|
+
"disabled": true,
|
6569
6569
|
"document": "企业信息",
|
6570
6570
|
"example": "无",
|
6571
6571
|
"member": "OrganizationInfo",
|
@@ -2788,7 +2788,7 @@
|
|
2788
2788
|
},
|
2789
2789
|
{
|
2790
2790
|
"disabled": false,
|
2791
|
-
"document": "plus
|
2791
|
+
"document": "plus版:描述当前请求活体阶段被拒绝的详细原因,详情如下:01-用户全程闭眼02-用户未完成指定动作03-疑似翻拍攻击04-疑似合成图片05-疑似合成视频06-疑似合成动作07-疑似黑产模板08-疑似存在水印09-反光校验未通过10-最佳帧校验未通过11-人脸质量过差12-人脸距离不匹配13-疑似对抗样本攻击null-无增强版:此字段不生效,默认为null\n注意:此字段可能返回 null,表示取不到有效值。",
|
2792
2792
|
"example": "01",
|
2793
2793
|
"member": "string",
|
2794
2794
|
"name": "LivenessInfoTag",
|