tccli 3.0.1373.1__py2.py3-none-any.whl → 3.0.1375.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 (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +1 -1
  3. tccli/services/cbs/v20170312/api.json +11 -2
  4. tccli/services/ccc/v20200210/api.json +17 -8
  5. tccli/services/cls/v20201016/api.json +167 -31
  6. tccli/services/cls/v20201016/examples.json +2 -2
  7. tccli/services/csip/v20221121/api.json +1 -1
  8. tccli/services/cwp/v20180228/api.json +5 -5
  9. tccli/services/dlc/dlc_client.py +399 -28
  10. tccli/services/dlc/v20210125/api.json +557 -0
  11. tccli/services/dlc/v20210125/examples.json +56 -0
  12. tccli/services/emr/v20190103/api.json +2 -2
  13. tccli/services/es/v20180416/api.json +49 -0
  14. tccli/services/ess/v20201111/api.json +87 -0
  15. tccli/services/essbasic/v20210526/api.json +77 -0
  16. tccli/services/ioa/v20220601/api.json +48 -29
  17. tccli/services/lighthouse/v20200324/examples.json +3 -3
  18. tccli/services/live/v20180801/examples.json +1 -1
  19. tccli/services/lke/v20231130/api.json +1344 -246
  20. tccli/services/lke/v20231130/examples.json +1 -1
  21. tccli/services/mps/v20190612/api.json +34 -6
  22. tccli/services/ocr/v20181119/api.json +10 -0
  23. tccli/services/partners/v20180321/api.json +4 -4
  24. tccli/services/postgres/v20170312/api.json +1 -1
  25. tccli/services/rce/v20201103/api.json +1 -1
  26. tccli/services/sqlserver/v20180328/api.json +19 -17
  27. tccli/services/sqlserver/v20180328/examples.json +2 -2
  28. tccli/services/tbaas/v20180416/api.json +30 -30
  29. tccli/services/tbaas/v20180416/examples.json +4 -4
  30. tccli/services/tcaplusdb/v20190823/api.json +926 -900
  31. tccli/services/tcaplusdb/v20190823/examples.json +56 -56
  32. tccli/services/tcss/v20201101/api.json +4 -4
  33. tccli/services/tdmq/tdmq_client.py +53 -0
  34. tccli/services/tdmq/v20200217/api.json +35 -11
  35. tccli/services/tdmq/v20200217/examples.json +9 -1
  36. tccli/services/trabbit/v20230418/api.json +9 -0
  37. tccli/services/trocket/v20230308/api.json +2 -2
  38. tccli/services/tse/v20201207/api.json +9 -0
  39. tccli/services/tsf/v20180326/api.json +195 -98
  40. tccli/services/vod/v20180717/api.json +270 -6
  41. tccli/services/vod/v20180717/examples.json +32 -0
  42. tccli/services/vod/vod_client.py +212 -0
  43. {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/METADATA +2 -2
  44. {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/RECORD +47 -47
  45. {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/WHEEL +0 -0
  46. {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/entry_points.txt +0 -0
  47. {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/license_files/LICENSE +0 -0
@@ -64,6 +64,14 @@
64
64
  "title": "test"
65
65
  }
66
66
  ],
67
+ "AttachDataMaskPolicy": [
68
+ {
69
+ "document": "",
70
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AttachDataMaskPolicy\n<公共请求参数>\n\n{\n \"DataMaskStrategyPolicySet\": [\n {\n \"PolicyInfo\": {\n \"Database\": \"default_database\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Table\": \"default_table\",\n \"Operation\": \"SELECT\",\n \"PolicyType\": \"DATAMASK\",\n \"Column\": \"string_msg\"\n },\n \"ColumnType\": \"string\",\n \"DataMaskStrategyId\": \"72de85e2-887a-4a87-bf86-90fc90ff25fa\"\n }\n ]\n}",
71
+ "output": "{\n \"Response\": {\n \"RequestId\": \"12345678-1234-1234-1234-12345678\"\n }\n}",
72
+ "title": "绑定数据脱敏策略"
73
+ }
74
+ ],
67
75
  "AttachUserPolicy": [
68
76
  {
69
77
  "document": "",
@@ -192,6 +200,14 @@
192
200
  "title": "创建数据引擎"
193
201
  }
194
202
  ],
203
+ "CreateDataMaskStrategy": [
204
+ {
205
+ "document": "",
206
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataMaskStrategy\n<公共请求参数>\n\n{\n \"Strategy\": {\n \"StrategyName\": \"create_data_mask_tag\",\n \"Groups\": [\n {\n \"WorkGroupId\": 46920,\n \"StrategyType\": \"MASK_HASH\"\n }\n ]\n }\n}",
207
+ "output": "{\n \"Response\": {\n \"RequestId\": \"812228c6-45c7-43a2-af77-c7e67dc0b524\"\n }\n}",
208
+ "title": "创建数据脱敏策略"
209
+ }
210
+ ],
195
211
  "CreateDatabase": [
196
212
  {
197
213
  "document": "",
@@ -384,6 +400,14 @@
384
400
  "title": "test"
385
401
  }
386
402
  ],
403
+ "DeleteDataMaskStrategy": [
404
+ {
405
+ "document": "",
406
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDataMaskStrategy\n<公共请求参数>\n\n{\n \"StrategyId\": \"c82f17bd-f577-4930-a8ef-83b9647259b8\"\n}",
407
+ "output": "{\n \"Response\": {\n \"RequestId\": \"12345678-1234-1234-1234-12345678\"\n }\n}",
408
+ "title": "删除数据脱敏策略"
409
+ }
410
+ ],
387
411
  "DeleteNativeSparkSession": [
388
412
  {
389
413
  "document": "",
@@ -596,6 +620,14 @@
596
620
  "title": "查询引擎规格详情"
597
621
  }
598
622
  ],
623
+ "DescribeDataMaskStrategies": [
624
+ {
625
+ "document": "",
626
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataMaskStrategies\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"Filters\": []\n}",
627
+ "output": "{\n \"Response\": {\n \"RequestId\": \"14ba6c26-2d36-4646-b1c4-6fe8dc2711d5\",\n \"Strategies\": [\n {\n \"StrategyId\": \"9facbbd7-ab31-4f56-8657-f981f3fea223\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100041604908\",\n \"StrategyName\": \"default_mask_1\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225289,\n \"StrategyType\": \"MASK_SHOW_FIRST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1753416120334,\n \"UpdateTime\": 1753416120334\n },\n {\n \"StrategyId\": \"af088222-22f0-4e7b-a179-8640b4f29ac9\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018370021\",\n \"StrategyName\": \"default_mask_2\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225285,\n \"StrategyType\": \"MASK\"\n },\n {\n \"WorkGroupId\": 225284,\n \"StrategyType\": \"MASK_NONE\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752579358146,\n \"UpdateTime\": 1752579472439\n },\n {\n \"StrategyId\": \"1f14426d-fb9c-4e91-98a9-41d9691d0186\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100042020000\",\n \"StrategyName\": \"default_mask_3\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225284,\n \"StrategyType\": \"MASK_SHOW_FIRST_4\"\n },\n {\n \"WorkGroupId\": 225285,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752578536032,\n \"UpdateTime\": 1752578536032\n },\n {\n \"StrategyId\": \"f4ac2013-d004-4b6a-b3f9-89dc313e8f44\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100042020000\",\n \"StrategyName\": \"data_mask_4\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 221485,\n \"StrategyType\": \"MASK_DATE_SHOW_YEAR\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752570666841,\n \"UpdateTime\": 1752570666841\n },\n {\n \"StrategyId\": \"f9c49afd-d5f5-4a22-b4a5-80d66061601c\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100040310000\",\n \"StrategyName\": \"default_mask_5\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225254,\n \"StrategyType\": \"MASK_NONE\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752213893224,\n \"UpdateTime\": 1752213893224\n },\n {\n \"StrategyId\": \"7a5cc300-baad-44b8-a918-46883a8a8454\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018430000\",\n \"StrategyName\": \"default_mask_6\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_NULL\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1750851717526,\n \"UpdateTime\": 1750851717526\n },\n {\n \"StrategyId\": \"72de85e2-887a-4a87-bf86-90fc90ff25fa\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018370000\",\n \"StrategyName\": \"default_mask_7\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1750144801970,\n \"UpdateTime\": 1750257014072\n }\n ],\n \"TotalCount\": 7\n }\n}",
628
+ "title": "查询数据列表"
629
+ }
630
+ ],
599
631
  "DescribeDatabases": [
600
632
  {
601
633
  "document": "查询数据库列表",
@@ -940,6 +972,14 @@
940
972
  "title": "实例一"
941
973
  }
942
974
  ],
975
+ "DescribeUDFPolicy": [
976
+ {
977
+ "document": "",
978
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUDFPolicy\n<公共请求参数>\n\n{\n \"Name\": \"myfunction\",\n \"DatabaseName\": \"global-function\",\n \"CatalogName\": \"DataLakeCatalog\"\n}",
979
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4ffcb19d-e23a-4816-bdc2-d69bdc586a0d\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n }\n}",
980
+ "title": "获取UDF权限信息"
981
+ }
982
+ ],
943
983
  "DescribeUpdatableDataEngines": [
944
984
  {
945
985
  "document": "查询需要更新结果桶集群配置的sparksql引擎",
@@ -1332,6 +1372,14 @@
1332
1372
  "title": "更新指定引擎的结果桶配置信息"
1333
1373
  }
1334
1374
  ],
1375
+ "UpdateDataMaskStrategy": [
1376
+ {
1377
+ "document": "",
1378
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataMaskStrategy\n<公共请求参数>\n\n{\n \"Strategy\": {\n \"StrategyId\": \"c82f17bd-f577-4930-a8ef-83b9647259b8\",\n \"StrategyName\": \"default_strategy\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225249,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n },\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_HASH\"\n }\n ]\n }\n}",
1379
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0d2dc2eb-0a9c-483b-9454-e7e8db604507\"\n }\n}",
1380
+ "title": "更新数据脱敏策略"
1381
+ }
1382
+ ],
1335
1383
  "UpdateEngineResourceGroupNetworkConfigInfo": [
1336
1384
  {
1337
1385
  "document": "修改资源组网络配置",
@@ -1380,6 +1428,14 @@
1380
1428
  "title": "更新资源组资源配置"
1381
1429
  }
1382
1430
  ],
1431
+ "UpdateUDFPolicy": [
1432
+ {
1433
+ "document": "",
1434
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUDFPolicy\n<公共请求参数>\n\n{\n \"Name\": \"table1\",\n \"DatabaseName\": \"global-function\",\n \"CatalogName\": \"DataLakeCatalog\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n}",
1435
+ "output": "{\n \"Response\": {\n \"RequestId\": \"05d2202d-d1b6-40af-8be3-9b1202ad8eb7\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n }\n}",
1436
+ "title": "UDF权限修改"
1437
+ }
1438
+ ],
1383
1439
  "UpdateUserDataEngineConfig": [
1384
1440
  {
1385
1441
  "document": "修改用户集群自定义配置",
@@ -3254,7 +3254,7 @@
3254
3254
  {
3255
3255
  "disabled": false,
3256
3256
  "document": "私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。",
3257
- "example": "{\"SubnetId\":\"subnet-xxxx3hi2\",\"VpcId\":\"vpc-xxxx1fu7\"}",
3257
+ "example": "",
3258
3258
  "member": "VPCSettings",
3259
3259
  "name": "VPCSettings",
3260
3260
  "required": false,
@@ -3299,7 +3299,7 @@
3299
3299
  {
3300
3300
  "disabled": false,
3301
3301
  "document": "登陆密码,LoginSettings中的Password字段",
3302
- "example": "{\"Password\":\"xxxxxxxx\"}",
3302
+ "example": "",
3303
3303
  "member": "LoginSettings",
3304
3304
  "name": "LoginSettings",
3305
3305
  "required": false,
@@ -5515,6 +5515,34 @@
5515
5515
  ],
5516
5516
  "type": "object"
5517
5517
  },
5518
+ "GpuInfo": {
5519
+ "document": "节点Gpu信息",
5520
+ "members": [
5521
+ {
5522
+ "disabled": false,
5523
+ "document": "Gpu块数",
5524
+ "example": "1",
5525
+ "member": "int64",
5526
+ "name": "GpuCount",
5527
+ "output_required": false,
5528
+ "required": false,
5529
+ "type": "int",
5530
+ "value_allowed_null": false
5531
+ },
5532
+ {
5533
+ "disabled": false,
5534
+ "document": "Gpu类型",
5535
+ "example": "Nvidia T4",
5536
+ "member": "string",
5537
+ "name": "GpuType",
5538
+ "output_required": false,
5539
+ "required": false,
5540
+ "type": "string",
5541
+ "value_allowed_null": false
5542
+ }
5543
+ ],
5544
+ "usage": "both"
5545
+ },
5518
5546
  "IndexMetaField": {
5519
5547
  "document": "索引元数据字段",
5520
5548
  "members": [
@@ -6979,6 +7007,16 @@
6979
7007
  "output_required": false,
6980
7008
  "type": "string",
6981
7009
  "value_allowed_null": false
7010
+ },
7011
+ {
7012
+ "disabled": false,
7013
+ "document": "是否为CDZLite可用区",
7014
+ "example": "false",
7015
+ "member": "bool",
7016
+ "name": "IsCdzLite",
7017
+ "output_required": false,
7018
+ "type": "bool",
7019
+ "value_allowed_null": false
6982
7020
  }
6983
7021
  ],
6984
7022
  "usage": "out"
@@ -8375,6 +8413,17 @@
8375
8413
  "required": false,
8376
8414
  "type": "int",
8377
8415
  "value_allowed_null": true
8416
+ },
8417
+ {
8418
+ "disabled": false,
8419
+ "document": "节点Gpu信息\n注意:此字段可能返回 null,表示取不到有效值。",
8420
+ "example": "无",
8421
+ "member": "GpuInfo",
8422
+ "name": "GpuInfo",
8423
+ "output_required": false,
8424
+ "required": false,
8425
+ "type": "object",
8426
+ "value_allowed_null": true
8378
8427
  }
8379
8428
  ],
8380
8429
  "usage": "both"
@@ -8171,6 +8171,15 @@
8171
8171
  "name": "TaxIdentifyCode",
8172
8172
  "required": false,
8173
8173
  "type": "string"
8174
+ },
8175
+ {
8176
+ "disabled": false,
8177
+ "document": "印章描述内容",
8178
+ "example": "印章描述说明",
8179
+ "member": "string",
8180
+ "name": "SealDescription",
8181
+ "required": false,
8182
+ "type": "string"
8174
8183
  }
8175
8184
  ],
8176
8185
  "type": "object"
@@ -11949,6 +11958,24 @@
11949
11958
  "name": "ForbidEditWatermark",
11950
11959
  "required": false,
11951
11960
  "type": "bool"
11961
+ },
11962
+ {
11963
+ "disabled": false,
11964
+ "document": "印章描述",
11965
+ "example": "合同章",
11966
+ "member": "string",
11967
+ "name": "SealDescription",
11968
+ "required": false,
11969
+ "type": "string"
11970
+ },
11971
+ {
11972
+ "disabled": false,
11973
+ "document": "是否禁止编辑印章描述内容\n<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>",
11974
+ "example": "true",
11975
+ "member": "string",
11976
+ "name": "ForbidEditSealDescription",
11977
+ "required": false,
11978
+ "type": "string"
11952
11979
  }
11953
11980
  ],
11954
11981
  "usage": "in"
@@ -15046,6 +15073,56 @@
15046
15073
  "output_required": false,
15047
15074
  "type": "object",
15048
15075
  "value_allowed_null": false
15076
+ },
15077
+ {
15078
+ "disabled": false,
15079
+ "document": "印章的真实宽度,单位毫米",
15080
+ "example": "42",
15081
+ "member": "int64",
15082
+ "name": "RealWidth",
15083
+ "output_required": false,
15084
+ "type": "int",
15085
+ "value_allowed_null": false
15086
+ },
15087
+ {
15088
+ "disabled": false,
15089
+ "document": "印章的真实高度,单位毫米",
15090
+ "example": "42",
15091
+ "member": "int64",
15092
+ "name": "RealHeight",
15093
+ "output_required": false,
15094
+ "type": "int",
15095
+ "value_allowed_null": false
15096
+ },
15097
+ {
15098
+ "disabled": false,
15099
+ "document": "自定义子类型印章",
15100
+ "example": "OHTER_1",
15101
+ "member": "string",
15102
+ "name": "SubSealType",
15103
+ "output_required": false,
15104
+ "type": "string",
15105
+ "value_allowed_null": false
15106
+ },
15107
+ {
15108
+ "disabled": false,
15109
+ "document": "自定义子类型印章名称",
15110
+ "example": "其他子印章类型",
15111
+ "member": "string",
15112
+ "name": "SubSealName",
15113
+ "output_required": false,
15114
+ "type": "string",
15115
+ "value_allowed_null": false
15116
+ },
15117
+ {
15118
+ "disabled": false,
15119
+ "document": "印章描述",
15120
+ "example": "印章描述内容",
15121
+ "member": "string",
15122
+ "name": "SealDescription",
15123
+ "output_required": false,
15124
+ "type": "string",
15125
+ "value_allowed_null": false
15049
15126
  }
15050
15127
  ],
15051
15128
  "usage": "out"
@@ -15265,6 +15342,16 @@
15265
15342
  "output_required": false,
15266
15343
  "type": "string",
15267
15344
  "value_allowed_null": false
15345
+ },
15346
+ {
15347
+ "disabled": false,
15348
+ "document": "企业批量注册 传递过来的企业名称,方便客户定位企业",
15349
+ "example": "典子谦示例企业",
15350
+ "member": "string",
15351
+ "name": "OrganizationName",
15352
+ "output_required": false,
15353
+ "type": "string",
15354
+ "value_allowed_null": false
15268
15355
  }
15269
15356
  ],
15270
15357
  "usage": "out"
@@ -8402,6 +8402,15 @@
8402
8402
  "name": "TaxIdentifyCode",
8403
8403
  "required": false,
8404
8404
  "type": "string"
8405
+ },
8406
+ {
8407
+ "disabled": false,
8408
+ "document": "印章描述内容",
8409
+ "example": "印章描述说明",
8410
+ "member": "string",
8411
+ "name": "SealDescription",
8412
+ "required": false,
8413
+ "type": "string"
8405
8414
  }
8406
8415
  ],
8407
8416
  "type": "object"
@@ -9969,6 +9978,24 @@
9969
9978
  "name": "ForbidEditWatermark",
9970
9979
  "required": false,
9971
9980
  "type": "bool"
9981
+ },
9982
+ {
9983
+ "disabled": false,
9984
+ "document": "印章描述",
9985
+ "example": "合同章",
9986
+ "member": "string",
9987
+ "name": "SealDescription",
9988
+ "required": false,
9989
+ "type": "string"
9990
+ },
9991
+ {
9992
+ "disabled": false,
9993
+ "document": "是否禁止编辑印章描述内容\n<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>",
9994
+ "example": "true",
9995
+ "member": "string",
9996
+ "name": "ForbidEditSealDescription",
9997
+ "required": false,
9998
+ "type": "string"
9972
9999
  }
9973
10000
  ],
9974
10001
  "usage": "in"
@@ -12072,6 +12099,36 @@
12072
12099
  "output_required": true,
12073
12100
  "type": "list",
12074
12101
  "value_allowed_null": false
12102
+ },
12103
+ {
12104
+ "disabled": false,
12105
+ "document": "印章的真实宽度,单位毫米\t",
12106
+ "example": "42",
12107
+ "member": "int64",
12108
+ "name": "RealWidth",
12109
+ "output_required": false,
12110
+ "type": "int",
12111
+ "value_allowed_null": false
12112
+ },
12113
+ {
12114
+ "disabled": false,
12115
+ "document": "印章的真实高度,单位毫米\t",
12116
+ "example": "42",
12117
+ "member": "int64",
12118
+ "name": "RealHeight",
12119
+ "output_required": false,
12120
+ "type": "int",
12121
+ "value_allowed_null": false
12122
+ },
12123
+ {
12124
+ "disabled": false,
12125
+ "document": "印章描述",
12126
+ "example": "印章描述内容",
12127
+ "member": "string",
12128
+ "name": "SealDescription",
12129
+ "output_required": false,
12130
+ "type": "string",
12131
+ "value_allowed_null": false
12075
12132
  }
12076
12133
  ],
12077
12134
  "usage": "out"
@@ -12313,6 +12370,26 @@
12313
12370
  "output_required": false,
12314
12371
  "type": "string",
12315
12372
  "value_allowed_null": false
12373
+ },
12374
+ {
12375
+ "disabled": false,
12376
+ "document": "企业批量注册 传递过来的企业名称,方便客户定位企业\t",
12377
+ "example": "典子谦示例企业",
12378
+ "member": "string",
12379
+ "name": "OrganizationName",
12380
+ "output_required": false,
12381
+ "type": "string",
12382
+ "value_allowed_null": false
12383
+ },
12384
+ {
12385
+ "disabled": false,
12386
+ "document": "企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)。",
12387
+ "example": "yDCHoUU08m4mnpUxHGGHPv9FScKQsvHb",
12388
+ "member": "string",
12389
+ "name": "SubTaskId",
12390
+ "output_required": false,
12391
+ "type": "string",
12392
+ "value_allowed_null": false
12316
12393
  }
12317
12394
  ],
12318
12395
  "usage": "out"
@@ -330,19 +330,19 @@
330
330
  "members": [
331
331
  {
332
332
  "disabled": false,
333
- "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
334
- "example": "1",
333
+ "document": "必填,终端自定义分组名",
334
+ "example": "分组名称1",
335
335
  "member": "string",
336
- "name": "DomainInstanceId",
337
- "required": false,
336
+ "name": "DeviceVirtualGroupName",
337
+ "required": true,
338
338
  "type": "string"
339
339
  },
340
340
  {
341
341
  "disabled": false,
342
- "document": "必填,终端自定义分组名",
343
- "example": "分组名称1",
342
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
343
+ "example": "1",
344
344
  "member": "string",
345
- "name": "DeviceVirtualGroupName",
345
+ "name": "DomainInstanceId",
346
346
  "required": false,
347
347
  "type": "string"
348
348
  },
@@ -357,7 +357,7 @@
357
357
  },
358
358
  {
359
359
  "disabled": false,
360
- "document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios )(只支持32位)",
360
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios ; 默认值0)(只支持32位)",
361
361
  "example": "0",
362
362
  "member": "int64",
363
363
  "name": "OsType",
@@ -366,7 +366,7 @@
366
366
  },
367
367
  {
368
368
  "disabled": false,
369
- "document": "必填,分组类型(0:手动分组;非0为自动划分分组;具体枚举值为:1:自动每小时划分分组、2:自动每天划分分组、3:自定义时间划分分组)(只支持32位)",
369
+ "document": "分组类型(0:手动分组;非0为自动划分分组;具体枚举值为:1:自动每小时划分分组、2:自动每天划分分组、3:自定义时间划分分组; 默认值0)(只支持32位)",
370
370
  "example": "0",
371
371
  "member": "int64",
372
372
  "name": "TimeType",
@@ -385,7 +385,7 @@
385
385
  {
386
386
  "disabled": false,
387
387
  "document": "选填,手动分组不填,自动划分分组的划分规则数据",
388
- "example": "{\"SimpleRules\":[{\"Expressions\":[{\"Items\":[{\"Key\":\"name\",\"Operate\":\"包含\",\"Value\":\"lucal\"}],\"Relation\":\"并且\"}]}]}",
388
+ "example": "",
389
389
  "member": "ComplexRule",
390
390
  "name": "AutoRules",
391
391
  "required": false,
@@ -400,7 +400,7 @@
400
400
  {
401
401
  "disabled": false,
402
402
  "document": "响应返回的data",
403
- "example": "{\"id\":12121}",
403
+ "example": "",
404
404
  "member": "CreateDeviceVirtualGroupRspData",
405
405
  "name": "Data",
406
406
  "output_required": false,
@@ -436,6 +436,15 @@
436
436
  "CreatePrivilegeCodeRequest": {
437
437
  "document": "CreatePrivilegeCode请求参数结构体",
438
438
  "members": [
439
+ {
440
+ "disabled": false,
441
+ "document": "必填;设备唯一标识符;",
442
+ "example": "489C698CAECC13B1B7C44E59443F5CBB676B7F33",
443
+ "member": "string",
444
+ "name": "Mid",
445
+ "required": true,
446
+ "type": "string"
447
+ },
439
448
  {
440
449
  "disabled": false,
441
450
  "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
@@ -447,12 +456,12 @@
447
456
  },
448
457
  {
449
458
  "disabled": false,
450
- "document": "必填;设备唯一标识符;",
451
- "example": "489C698CAECC13B1B7C44E59443F5CBB676B7F33",
452
- "member": "string",
453
- "name": "Mid",
459
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios );默认值0",
460
+ "example": "0",
461
+ "member": "int64",
462
+ "name": "OsType",
454
463
  "required": false,
455
- "type": "string"
464
+ "type": "int"
456
465
  }
457
466
  ],
458
467
  "type": "object"
@@ -462,13 +471,13 @@
462
471
  "members": [
463
472
  {
464
473
  "disabled": false,
465
- "document": "业务响应数据\n注意:此字段可能返回 null,表示取不到有效值。",
474
+ "document": "业务响应数据",
466
475
  "example": "无",
467
476
  "member": "CreatePrivilegeCodeRspData",
468
477
  "name": "Data",
469
478
  "output_required": true,
470
479
  "type": "object",
471
- "value_allowed_null": true
480
+ "value_allowed_null": false
472
481
  },
473
482
  {
474
483
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1057,6 +1066,16 @@
1057
1066
  "output_required": false,
1058
1067
  "type": "string",
1059
1068
  "value_allowed_null": false
1069
+ },
1070
+ {
1071
+ "disabled": false,
1072
+ "document": "终端备注名",
1073
+ "example": "leizi的电脑",
1074
+ "member": "string",
1075
+ "name": "RemarkName",
1076
+ "output_required": false,
1077
+ "type": "string",
1078
+ "value_allowed_null": false
1060
1079
  }
1061
1080
  ],
1062
1081
  "usage": "out"
@@ -1094,7 +1113,7 @@
1094
1113
  {
1095
1114
  "disabled": false,
1096
1115
  "document": "过滤条件参数(字段含义请参考接口返回值) - Name, 类型String,支持操作:【eq,like,ilike】,支持排序 - UserName, 类型String,支持操作:【eq,like,ilike】,支持排序 - IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序 - MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序 - Ip, 类型String,支持操作:【eq,like,ilike】,支持排序 - Mid, 类型String,支持操作:【eq,like,ilike】,支持排序 ,支持排序分页参数 - PageNum 从1开始,小于等于0时使用默认参数 - PageSize 最大值5000,最好不超过100",
1097
- "example": "\"Condition\":{\"Filters\":[],\"Sort\":{\"Field\":\"Id\",\"Order\":\"desc\"},\"PageSize\":10,\"PageNum\":1}",
1116
+ "example": "",
1098
1117
  "member": "Condition",
1099
1118
  "name": "Condition",
1100
1119
  "required": false,
@@ -3353,6 +3372,15 @@
3353
3372
  "ModifyVirtualDeviceGroupsRequest": {
3354
3373
  "document": "ModifyVirtualDeviceGroups请求参数结构体",
3355
3374
  "members": [
3375
+ {
3376
+ "disabled": false,
3377
+ "document": "必填,操作的设备列表数据",
3378
+ "example": "无",
3379
+ "member": "ModifyVirtualDeviceGroupsReqItem",
3380
+ "name": "DeviceList",
3381
+ "required": true,
3382
+ "type": "list"
3383
+ },
3356
3384
  {
3357
3385
  "disabled": false,
3358
3386
  "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
@@ -3371,15 +3399,6 @@
3371
3399
  "required": false,
3372
3400
  "type": "int"
3373
3401
  },
3374
- {
3375
- "disabled": false,
3376
- "document": "必填,操作的设备列表数据",
3377
- "example": "[{DeviceMid: \"10527BB0BE025F40B5E8A7D00B5E13E268243DBB\", Operation: 1}]",
3378
- "member": "ModifyVirtualDeviceGroupsReqItem",
3379
- "name": "DeviceList",
3380
- "required": false,
3381
- "type": "list"
3382
- },
3383
3402
  {
3384
3403
  "disabled": false,
3385
3404
  "document": "要添加的终端自定义分组id列表",
@@ -3391,7 +3410,7 @@
3391
3410
  },
3392
3411
  {
3393
3412
  "disabled": false,
3394
- "document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
3413
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
3395
3414
  "example": "0",
3396
3415
  "member": "int64",
3397
3416
  "name": "OsType",
@@ -251,8 +251,8 @@
251
251
  "DescribeDiskConfigs": [
252
252
  {
253
253
  "document": "",
254
- "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-2\"\n ]\n }\n ]\n}",
255
- "output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Zone\": \"ap-guangzhou-2\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 10,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n },\n {\n \"Zone\": \"ap-guangzhou-2\",\n \"DiskType\": \"CLOUD_SSD\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 20,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n }\n ],\n \"RequestId\": \"8f8e7988-39e6-4ed6-8e36-135b639e9a3a\"\n }\n}",
254
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-3\"\n ]\n }\n ]\n}",
255
+ "output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 10,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n },\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskType\": \"CLOUD_SSD\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 20,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n }\n ],\n \"RequestId\": \"8f8e7988-39e6-4ed6-8e36-135b639e9a3a\"\n }\n}",
256
256
  "title": "查询磁盘配置"
257
257
  }
258
258
  ],
@@ -506,7 +506,7 @@
506
506
  {
507
507
  "document": "",
508
508
  "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
509
- "output": "{\n \"Response\": {\n \"ZoneInfoSet\": [\n {\n \"Zone\": \"ap-guangzhou-2\",\n \"ZoneName\": \"广州二区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n },\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"广州三区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n },\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"广州四区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"5e1bf334-e530-4c26-ab92-d911ab148d3a\"\n }\n}",
509
+ "output": "{\n \"Response\": {\n \"ZoneInfoSet\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"广州三区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n },\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"广州四区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"5e1bf334-e530-4c26-ab92-d911ab148d3a\"\n }\n}",
510
510
  "title": "查询可用区"
511
511
  }
512
512
  ],
@@ -1236,7 +1236,7 @@
1236
1236
  {
1237
1237
  "document": "",
1238
1238
  "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPushInfoList\n<公共请求参数>\n\n{\n \"EndTime\": \"2019-06-21T12:01:02+08:00\",\n \"StartTime\": \"2019-06-21T12:00:00+08:00\",\n \"StreamName\": \"stream1\"\n}",
1239
- "output": "{\n \"Response\": {\n \"DataInfoList\": [\n {\n \"Time\": \"2019-06-21T12:01:02+08:00\",\n \"PushDomain\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"ClientIp\": \"43.12.9.2\",\n \"BeginPushTime\": \"2019-06-21T12:00:00+08:00\",\n \"Resolution\": \"720P\",\n \"VCodec\": \"h264\",\n \"ACodec\": \"aac\",\n \"Sequence\": \"4543453324532\",\n \"VideoFps\": 20,\n \"VideoRate\": 1,\n \"AudioFps\": 15,\n \"AudioRate\": 1,\n \"LocalTs\": 1,\n \"VideoTs\": 1,\n \"AudioTs\": 1,\n \"MetaVideoRate\": 1,\n \"MetaAudioRate\": 1,\n \"MateFps\": 1,\n \"StreamParam\": \"param1=my\",\n \"Bandwidth\": 0,\n \"Flux\": 0,\n \"ServerIp\": \"127.0.0.1\"\n }\n ],\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
1239
+ "output": "{\n \"Response\": {\n \"DataInfoList\": [\n {\n \"Time\": \"2019-06-21T12:01:02+08:00\",\n \"PushDomain\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"ClientIp\": \"43.12.9.2\",\n \"BeginPushTime\": \"2019-06-21T12:00:00+08:00\",\n \"Resolution\": \"1920*1080\",\n \"VCodec\": \"h264\",\n \"ACodec\": \"aac\",\n \"Sequence\": \"4543453324532\",\n \"VideoFps\": 20,\n \"VideoRate\": 1,\n \"AudioFps\": 15,\n \"AudioRate\": 1,\n \"LocalTs\": 1,\n \"VideoTs\": 1,\n \"AudioTs\": 1,\n \"MetaVideoRate\": 1,\n \"MetaAudioRate\": 1,\n \"MateFps\": 1,\n \"StreamParam\": \"param1=my\",\n \"Bandwidth\": 0,\n \"Flux\": 0,\n \"ServerIp\": \"127.0.0.1\"\n }\n ],\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
1240
1240
  "title": "请求示例"
1241
1241
  }
1242
1242
  ],