tccli 3.0.1385.1__py2.py3-none-any.whl → 3.0.1387.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.
Files changed (49) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +20 -10
  3. tccli/services/apm/v20210622/examples.json +2 -2
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/bh/v20230418/api.json +9 -0
  6. tccli/services/ccc/ccc_client.py +134 -28
  7. tccli/services/ccc/v20200210/api.json +514 -0
  8. tccli/services/ccc/v20200210/examples.json +16 -0
  9. tccli/services/cdwpg/v20201230/api.json +22 -4
  10. tccli/services/ckafka/v20190819/api.json +83 -85
  11. tccli/services/ckafka/v20190819/examples.json +6 -6
  12. tccli/services/cls/v20201016/api.json +3 -3
  13. tccli/services/csip/v20221121/api.json +66 -16
  14. tccli/services/cynosdb/v20190107/api.json +36 -36
  15. tccli/services/dlc/dlc_client.py +53 -0
  16. tccli/services/dlc/v20210125/api.json +442 -1
  17. tccli/services/dlc/v20210125/examples.json +16 -2
  18. tccli/services/dnspod/v20210323/api.json +22 -12
  19. tccli/services/es/v20180416/api.json +7 -7
  20. tccli/services/faceid/v20180301/api.json +12 -2
  21. tccli/services/gs/gs_client.py +57 -4
  22. tccli/services/gs/v20191118/api.json +34 -0
  23. tccli/services/gs/v20191118/examples.json +8 -0
  24. tccli/services/ioa/ioa_client.py +267 -55
  25. tccli/services/ioa/v20220601/api.json +963 -98
  26. tccli/services/ioa/v20220601/examples.json +39 -1
  27. tccli/services/iotexplorer/v20190423/api.json +154 -2
  28. tccli/services/lighthouse/v20200324/api.json +1 -1
  29. tccli/services/lke/v20231130/api.json +57 -19
  30. tccli/services/mongodb/mongodb_client.py +53 -0
  31. tccli/services/mongodb/v20190725/api.json +46 -2
  32. tccli/services/mongodb/v20190725/examples.json +8 -0
  33. tccli/services/ocr/v20181119/api.json +25 -25
  34. tccli/services/ocr/v20181119/examples.json +2 -2
  35. tccli/services/omics/v20221128/api.json +163 -13
  36. tccli/services/redis/v20180412/api.json +124 -42
  37. tccli/services/redis/v20180412/examples.json +6 -6
  38. tccli/services/tcaplusdb/v20190823/api.json +23 -3
  39. tccli/services/tione/v20211111/api.json +65 -15
  40. tccli/services/tione/v20211111/examples.json +1 -1
  41. tccli/services/trtc/v20190722/api.json +100 -17
  42. tccli/services/vdb/v20230616/api.json +2 -2
  43. tccli/services/vpc/v20170312/api.json +39 -10
  44. tccli/services/vpc/v20170312/examples.json +2 -2
  45. {tccli-3.0.1385.1.dist-info → tccli-3.0.1387.1.dist-info}/METADATA +2 -2
  46. {tccli-3.0.1385.1.dist-info → tccli-3.0.1387.1.dist-info}/RECORD +49 -49
  47. {tccli-3.0.1385.1.dist-info → tccli-3.0.1387.1.dist-info}/WHEEL +0 -0
  48. {tccli-3.0.1385.1.dist-info → tccli-3.0.1387.1.dist-info}/entry_points.txt +0 -0
  49. {tccli-3.0.1385.1.dist-info → tccli-3.0.1387.1.dist-info}/license_files/LICENSE +0 -0
@@ -315,6 +315,13 @@
315
315
  "output": "CreateTasksInOrderResponse",
316
316
  "status": "deprecated"
317
317
  },
318
+ "CreateTcIcebergTable": {
319
+ "document": "创建TIceberg表",
320
+ "input": "CreateTcIcebergTableRequest",
321
+ "name": "创建TC-Iceberg表",
322
+ "output": "CreateTcIcebergTableResponse",
323
+ "status": "online"
324
+ },
318
325
  "CreateUser": {
319
326
  "document": "创建用户",
320
327
  "input": "CreateUserRequest",
@@ -5828,6 +5835,99 @@
5828
5835
  ],
5829
5836
  "type": "object"
5830
5837
  },
5838
+ "CreateTcIcebergTableRequest": {
5839
+ "document": "CreateTcIcebergTable请求参数结构体",
5840
+ "members": [
5841
+ {
5842
+ "disabled": false,
5843
+ "document": "表基本信息",
5844
+ "example": "无",
5845
+ "member": "TableBaseInfo",
5846
+ "name": "TableBaseInfo",
5847
+ "required": true,
5848
+ "type": "object"
5849
+ },
5850
+ {
5851
+ "disabled": false,
5852
+ "document": "表字段信息",
5853
+ "example": "无",
5854
+ "member": "TColumn",
5855
+ "name": "Columns",
5856
+ "required": true,
5857
+ "type": "list"
5858
+ },
5859
+ {
5860
+ "disabled": false,
5861
+ "document": "为true时只获取sql而不执行",
5862
+ "example": "false",
5863
+ "member": "bool",
5864
+ "name": "DryRun",
5865
+ "required": true,
5866
+ "type": "bool"
5867
+ },
5868
+ {
5869
+ "disabled": false,
5870
+ "document": "表分区信息",
5871
+ "example": "无",
5872
+ "member": "TPartition",
5873
+ "name": "Partitions",
5874
+ "required": false,
5875
+ "type": "list"
5876
+ },
5877
+ {
5878
+ "disabled": false,
5879
+ "document": "表属性信息",
5880
+ "example": "无",
5881
+ "member": "Property",
5882
+ "name": "Properties",
5883
+ "required": false,
5884
+ "type": "list"
5885
+ }
5886
+ ],
5887
+ "type": "object"
5888
+ },
5889
+ "CreateTcIcebergTableResponse": {
5890
+ "document": "CreateTcIcebergTable返回参数结构体",
5891
+ "members": [
5892
+ {
5893
+ "disabled": false,
5894
+ "document": "amoro的SessionId",
5895
+ "example": "66cb0000-50d2-49b1-99c6-12fb1566b7d0-SIMPLE-1305424723:DataLakeCatalog:zYBEmJFg:u7CzujF-test-catalog",
5896
+ "member": "string",
5897
+ "name": "SessionId",
5898
+ "output_required": false,
5899
+ "type": "string",
5900
+ "value_allowed_null": false
5901
+ },
5902
+ {
5903
+ "disabled": false,
5904
+ "document": "执行的sql",
5905
+ "example": "select 1;",
5906
+ "member": "string",
5907
+ "name": "SQL",
5908
+ "output_required": false,
5909
+ "type": "string",
5910
+ "value_allowed_null": false
5911
+ },
5912
+ {
5913
+ "disabled": false,
5914
+ "document": "为true时只返回sql而不实际执行",
5915
+ "example": "false",
5916
+ "member": "bool",
5917
+ "name": "DryRun",
5918
+ "output_required": false,
5919
+ "type": "bool",
5920
+ "value_allowed_null": false
5921
+ },
5922
+ {
5923
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5924
+ "member": "string",
5925
+ "name": "RequestId",
5926
+ "type": "string"
5927
+ }
5928
+ ],
5929
+ "type": "object"
5930
+ },
5831
5931
  "CreateUserRequest": {
5832
5932
  "document": "CreateUser请求参数结构体",
5833
5933
  "members": [
@@ -12995,12 +13095,95 @@
12995
13095
  },
12996
13096
  "DescribeTablePartitionsRequest": {
12997
13097
  "document": "DescribeTablePartitions请求参数结构体",
12998
- "members": [],
13098
+ "members": [
13099
+ {
13100
+ "disabled": false,
13101
+ "document": "数据目录名称",
13102
+ "example": "DataLakeCatalog",
13103
+ "member": "string",
13104
+ "name": "Catalog",
13105
+ "required": true,
13106
+ "type": "string"
13107
+ },
13108
+ {
13109
+ "disabled": false,
13110
+ "document": "数据库名称",
13111
+ "example": "test_db",
13112
+ "member": "string",
13113
+ "name": "Database",
13114
+ "required": true,
13115
+ "type": "string"
13116
+ },
13117
+ {
13118
+ "disabled": false,
13119
+ "document": "数据表名称",
13120
+ "example": "test_tb",
13121
+ "member": "string",
13122
+ "name": "Table",
13123
+ "required": true,
13124
+ "type": "string"
13125
+ },
13126
+ {
13127
+ "disabled": false,
13128
+ "document": "查询偏移位置",
13129
+ "example": "0",
13130
+ "member": "int64",
13131
+ "name": "Offset",
13132
+ "required": true,
13133
+ "type": "int"
13134
+ },
13135
+ {
13136
+ "disabled": false,
13137
+ "document": "当次查询的数量限制",
13138
+ "example": "10",
13139
+ "member": "int64",
13140
+ "name": "Limit",
13141
+ "required": true,
13142
+ "type": "int"
13143
+ },
13144
+ {
13145
+ "disabled": false,
13146
+ "document": "模糊查询的分区名称",
13147
+ "example": "2023-12-23",
13148
+ "member": "string",
13149
+ "name": "FuzzyPartition",
13150
+ "required": false,
13151
+ "type": "string"
13152
+ },
13153
+ {
13154
+ "disabled": false,
13155
+ "document": "排序信息",
13156
+ "example": "无",
13157
+ "member": "Sort",
13158
+ "name": "Sorts",
13159
+ "required": false,
13160
+ "type": "list"
13161
+ },
13162
+ {
13163
+ "disabled": false,
13164
+ "document": "分页查询的游标信息",
13165
+ "example": "pt=name",
13166
+ "member": "string",
13167
+ "name": "Cursor",
13168
+ "required": false,
13169
+ "type": "string"
13170
+ }
13171
+ ],
12999
13172
  "type": "object"
13000
13173
  },
13001
13174
  "DescribeTablePartitionsResponse": {
13002
13175
  "document": "DescribeTablePartitions返回参数结构体",
13003
13176
  "members": [
13177
+ {
13178
+ "disabled": false,
13179
+ "document": "分区信息值",
13180
+ "example": "无",
13181
+ "member": "MixedTablePartitions",
13182
+ "name": "MixedPartitions",
13183
+ "output_required": true,
13184
+ "type": "object",
13185
+ "value_allowed_null": false
13186
+ },
13004
13187
  {
13005
13188
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13006
13189
  "member": "string",
@@ -16096,6 +16279,72 @@
16096
16279
  ],
16097
16280
  "usage": "both"
16098
16281
  },
16282
+ "HiveTablePartition": {
16283
+ "document": "Hive表分区信息",
16284
+ "members": [
16285
+ {
16286
+ "disabled": false,
16287
+ "document": "分区信息名称",
16288
+ "example": "pt=20240520",
16289
+ "member": "string",
16290
+ "name": "Partition",
16291
+ "output_required": false,
16292
+ "type": "string",
16293
+ "value_allowed_null": false
16294
+ },
16295
+ {
16296
+ "disabled": false,
16297
+ "document": "分区记录数",
16298
+ "example": "1000",
16299
+ "member": "int64",
16300
+ "name": "Records",
16301
+ "output_required": false,
16302
+ "type": "int",
16303
+ "value_allowed_null": false
16304
+ },
16305
+ {
16306
+ "disabled": false,
16307
+ "document": "分区数据文件存储量",
16308
+ "example": "100",
16309
+ "member": "int64",
16310
+ "name": "DataFileStorage",
16311
+ "output_required": false,
16312
+ "type": "int",
16313
+ "value_allowed_null": false
16314
+ },
16315
+ {
16316
+ "disabled": false,
16317
+ "document": "分区创建时间",
16318
+ "example": "2025-06-03T22:07:11.733+08:00",
16319
+ "member": "string",
16320
+ "name": "CreateTime",
16321
+ "output_required": false,
16322
+ "type": "string",
16323
+ "value_allowed_null": false
16324
+ },
16325
+ {
16326
+ "disabled": false,
16327
+ "document": "分区schema更新时间",
16328
+ "example": "2025-06-03T22:07:11.733+08:00",
16329
+ "member": "string",
16330
+ "name": "ModifiedTime",
16331
+ "output_required": false,
16332
+ "type": "string",
16333
+ "value_allowed_null": false
16334
+ },
16335
+ {
16336
+ "disabled": false,
16337
+ "document": "最后一次分区更新的访问时间",
16338
+ "example": "2025-06-03T22:07:11.733+08:00",
16339
+ "member": "string",
16340
+ "name": "LastAccessTime",
16341
+ "output_required": false,
16342
+ "type": "string",
16343
+ "value_allowed_null": false
16344
+ }
16345
+ ],
16346
+ "usage": "out"
16347
+ },
16099
16348
  "HouseEventsInfo": {
16100
16349
  "document": "集群事件日志",
16101
16350
  "members": [
@@ -16132,6 +16381,92 @@
16132
16381
  ],
16133
16382
  "usage": "out"
16134
16383
  },
16384
+ "IcebergTablePartition": {
16385
+ "document": "Iceberg表分区信息",
16386
+ "members": [
16387
+ {
16388
+ "disabled": false,
16389
+ "document": "分区信息名称",
16390
+ "example": "pt=20240520",
16391
+ "member": "string",
16392
+ "name": "Partition",
16393
+ "output_required": false,
16394
+ "type": "string",
16395
+ "value_allowed_null": false
16396
+ },
16397
+ {
16398
+ "disabled": false,
16399
+ "document": "分区记录数",
16400
+ "example": "1000",
16401
+ "member": "int64",
16402
+ "name": "Records",
16403
+ "output_required": false,
16404
+ "type": "int",
16405
+ "value_allowed_null": false
16406
+ },
16407
+ {
16408
+ "disabled": false,
16409
+ "document": "分区数据文件数量",
16410
+ "example": "100",
16411
+ "member": "int64",
16412
+ "name": "DataFileSize",
16413
+ "output_required": false,
16414
+ "type": "int",
16415
+ "value_allowed_null": false
16416
+ },
16417
+ {
16418
+ "disabled": false,
16419
+ "document": "分区数据文件存储量",
16420
+ "example": "100",
16421
+ "member": "int64",
16422
+ "name": "DataFileStorage",
16423
+ "output_required": false,
16424
+ "type": "int",
16425
+ "value_allowed_null": false
16426
+ },
16427
+ {
16428
+ "disabled": false,
16429
+ "document": "分区创建时间",
16430
+ "example": "2025-06-03T22:07:11.733+08:00",
16431
+ "member": "string",
16432
+ "name": "CreateTime",
16433
+ "output_required": false,
16434
+ "type": "string",
16435
+ "value_allowed_null": false
16436
+ },
16437
+ {
16438
+ "disabled": false,
16439
+ "document": "分区更新时间",
16440
+ "example": "2025-06-03T22:07:11.733+08:00",
16441
+ "member": "string",
16442
+ "name": "UpdateTime",
16443
+ "output_required": false,
16444
+ "type": "string",
16445
+ "value_allowed_null": false
16446
+ },
16447
+ {
16448
+ "disabled": false,
16449
+ "document": "最后一次分区更新的快照ID",
16450
+ "example": "2025-06-03T22:07:11.733+08:00",
16451
+ "member": "string",
16452
+ "name": "LastUpdateSnapshotId",
16453
+ "output_required": false,
16454
+ "type": "string",
16455
+ "value_allowed_null": false
16456
+ },
16457
+ {
16458
+ "disabled": false,
16459
+ "document": "分区的location",
16460
+ "example": "无",
16461
+ "member": "LocationInfo",
16462
+ "name": "Location",
16463
+ "output_required": false,
16464
+ "type": "object",
16465
+ "value_allowed_null": false
16466
+ }
16467
+ ],
16468
+ "usage": "out"
16469
+ },
16135
16470
  "IpPortPair": {
16136
16471
  "document": "ip端口对信息",
16137
16472
  "members": [
@@ -16684,6 +17019,32 @@
16684
17019
  ],
16685
17020
  "type": "object"
16686
17021
  },
17022
+ "LocationInfo": {
17023
+ "document": "Location信息结构",
17024
+ "members": [
17025
+ {
17026
+ "disabled": false,
17027
+ "document": "桶名称",
17028
+ "example": "my_tb",
17029
+ "member": "string",
17030
+ "name": "Bucket",
17031
+ "output_required": true,
17032
+ "type": "string",
17033
+ "value_allowed_null": false
17034
+ },
17035
+ {
17036
+ "disabled": false,
17037
+ "document": "location路径",
17038
+ "example": "my_tb/data",
17039
+ "member": "string",
17040
+ "name": "DataLocation",
17041
+ "output_required": true,
17042
+ "type": "string",
17043
+ "value_allowed_null": false
17044
+ }
17045
+ ],
17046
+ "usage": "out"
17047
+ },
16687
17048
  "LockComponentInfo": {
16688
17049
  "document": "元数据加锁内容",
16689
17050
  "members": [
@@ -16853,6 +17214,62 @@
16853
17214
  ],
16854
17215
  "type": "object"
16855
17216
  },
17217
+ "MixedTablePartitions": {
17218
+ "document": "DLC分区信息查询返回数据结构",
17219
+ "members": [
17220
+ {
17221
+ "disabled": false,
17222
+ "document": "数据表格式",
17223
+ "example": "ICEBERG",
17224
+ "member": "string",
17225
+ "name": "TableFormat",
17226
+ "output_required": false,
17227
+ "type": "string",
17228
+ "value_allowed_null": false
17229
+ },
17230
+ {
17231
+ "disabled": false,
17232
+ "document": "分区总数",
17233
+ "example": "100",
17234
+ "member": "int64",
17235
+ "name": "TotalSize",
17236
+ "output_required": false,
17237
+ "type": "int",
17238
+ "value_allowed_null": false
17239
+ },
17240
+ {
17241
+ "disabled": false,
17242
+ "document": "分页查询的游标信息,在获取下一页信息时需要回传到服务端",
17243
+ "example": "pt=name",
17244
+ "member": "string",
17245
+ "name": "NextCursor",
17246
+ "output_required": false,
17247
+ "type": "string",
17248
+ "value_allowed_null": false
17249
+ },
17250
+ {
17251
+ "disabled": false,
17252
+ "document": "iceberg表分区信息",
17253
+ "example": "无",
17254
+ "member": "IcebergTablePartition",
17255
+ "name": "IcebergPartitions",
17256
+ "output_required": false,
17257
+ "type": "list",
17258
+ "value_allowed_null": false
17259
+ },
17260
+ {
17261
+ "disabled": false,
17262
+ "document": "hive表分区信息",
17263
+ "example": "无",
17264
+ "member": "HiveTablePartition",
17265
+ "name": "HivePartitions",
17266
+ "output_required": false,
17267
+ "type": "list",
17268
+ "value_allowed_null": false
17269
+ }
17270
+ ],
17271
+ "usage": "out"
17272
+ },
16856
17273
  "ModifyAdvancedStoreLocationRequest": {
16857
17274
  "document": "ModifyAdvancedStoreLocation请求参数结构体",
16858
17275
  "members": [
@@ -20119,6 +20536,30 @@
20119
20536
  ],
20120
20537
  "usage": "both"
20121
20538
  },
20539
+ "Sort": {
20540
+ "document": "排序结构",
20541
+ "members": [
20542
+ {
20543
+ "disabled": false,
20544
+ "document": "排序字段",
20545
+ "example": "create_time",
20546
+ "member": "string",
20547
+ "name": "Field",
20548
+ "required": true,
20549
+ "type": "string"
20550
+ },
20551
+ {
20552
+ "disabled": false,
20553
+ "document": "是否按照ASC排序,否则DESC排序",
20554
+ "example": "true",
20555
+ "member": "bool",
20556
+ "name": "Asc",
20557
+ "required": true,
20558
+ "type": "bool"
20559
+ }
20560
+ ],
20561
+ "usage": "in"
20562
+ },
20122
20563
  "SparkJobInfo": {
20123
20564
  "document": "spark作业详情。",
20124
20565
  "members": [
@@ -360,6 +360,14 @@
360
360
  "title": "按顺序创建任务"
361
361
  }
362
362
  ],
363
+ "CreateTcIcebergTable": [
364
+ {
365
+ "document": "创建tc-iceberg表",
366
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInternalTable\n<公共请求参数>\n\n{\n \"TableBaseInfo\": {\n \"DatasourceConnectionName\": \"DataLakeCatalog\",\n \"DatabaseName\": \"yuxinghe_test_0212\",\n \"TableName\": \"demo_tb\",\n \"SmartPolicy\": {\n \"BaseInfo\": {\n \"Uin\": \"100018379117\",\n \"AppId\": \"1305424723\",\n \"PolicyType\": \"Table\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Database\": \"yuxinghe_test_0212\",\n \"Table\": \"demo_tb\"\n },\n \"Policy\": {\n \"Inherit\": \"none\",\n \"Resources\": [\n {\n \"Name\": \"277-spark35-test-yuxinghe\",\n \"ResourceType\": \"SQL\",\n \"AttributionType\": \"group\",\n \"ResourceGroupName\": \"test-277-group\"\n }\n ],\n \"Written\": {\n \"WrittenEnable\": \"enable\"\n },\n \"Lifecycle\": {\n \"LifecycleEnable\": \"enable\",\n \"Expiration\": 30,\n \"ExpiredFieldFormat\": \"yyyy-MM-dd\",\n \"ExpiredField\": \"col1\"\n },\n \"Index\": {\n \"IndexEnable\": \"disable\"\n },\n \"ChangeTable\": {\n \"DataRetentionTime\": 7\n }\n }\n },\n \"PrimaryKeys\": [\n \"col1\"\n ],\n \"TableFormat\": \"TC-ICEBERG\"\n },\n \"Columns\": [\n {\n \"Name\": \"col1\",\n \"Type\": \"string\"\n },\n {\n \"Name\": \"col2\",\n \"Type\": \"int\"\n }\n ],\n \"Partitions\": [\n {\n \"Name\": \"col1\",\n \"Transform\": \"identity\"\n }\n ],\n \"Properties\": [],\n \"DryRun\": false\n}",
367
+ "output": "{\n \"Response\": {\n \"DryRun\": false,\n \"RequestId\": \"deb07535-ccd2-4574-846b-d675249a7f47\",\n \"SQL\": \"CREATE TABLE IF NOT EXISTS yuxinghe_test_0212.demo_tb ( col1 string, col2 int, primary key(col1)) USING MIXED_ICEBERG PARTITIONED BY (col1) TBLPROPERTIES ('change.data.ttl.minutes'='10080', 'clean-dangling-delete-files.enabled'='true', 'clean-orhan-files.interval'='1440', 'clean-orphan-file.enabled'='true', 'data-expire.datetime-string-pattern'='yyyy-MM-dd', 'data-expire.enabled'='true', 'data-expire.field'='col1', 'data-expire.retention-time'='30d', 'dlc_sub_uin'='100018379117', 'lakehouse.storage.type'='lakefs', 'optimizing.engine.name'='277-spark35-test-yuxinghe', 'optimizing.engine.resource.group.name'='test-277-group', 'self-optimizing.enabled'='true', 'self-optimizing.group'='dlc_1305424723_277-spark35-test-yux_opti_grp', 'self-optimizing.minor.trigger.file-count'='5', 'self-optimizing.target-size'='134217728', 'smart-optimizer.inherit'='none', 'snapshot-expire.interval'='600', 'snapshot.base.keep.count'='5', 'snapshot.base.keep.minutes'='2880', 'table-expire.enabled'='true', 'write.distribution-mode'='hash', 'write.metadata.delete-after-commit.enabled'='true', 'write.metadata.previous-versions-max'='100', 'write.metadata.metrics.default'='full');\",\n \"SessionId\": \"09b4d457-c0f7-45c7-bc0e-46398322f0dc-SIMPLE-1305424723:DataLakeCatalog:zYBEmJFg:u7CzujF-DataLakeCatalog\"\n }\n}",
368
+ "title": "创建tc-iceberg表"
369
+ }
370
+ ],
363
371
  "CreateUser": [
364
372
  {
365
373
  "document": "",
@@ -887,9 +895,15 @@
887
895
  "DescribeTablePartitions": [
888
896
  {
889
897
  "document": "示例一",
890
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTablePartitions\n<公共请求参数>\n\n{}",
891
- "output": "{\n \"Response\": {\n \"RequestId\": \"8d15ab5d-164f-462a-b82c-ead5891c3b6c\"\n }\n}",
898
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTablePartitions\n<公共请求参数>\n\n{\n \"Catalog\": \"DataLakeCatalog\",\n \"Database\": \"wd_262\",\n \"Table\": \"pt_string\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
899
+ "output": "{\n \"Response\": {\n \"MixedPartitions\": {\n \"IcebergPartitions\": [\n {\n \"CreateTime\": \"2024-06-14T14:40:21.417+08:00\",\n \"DataFileSize\": 1,\n \"DataFileStorage\": 627,\n \"LastUpdateSnapshotId\": \"1440430386687553985\",\n \"Partition\": \"pt=xyz\",\n \"Records\": 1,\n \"UpdateTime\": \"2024-06-14T14:40:21.417+08:00\"\n },\n {\n \"CreateTime\": \"2024-06-14T14:38:14.37+08:00\",\n \"DataFileSize\": 1,\n \"DataFileStorage\": 627,\n \"LastUpdateSnapshotId\": \"2427096367833466031\",\n \"Partition\": \"pt=abc\",\n \"Records\": 1,\n \"UpdateTime\": \"2024-06-14T14:38:14.37+08:00\"\n },\n {\n \"CreateTime\": \"2024-06-14T14:40:17.59+08:00\",\n \"DataFileSize\": 1,\n \"DataFileStorage\": 627,\n \"LastUpdateSnapshotId\": \"4824566865672576224\",\n \"Partition\": \"pt=efg\",\n \"Records\": 1,\n \"UpdateTime\": \"2024-06-14T14:40:17.59+08:00\"\n }\n ],\n \"TableFormat\": \"ICEBERG\",\n \"TotalSize\": 3\n },\n \"RequestId\": \"8d15ab5d-164f-462a-b82c-ead5891c3b6c\"\n }\n}",
892
900
  "title": "示例一"
901
+ },
902
+ {
903
+ "document": "",
904
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTablePartitions\n<公共请求参数>\n\n{\n \"Catalog\": \"DataLakeCatalog\",\n \"Database\": \"perf_orc_100\",\n \"Table\": \"store_returns\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
905
+ "output": "{\n \"Response\": {\n \"MixedPartitions\": {\n \"HivePartitions\": [\n {\n \"CreateTime\": \"2022-07-26T16:10:52+08:00\",\n \"DataFileStorage\": 0,\n \"LastAccessTime\": \"2022-07-26T16:10:52+08:00\",\n \"ModifiedTime\": \"2022-07-26T16:10:52+08:00\",\n \"Partition\": \"sr_returned_date_sk=2452817\",\n \"Records\": 0\n },\n {\n \"CreateTime\": \"2022-07-26T16:10:52+08:00\",\n \"DataFileStorage\": 0,\n \"LastAccessTime\": \"2022-07-26T16:10:52+08:00\",\n \"ModifiedTime\": \"2022-07-26T16:10:52+08:00\",\n \"Partition\": \"sr_returned_date_sk=2452816\",\n \"Records\": 0\n },\n {\n \"CreateTime\": \"2022-07-26T16:10:52+08:00\",\n \"DataFileStorage\": 0,\n \"LastAccessTime\": \"2022-07-26T16:10:52+08:00\",\n \"ModifiedTime\": \"2022-07-26T16:10:52+08:00\",\n \"Partition\": \"sr_returned_date_sk=2452815\",\n \"Records\": 0\n },\n {\n \"CreateTime\": \"2022-07-26T16:10:52+08:00\",\n \"DataFileStorage\": 0,\n \"LastAccessTime\": \"2022-07-26T16:10:52+08:00\",\n \"ModifiedTime\": \"2022-07-26T16:10:52+08:00\",\n \"Partition\": \"sr_returned_date_sk=2452814\",\n \"Records\": 0\n }\n ],\n \"TableFormat\": \"HIVE\",\n \"TotalSize\": 2004\n },\n \"RequestId\": \"4b9f8cdb-4fc0-4de0-8573-171531e55d74\"\n }\n}",
906
+ "title": "示例二"
893
907
  }
894
908
  ],
895
909
  "DescribeTables": [
@@ -10935,7 +10935,7 @@
10935
10935
  "example": "myfm",
10936
10936
  "member": "string",
10937
10937
  "name": "Nick",
10938
- "required": true,
10938
+ "output_required": true,
10939
10939
  "type": "string",
10940
10940
  "value_allowed_null": false
10941
10941
  },
@@ -10945,7 +10945,7 @@
10945
10945
  "example": "5299600",
10946
10946
  "member": "int64",
10947
10947
  "name": "Id",
10948
- "required": true,
10948
+ "output_required": true,
10949
10949
  "type": "int",
10950
10950
  "value_allowed_null": false
10951
10951
  },
@@ -10955,7 +10955,7 @@
10955
10955
  "example": "qcloud_uin_100000000328@qcloud.com",
10956
10956
  "member": "string",
10957
10957
  "name": "Email",
10958
- "required": true,
10958
+ "output_required": true,
10959
10959
  "type": "string",
10960
10960
  "value_allowed_null": false
10961
10961
  },
@@ -10965,7 +10965,7 @@
10965
10965
  "example": "enabled",
10966
10966
  "member": "string",
10967
10967
  "name": "Status",
10968
- "required": true,
10968
+ "output_required": true,
10969
10969
  "type": "string",
10970
10970
  "value_allowed_null": false
10971
10971
  },
@@ -10975,7 +10975,7 @@
10975
10975
  "example": "187****3214",
10976
10976
  "member": "string",
10977
10977
  "name": "Telephone",
10978
- "required": true,
10978
+ "output_required": true,
10979
10979
  "type": "string",
10980
10980
  "value_allowed_null": false
10981
10981
  },
@@ -10985,7 +10985,7 @@
10985
10985
  "example": "yes",
10986
10986
  "member": "string",
10987
10987
  "name": "EmailVerified",
10988
- "required": true,
10988
+ "output_required": true,
10989
10989
  "type": "string",
10990
10990
  "value_allowed_null": false
10991
10991
  },
@@ -10995,7 +10995,7 @@
10995
10995
  "example": "yes",
10996
10996
  "member": "string",
10997
10997
  "name": "TelephoneVerified",
10998
- "required": true,
10998
+ "output_required": true,
10999
10999
  "type": "string",
11000
11000
  "value_allowed_null": false
11001
11001
  },
@@ -11005,7 +11005,7 @@
11005
11005
  "example": "DP_Free",
11006
11006
  "member": "string",
11007
11007
  "name": "UserGrade",
11008
- "required": true,
11008
+ "output_required": true,
11009
11009
  "type": "string",
11010
11010
  "value_allowed_null": false
11011
11011
  },
@@ -11015,7 +11015,7 @@
11015
11015
  "example": "王小云",
11016
11016
  "member": "string",
11017
11017
  "name": "RealName",
11018
- "required": true,
11018
+ "output_required": true,
11019
11019
  "type": "string",
11020
11020
  "value_allowed_null": false
11021
11021
  },
@@ -11025,7 +11025,7 @@
11025
11025
  "example": "yes",
11026
11026
  "member": "string",
11027
11027
  "name": "WechatBinded",
11028
- "required": true,
11028
+ "output_required": true,
11029
11029
  "type": "string",
11030
11030
  "value_allowed_null": false
11031
11031
  },
@@ -11035,7 +11035,7 @@
11035
11035
  "example": "100000000328",
11036
11036
  "member": "int64",
11037
11037
  "name": "Uin",
11038
- "required": true,
11038
+ "output_required": true,
11039
11039
  "type": "int",
11040
11040
  "value_allowed_null": false
11041
11041
  },
@@ -11045,9 +11045,19 @@
11045
11045
  "example": " [\"r6i9m.dnspod.net\",\"a6i6c.dnspod.net\" ]",
11046
11046
  "member": "string",
11047
11047
  "name": "FreeNs",
11048
- "required": true,
11048
+ "output_required": true,
11049
11049
  "type": "list",
11050
11050
  "value_allowed_null": false
11051
+ },
11052
+ {
11053
+ "disabled": false,
11054
+ "document": "用户是否允许任何人转移域名到本账号",
11055
+ "example": "true",
11056
+ "member": "bool",
11057
+ "name": "AllowTransferIn",
11058
+ "output_required": true,
11059
+ "type": "bool",
11060
+ "value_allowed_null": false
11051
11061
  }
11052
11062
  ],
11053
11063
  "usage": "out"