tccli 3.0.1379.1__py2.py3-none-any.whl → 3.0.1381.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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cbs/v20170312/api.json +6 -6
  3. tccli/services/cbs/v20170312/examples.json +6 -6
  4. tccli/services/dcdb/dcdb_client.py +243 -31
  5. tccli/services/dcdb/v20180411/api.json +348 -0
  6. tccli/services/dcdb/v20180411/examples.json +32 -0
  7. tccli/services/emr/v20190103/api.json +1 -1
  8. tccli/services/ioa/v20220601/api.json +22 -13
  9. tccli/services/iotexplorer/iotexplorer_client.py +269 -57
  10. tccli/services/iotexplorer/v20190423/api.json +357 -0
  11. tccli/services/iotexplorer/v20190423/examples.json +32 -0
  12. tccli/services/lke/v20231130/api.json +91 -8
  13. tccli/services/lkeap/v20240522/api.json +65 -19
  14. tccli/services/lkeap/v20240522/examples.json +6 -0
  15. tccli/services/mariadb/mariadb_client.py +220 -8
  16. tccli/services/mariadb/v20170312/api.json +330 -0
  17. tccli/services/mariadb/v20170312/examples.json +32 -0
  18. tccli/services/mna/mna_client.py +53 -0
  19. tccli/services/mna/v20210119/api.json +137 -0
  20. tccli/services/mna/v20210119/examples.json +8 -0
  21. tccli/services/monitor/v20180724/api.json +2 -2
  22. tccli/services/oceanus/v20190422/api.json +105 -17
  23. tccli/services/redis/v20180412/api.json +3 -3
  24. tccli/services/redis/v20180412/examples.json +1 -1
  25. tccli/services/tcb/v20180608/api.json +10 -0
  26. tccli/services/tcbr/v20220217/api.json +10 -0
  27. tccli/services/teo/v20220901/api.json +1 -1
  28. tccli/services/tke/v20180525/api.json +11 -11
  29. tccli/services/trtc/v20190722/api.json +1 -1
  30. tccli/services/tsf/v20180326/examples.json +1 -1
  31. tccli/services/vclm/v20240523/api.json +1 -1
  32. tccli/services/waf/v20180125/api.json +1541 -158
  33. tccli/services/waf/v20180125/examples.json +56 -0
  34. tccli/services/waf/waf_client.py +391 -20
  35. tccli/services/wsa/v20250508/api.json +1 -1
  36. {tccli-3.0.1379.1.dist-info → tccli-3.0.1381.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1379.1.dist-info → tccli-3.0.1381.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1379.1.dist-info → tccli-3.0.1381.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1379.1.dist-info → tccli-3.0.1381.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1379.1.dist-info → tccli-3.0.1381.1.dist-info}/license_files/LICENSE +0 -0
@@ -280,6 +280,13 @@
280
280
  "output": "DescribeFlowResponse",
281
281
  "status": "online"
282
282
  },
283
+ "DescribeInstanceSSLAttributes": {
284
+ "document": "本接口(DescribeInstanceSSLAttributes)用于拉取实例SSL认证属性",
285
+ "input": "DescribeInstanceSSLAttributesRequest",
286
+ "name": "拉取实例SSL认证功能属性",
287
+ "output": "DescribeInstanceSSLAttributesResponse",
288
+ "status": "online"
289
+ },
283
290
  "DescribeLogFileRetentionPeriod": {
284
291
  "document": "本接口(DescribeLogFileRetentionPeriod)用于查看数据库备份日志的备份天数的设置情况。",
285
292
  "input": "DescribeLogFileRetentionPeriodRequest",
@@ -301,6 +308,13 @@
301
308
  "output": "DescribeOrdersResponse",
302
309
  "status": "online"
303
310
  },
311
+ "DescribeProcessList": {
312
+ "document": "本接口 (DescribeProcessList) 用于查询当前正在运行的线程(连接/查询)信息。\n\n- 可以根据客户端IP,DB,执行时间等信息来查询实例正在运行的线程信息。过滤信息详细请见过滤器Filter。\n- 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的线程信息。",
313
+ "input": "DescribeProcessListRequest",
314
+ "name": "查询数据库会话列表",
315
+ "output": "DescribeProcessListResponse",
316
+ "status": "online"
317
+ },
304
318
  "DescribeProjectSecurityGroups": {
305
319
  "document": "本接口(DescribeProjectSecurityGroups)用于查询项目安全组信息",
306
320
  "input": "DescribeProjectSecurityGroupsRequest",
@@ -476,6 +490,20 @@
476
490
  "output": "ModifyInstanceNetworkResponse",
477
491
  "status": "online"
478
492
  },
493
+ "ModifyInstanceProtectedProperty": {
494
+ "document": "该接口用于修改实例的保护属性",
495
+ "input": "ModifyInstanceProtectedPropertyRequest",
496
+ "name": "修改实例的保护属性",
497
+ "output": "ModifyInstanceProtectedPropertyResponse",
498
+ "status": "online"
499
+ },
500
+ "ModifyInstanceSSLAttributes": {
501
+ "document": "本接口 (ModifyInstanceSSLAttributes)用于修改实例SSL认证功能属性",
502
+ "input": "ModifyInstanceSSLAttributesRequest",
503
+ "name": "修改实例SSL认证功能属性",
504
+ "output": "ModifyInstanceSSLAttributesResponse",
505
+ "status": "online"
506
+ },
479
507
  "ModifyInstanceVip": {
480
508
  "document": "本接口(ModifyInstanceVip)用于修改实例Vip",
481
509
  "input": "ModifyInstanceVipRequest",
@@ -6446,6 +6474,43 @@
6446
6474
  ],
6447
6475
  "type": "object"
6448
6476
  },
6477
+ "DescribeInstanceSSLAttributesRequest": {
6478
+ "document": "DescribeInstanceSSLAttributes请求参数结构体",
6479
+ "members": [
6480
+ {
6481
+ "disabled": false,
6482
+ "document": "实例ID",
6483
+ "example": "tdsqlshard-xxx",
6484
+ "member": "string",
6485
+ "name": "InstanceId",
6486
+ "required": true,
6487
+ "type": "string"
6488
+ }
6489
+ ],
6490
+ "type": "object"
6491
+ },
6492
+ "DescribeInstanceSSLAttributesResponse": {
6493
+ "document": "DescribeInstanceSSLAttributes返回参数结构体",
6494
+ "members": [
6495
+ {
6496
+ "disabled": false,
6497
+ "document": "实例SSL认证功能当前状态。1-开启中;2-已开启;3-已关闭;4-关闭中",
6498
+ "example": "2",
6499
+ "member": "int64",
6500
+ "name": "Status",
6501
+ "output_required": true,
6502
+ "type": "int",
6503
+ "value_allowed_null": false
6504
+ },
6505
+ {
6506
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6507
+ "member": "string",
6508
+ "name": "RequestId",
6509
+ "type": "string"
6510
+ }
6511
+ ],
6512
+ "type": "object"
6513
+ },
6449
6514
  "DescribeLogFileRetentionPeriodRequest": {
6450
6515
  "document": "DescribeLogFileRetentionPeriod请求参数结构体",
6451
6516
  "members": [
@@ -6616,6 +6681,97 @@
6616
6681
  ],
6617
6682
  "type": "object"
6618
6683
  },
6684
+ "DescribeProcessListRequest": {
6685
+ "document": "DescribeProcessList请求参数结构体",
6686
+ "members": [
6687
+ {
6688
+ "disabled": false,
6689
+ "document": "实例ID。",
6690
+ "example": "tdsqlshard-2gk4nxyz",
6691
+ "member": "string",
6692
+ "name": "InstanceId",
6693
+ "required": true,
6694
+ "type": "string"
6695
+ },
6696
+ {
6697
+ "disabled": false,
6698
+ "document": "节点ID。",
6699
+ "example": "681390887981",
6700
+ "member": "string",
6701
+ "name": "NodeId",
6702
+ "required": true,
6703
+ "type": "string"
6704
+ },
6705
+ {
6706
+ "disabled": false,
6707
+ "document": "分片ID,与ShardSerialId设置一个。",
6708
+ "example": "shard-ljilb4st",
6709
+ "member": "string",
6710
+ "name": "ShardId",
6711
+ "required": false,
6712
+ "type": "string"
6713
+ },
6714
+ {
6715
+ "disabled": false,
6716
+ "document": "分片序列ID,与ShardId设置一个。",
6717
+ "example": "set_1468379419_1",
6718
+ "member": "string",
6719
+ "name": "ShardSerialId",
6720
+ "required": false,
6721
+ "type": "string"
6722
+ },
6723
+ {
6724
+ "disabled": false,
6725
+ "document": "<li><strong>id</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>会话ID</strong>】进行过滤。会话ID例如:125700。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:精确匹配</p>\n\n<li><strong>user</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>用户名</strong>】进行过滤。用户名例如:root。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:精确匹配</p>\n<li><strong>host</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>客户端Host</strong>】进行过滤。客户端Host例如:127.0.0.1:46295。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:前缀匹配,例如可以查询客户端IP不加端口:127.0.0.1。</p>\n<li><strong>state</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>线程状态</strong>】进行过滤。线程状态例如:Updating。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:精确匹配</p>\n<li><strong>db</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>数据库名称</strong>】进行过滤。数据库名称例如:mysql。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:精确匹配</p>\n<li><strong>command</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>命令类型</strong>】进行过滤。命令类型例如:Query。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:精确匹配</p>\n<li><strong>info</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>执行语句</strong>】进行过滤。执行语句例如:select id, name from demo.table1 where id > 10。</p>\n <p style=\"padding-left: 30px;\">类型:String</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:前缀匹配,例如SQL较长,可以输入SQL前缀:select id, name from demo.table1。</p>\n<li><strong>time</strong></li>\n <p style=\"padding-left: 30px;\">按照【<strong>执行时间大于多少(秒)</strong>】进行过滤。例如:10,表示查询执行时间超过10秒的会话。</p>\n <p style=\"padding-left: 30px;\">类型:Integer</p>\n <p style=\"padding-left: 30px;\">必选:否</p>\n <p style=\"padding-left: 30px;\">匹配类型:范围匹配,Values值只支持输入1个。</p>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为50。",
6726
+ "example": "[{\"Name\": \"user\", \"Values\": [\"root\"]}]",
6727
+ "member": "Filter",
6728
+ "name": "Filters",
6729
+ "required": false,
6730
+ "type": "list"
6731
+ },
6732
+ {
6733
+ "disabled": false,
6734
+ "document": "偏移量,默认为0。",
6735
+ "example": "0",
6736
+ "member": "int64",
6737
+ "name": "Offset",
6738
+ "required": false,
6739
+ "type": "int"
6740
+ },
6741
+ {
6742
+ "disabled": false,
6743
+ "document": "返回数量,默认为20,最大值为100。",
6744
+ "example": "20",
6745
+ "member": "int64",
6746
+ "name": "Limit",
6747
+ "required": false,
6748
+ "type": "int"
6749
+ }
6750
+ ],
6751
+ "type": "object"
6752
+ },
6753
+ "DescribeProcessListResponse": {
6754
+ "document": "DescribeProcessList返回参数结构体",
6755
+ "members": [
6756
+ {
6757
+ "disabled": false,
6758
+ "document": "当前正在运行的线程(连接/查询)信息列表。",
6759
+ "example": "无",
6760
+ "member": "Process",
6761
+ "name": "ProcessList",
6762
+ "output_required": false,
6763
+ "type": "list",
6764
+ "value_allowed_null": false
6765
+ },
6766
+ {
6767
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6768
+ "member": "string",
6769
+ "name": "RequestId",
6770
+ "type": "string"
6771
+ }
6772
+ ],
6773
+ "type": "object"
6774
+ },
6619
6775
  "DescribeProjectSecurityGroupsRequest": {
6620
6776
  "document": "DescribeProjectSecurityGroups请求参数结构体",
6621
6777
  "members": [
@@ -7027,6 +7183,30 @@
7027
7183
  ],
7028
7184
  "usage": "in"
7029
7185
  },
7186
+ "Filter": {
7187
+ "document": "描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等\n\n若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。\n若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。",
7188
+ "members": [
7189
+ {
7190
+ "disabled": false,
7191
+ "document": "需要过滤的字段。",
7192
+ "example": "zone",
7193
+ "member": "string",
7194
+ "name": "Name",
7195
+ "required": true,
7196
+ "type": "string"
7197
+ },
7198
+ {
7199
+ "disabled": false,
7200
+ "document": "字段的过滤值。",
7201
+ "example": "[\"ap-guangzhou-2\"]",
7202
+ "member": "string",
7203
+ "name": "Values",
7204
+ "required": true,
7205
+ "type": "list"
7206
+ }
7207
+ ],
7208
+ "usage": "in"
7209
+ },
7030
7210
  "FlushBinlogRequest": {
7031
7211
  "document": "FlushBinlog请求参数结构体",
7032
7212
  "members": [
@@ -8193,6 +8373,78 @@
8193
8373
  ],
8194
8374
  "type": "object"
8195
8375
  },
8376
+ "ModifyInstanceProtectedPropertyRequest": {
8377
+ "document": "ModifyInstanceProtectedProperty请求参数结构体",
8378
+ "members": [
8379
+ {
8380
+ "disabled": false,
8381
+ "document": "实例Id",
8382
+ "example": "tdsqlshard-qoep98ai",
8383
+ "member": "string",
8384
+ "name": "InstanceId",
8385
+ "required": true,
8386
+ "type": "string"
8387
+ },
8388
+ {
8389
+ "disabled": false,
8390
+ "document": "0-允许删除,无销毁保护,1-禁止删除,有销毁保护",
8391
+ "example": "1",
8392
+ "member": "int64",
8393
+ "name": "ProtectedProperty",
8394
+ "required": true,
8395
+ "type": "int"
8396
+ }
8397
+ ],
8398
+ "type": "object"
8399
+ },
8400
+ "ModifyInstanceProtectedPropertyResponse": {
8401
+ "document": "ModifyInstanceProtectedProperty返回参数结构体",
8402
+ "members": [
8403
+ {
8404
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8405
+ "member": "string",
8406
+ "name": "RequestId",
8407
+ "type": "string"
8408
+ }
8409
+ ],
8410
+ "type": "object"
8411
+ },
8412
+ "ModifyInstanceSSLAttributesRequest": {
8413
+ "document": "ModifyInstanceSSLAttributes请求参数结构体",
8414
+ "members": [
8415
+ {
8416
+ "disabled": false,
8417
+ "document": "实例ID",
8418
+ "example": "无",
8419
+ "member": "string",
8420
+ "name": "InstanceId",
8421
+ "required": true,
8422
+ "type": "string"
8423
+ },
8424
+ {
8425
+ "disabled": false,
8426
+ "document": "是否开启实例的SSL认证。0-关闭;1-开启",
8427
+ "example": "无",
8428
+ "member": "int64",
8429
+ "name": "SSLEnabled",
8430
+ "required": true,
8431
+ "type": "int"
8432
+ }
8433
+ ],
8434
+ "type": "object"
8435
+ },
8436
+ "ModifyInstanceSSLAttributesResponse": {
8437
+ "document": "ModifyInstanceSSLAttributes返回参数结构体",
8438
+ "members": [
8439
+ {
8440
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8441
+ "member": "string",
8442
+ "name": "RequestId",
8443
+ "type": "string"
8444
+ }
8445
+ ],
8446
+ "type": "object"
8447
+ },
8196
8448
  "ModifyInstanceVipRequest": {
8197
8449
  "document": "ModifyInstanceVip请求参数结构体",
8198
8450
  "members": [
@@ -8619,6 +8871,102 @@
8619
8871
  ],
8620
8872
  "usage": "out"
8621
8873
  },
8874
+ "Process": {
8875
+ "document": "用于显示当前正在运行的线程(连接/查询)信息,数据源来自系统表:information_schema.processlist。",
8876
+ "members": [
8877
+ {
8878
+ "disabled": false,
8879
+ "document": "线程ID​​:唯一标识当前连接/线程的整数。",
8880
+ "example": "125700",
8881
+ "member": "int64",
8882
+ "name": "Id",
8883
+ "output_required": false,
8884
+ "type": "int",
8885
+ "value_allowed_null": false
8886
+ },
8887
+ {
8888
+ "disabled": false,
8889
+ "document": "用户名​​:发起连接的 MySQL 用户。",
8890
+ "example": "root",
8891
+ "member": "string",
8892
+ "name": "User",
8893
+ "output_required": false,
8894
+ "type": "string",
8895
+ "value_allowed_null": false
8896
+ },
8897
+ {
8898
+ "disabled": false,
8899
+ "document": "客户端地址​​:发起连接的客户端主机名及端口(格式:host:port)。",
8900
+ "example": "127.0.0.1:46295",
8901
+ "member": "string",
8902
+ "name": "Host",
8903
+ "output_required": false,
8904
+ "type": "string",
8905
+ "value_allowed_null": false
8906
+ },
8907
+ {
8908
+ "disabled": false,
8909
+ "document": "当前数据库​​:线程正在使用的数据库名(未选择数据库时为 空串)。",
8910
+ "example": "mysql",
8911
+ "member": "string",
8912
+ "name": "Db",
8913
+ "output_required": false,
8914
+ "type": "string",
8915
+ "value_allowed_null": false
8916
+ },
8917
+ {
8918
+ "disabled": false,
8919
+ "document": "命令类型​​:线程正在执行的命令类型。常见值:\n\n- Sleep:空闲等待状态(等待新查询)。\n- Query:正在执行查询或 SQL 语句。\n- Binlog Dump:主服务器线程向从服务器发送二进制日志。\n- Connect:客户端正在连接。\n- Killed:线程被终止但未完全退出。",
8920
+ "example": "Query",
8921
+ "member": "string",
8922
+ "name": "Command",
8923
+ "output_required": false,
8924
+ "type": "string",
8925
+ "value_allowed_null": false
8926
+ },
8927
+ {
8928
+ "disabled": false,
8929
+ "document": "执行时间(秒)​​:线程在当前状态持续的秒数。",
8930
+ "example": "10",
8931
+ "member": "int64",
8932
+ "name": "Time",
8933
+ "output_required": false,
8934
+ "type": "int",
8935
+ "value_allowed_null": false
8936
+ },
8937
+ {
8938
+ "disabled": false,
8939
+ "document": "执行开始时间(秒)​​:线程在当前状态开始执行的时间。",
8940
+ "example": "2025-06-24 11:27:26",
8941
+ "member": "string",
8942
+ "name": "ProcessStartTime",
8943
+ "output_required": false,
8944
+ "type": "string",
8945
+ "value_allowed_null": false
8946
+ },
8947
+ {
8948
+ "disabled": false,
8949
+ "document": "​​状态描述​​:线程当前的详细操作状态。常见值:\n\n- Sending data:正在处理/发送数据。\n- Locked:等待表锁释放(例如 MyISAM 表级锁)。\n- Sorting result:排序查询结果。\n- Updating:更新表中数据。\n- 当为NULL返回空串:无明确状态(如 Sleep 时)。",
8950
+ "example": "User sleep",
8951
+ "member": "string",
8952
+ "name": "State",
8953
+ "output_required": false,
8954
+ "type": "string",
8955
+ "value_allowed_null": false
8956
+ },
8957
+ {
8958
+ "disabled": false,
8959
+ "document": "执行语句​​:正在执行的 SQL 语句(前 1024 字符)。",
8960
+ "example": "select * from information_schema.processlist",
8961
+ "member": "string",
8962
+ "name": "Info",
8963
+ "output_required": false,
8964
+ "type": "string",
8965
+ "value_allowed_null": false
8966
+ }
8967
+ ],
8968
+ "usage": "out"
8969
+ },
8622
8970
  "Project": {
8623
8971
  "document": "项目信息描述",
8624
8972
  "members": [
@@ -350,6 +350,14 @@
350
350
  "title": "查询任务流程执行状态"
351
351
  }
352
352
  ],
353
+ "DescribeInstanceSSLAttributes": [
354
+ {
355
+ "document": "",
356
+ "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceSSLAttributes\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-xxx\"\n}",
357
+ "output": "{\n \"Response\": {\n \"Status\": 0,\n \"RequestId\": \"requestId-xxx\"\n }\n}",
358
+ "title": "获取实例SSL认证功能属性"
359
+ }
360
+ ],
353
361
  "DescribeLogFileRetentionPeriod": [
354
362
  {
355
363
  "document": "",
@@ -374,6 +382,14 @@
374
382
  "title": "查询订单信息"
375
383
  }
376
384
  ],
385
+ "DescribeProcessList": [
386
+ {
387
+ "document": "",
388
+ "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProcessList\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-048udnfz\",\n \"ShardId\": \"shard-ljilb4st\",\n \"NodeId\": \"7b1f6e62b767\"\n}",
389
+ "output": "{\n \"Response\": {\n \"ProcessList\": [\n {\n \"Command\": \"Sleep\",\n \"Db\": \"mysql\",\n \"Host\": \"9.71.144.188:55615\",\n \"Id\": 951069,\n \"Info\": \"\",\n \"ProcessStartTime\": \"2025-06-24 11:27:26\",\n \"State\": \"\",\n \"Time\": 30,\n \"User\": \"root\"\n }\n ],\n \"RequestId\": \"d4eb7e99-b3e6-45d6-ae6f-7358c7511cad-013\"\n }\n}",
390
+ "title": "查询分片主节点当前正在运行的线程"
391
+ }
392
+ ],
377
393
  "DescribeProjectSecurityGroups": [
378
394
  {
379
395
  "document": "",
@@ -580,6 +596,22 @@
580
596
  "title": "无"
581
597
  }
582
598
  ],
599
+ "ModifyInstanceProtectedProperty": [
600
+ {
601
+ "document": "修改实例保护属性调用示例",
602
+ "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceProtectedProperty\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-hy8i49u3\",\n \"ProtectedProperty\": 1\n}",
603
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3828374c-5a49-4784-b5f9-9387b14c2c72\"\n }\n}",
604
+ "title": "修改实例保护属性调用示例"
605
+ }
606
+ ],
607
+ "ModifyInstanceSSLAttributes": [
608
+ {
609
+ "document": "",
610
+ "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceSSLAttributes\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-xxx\",\n \"SSLEnabled\": 0\n}",
611
+ "output": "{\n \"Response\": {\n \"RequestId\": \"requestId-xxx\"\n }\n}",
612
+ "title": "无"
613
+ }
614
+ ],
583
615
  "ModifyInstanceVip": [
584
616
  {
585
617
  "document": "",
@@ -4041,7 +4041,7 @@
4041
4041
  {
4042
4042
  "disabled": false,
4043
4043
  "document": "预付费参数",
4044
- "example": "{ \"Period\": { \"TimeSpan\": 1, \"TimeUnit\": \"m\" }, \"AutoRenewFlag\": 2 }",
4044
+ "example": "",
4045
4045
  "member": "PrePaySetting",
4046
4046
  "name": "PrePaySetting",
4047
4047
  "required": false,
@@ -1610,7 +1610,7 @@
1610
1610
  {
1611
1611
  "disabled": false,
1612
1612
  "document": "滤条件、分页参数 <li>Name - String - 是否必填:否 - 操作符: like - 排序支持:否- 按终端自定义分组过滤。</li> <li>DeviceVirtualGroupName - String - 是否必填:否 - 操作符: like - 排序支持:否- 按终端自定义分组过滤。</li>",
1613
- "example": "{\"Filters\":[{\"Field\":\"Name\",\"Operator\":\"ilike\",\"Values\":[\"分组1\"]}],\"Sort\":{},\"PageSize\":-1,\"PageNum\":1}",
1613
+ "example": "",
1614
1614
  "member": "Condition",
1615
1615
  "name": "Condition",
1616
1616
  "required": false,
@@ -1618,7 +1618,7 @@
1618
1618
  },
1619
1619
  {
1620
1620
  "disabled": false,
1621
- "document": "必填,系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
1621
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
1622
1622
  "example": "0",
1623
1623
  "member": "int64",
1624
1624
  "name": "OsType",
@@ -1643,7 +1643,7 @@
1643
1643
  {
1644
1644
  "disabled": false,
1645
1645
  "document": "查询终端自定义分组的Data数据",
1646
- "example": "{\"Page\":{\"PageCount\":1,\"Total\":1,\"PageSize\":10,\"PageNum\":1},\"Items\":[{\"DeviceVirtualGroupName\":\"自定义分组1\",\"DeviceCount\":0,\"TimeType\":0,\"OsType\":0,\"Id\":10307,\"Status\":1}]}",
1646
+ "example": "",
1647
1647
  "member": "DescribeDeviceVirtualGroupsPageRsp",
1648
1648
  "name": "Data",
1649
1649
  "output_required": false,
@@ -1690,10 +1690,19 @@
1690
1690
  "DescribeDevicesRequest": {
1691
1691
  "document": "DescribeDevices请求参数结构体",
1692
1692
  "members": [
1693
+ {
1694
+ "disabled": false,
1695
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
1696
+ "example": "1",
1697
+ "member": "string",
1698
+ "name": "DomainInstanceId",
1699
+ "required": false,
1700
+ "type": "string"
1701
+ },
1693
1702
  {
1694
1703
  "disabled": false,
1695
1704
  "document": "过滤条件参数(字段含义请参考接口返回值)\n\n- Mid, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Name, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Itime, 类型String,支持操作:【eq,like,ilike】,支持排序\n- UserName, 类型String,支持操作:【eq,like,ilike】,支持排序\n- MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序\n- UserId, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Ip, 类型String,支持操作:【eq,like,ilike】,支持排序\n- Tags,类型String,支持操作:【eq,like,ilike】,支持排序\n- LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序\n- SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序\n- Version,类型String,支持操作:【eq,like,ilike】,支持排序\n- StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序\n- RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- HostName,类型String,支持操作:【eq,like,ilike】,支持排序\n- IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序\n- GroupName,类型String,支持操作:【eq,like,ilike】,支持排序\n- CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**\n- RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**\n- VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序\n- Os,类型String,支持操作:【eq,like,ilike】,支持排序\n- ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**\n- FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**\n- ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序\n- DomainName,类型String,支持操作:【eq,like,ilike】,支持排序\n- SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序\n- VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序\n- Cpu,类型String,支持操作:【eq,like,ilike】,支持排序\n- Memory,类型String,支持操作:【eq,like,ilike】,支持排序\n- HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序\n- HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序\n- AccountName,类型String,支持操作:【like.ilike】,支持排序\n- AccountGroupName,类型String,支持操作:【like.ilike】,支持排序\n- ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序\n- DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序\n\n\n\n\n\n分页参数\n- PageNum 从1开始,小于等于0时使用默认参数\n- PageSize 最大值5000,最好不超过100",
1696
- "example": " { \"Condition\": { \"FilterGroups\": [ { \"Filters\": [ { \"Field\": \"Name\", \"Operator\": \"ilike\", \"Values\": [ \" sarielliu-PCa\" ] } ] } ], \"PageSize\": 10, \"PageNum\": 1 } }",
1705
+ "example": "",
1697
1706
  "member": "Condition",
1698
1707
  "name": "Condition",
1699
1708
  "required": false,
@@ -1710,7 +1719,7 @@
1710
1719
  },
1711
1720
  {
1712
1721
  "disabled": false,
1713
- "document": "【必填】操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配",
1722
+ "document": "操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配",
1714
1723
  "example": "0",
1715
1724
  "member": "int64",
1716
1725
  "name": "OsType",
@@ -1729,7 +1738,7 @@
1729
1738
  {
1730
1739
  "disabled": false,
1731
1740
  "document": "过滤条件--兼容旧接口,参数同Condition",
1732
- "example": "参考Condition",
1741
+ "example": "",
1733
1742
  "member": "Filter",
1734
1743
  "name": "Filters",
1735
1744
  "required": false,
@@ -1738,7 +1747,7 @@
1738
1747
  {
1739
1748
  "disabled": false,
1740
1749
  "document": "排序字段--兼容旧接口,参数同Condition",
1741
- "example": "参考Sort",
1750
+ "example": "",
1742
1751
  "member": "Sort",
1743
1752
  "name": "Sort",
1744
1753
  "required": false,
@@ -1774,7 +1783,7 @@
1774
1783
  {
1775
1784
  "disabled": false,
1776
1785
  "document": "【和GroupId必须有一个填写】设备分组id列表(需要和OsType匹配)\n",
1777
- "example": "93",
1786
+ "example": "[93]",
1778
1787
  "member": "int64",
1779
1788
  "name": "GroupIds",
1780
1789
  "required": false,
@@ -1789,7 +1798,7 @@
1789
1798
  {
1790
1799
  "disabled": false,
1791
1800
  "document": "分页的data数据",
1792
- "example": " { \"Data\": { \"Items\": [ { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"348F553431765C49EAA34F373001D8106572EA05\", \"Guid\": \"348F553431765C49EAA34F373001D810\", \"Computer\": \"VMware, Inc. None\", \"Cpu\": \"Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz\", \"MainBoard\": \"Intel Corporation 440BX Desktop Reference Platform\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"VMware Virtual NVMe Disk 59 GB\", \"AccountName\": \"canaan\", \"VideoCard\": \"VMware SVGA 3D\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) 82574L Gigabit Network Connection\", \"Monitor\": \"\", \"AudioCard\": \"High Definition Audio Device\", \"OsBits\": 64, \"OsVersion\": \"10.0.18363\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20230417175437.000000+480\", \"ComputerName\": \"DESKTOP-QRDNJ1O\", \"DomainName\": \"\", \"MacAddr\": \"00:0C:29:C1:28:2E\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13712.315\", \"VulVersion\": \"2023.12.01.15.05.16\", \"Itime\": \"2023-12-08T18:03:49.688332+08:00\", \"SysRepVersion\": \"2023.01.04.16.34.51\", \"Utime\": \"2023-12-08T23:33:25.320371+08:00\", \"RiskScanTime\": \"\", \"VulScanTime\": \"\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"canaanzhu\", \"CloudQueryState\": 3, \"FirewallStatus\": 0, \"SerialNum\": \"VMware-56 4d fc 76 58 77 77 69-b9 6c 6e 35 58 c1 28 2e\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2023-12-08 18:11:00\", \"NGNStrategyVer\": \"2023-12-08 18:15:00\", \"IOAUserName\": \"canaan\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"canaan\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 0, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 36488, \"Ip\": \"59.37.125.62\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 7, \"AccountGroupName\": \"sarielliutest\", \"ProfileFileNotInstall\": [], \"Memory\": \"2 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"208.12.18778.62001\", \"Version\": \"58546847926121009\", \"Os\": \"Microsoft Windows 10 教育版\", \"Driver\": 1, \"ConnActiveTime\": \"2023-12-08T23:49:21.642365+08:00\", \"Hacker\": 1, \"LocalIpList\": \"192.168.54.128\", \"Name\": \"DESKTOP-QRDNJ1O\", \"HostId\": 0, \"GroupFromAuto\": 0 }, { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"AAA23147EA9AFBDB64DBB51BF703B4B96527F461\", \"Guid\": \"AAA23147EA9AFBDB64DBB51BF703B4B9\", \"Computer\": \"LENOVO ThinkPad X1 Extreme Gen 4i\", \"Cpu\": \"11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz\", \"MainBoard\": \"LENOVO 20Y6S12Q00 SDK0J40675 WIN\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"WDC PC SN730 SDBQNTY-1T00-1001 953 GB\", \"AccountName\": \"sarielliu@tencent.com\", \"VideoCard\": \"Intel(R) UHD Graphics | NVIDIA GeForce RTX 3050 Ti Laptop GPU\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) Wi-Fi 6E AX210 160MHz\", \"Monitor\": \"\", \"AudioCard\": \"NVIDIA High Definition Audio | Realtek High Definition Audio(SST) | 适用于 USB 音频的英特尔® 智音技术 | 适用于数字麦克风的英特尔® 智音技术\", \"OsBits\": 64, \"OsVersion\": \"10.0.19045\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20240116154100.000000+480\", \"ComputerName\": \"SARIELLIU-NB4\", \"DomainName\": \"\", \"MacAddr\": \"F0:B6:1E:57:21:19\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13712.288\", \"VulVersion\": \"2024.08.19.11.28.16\", \"Itime\": \"2023-10-12T21:28:01.794806+08:00\", \"SysRepVersion\": \"2024.09.05.09.00.49\", \"Utime\": \"2024-09-12T21:27:52.468659+08:00\", \"RiskScanTime\": \"2024-03-28T17:26:59.199403+08:00\", \"VulScanTime\": \"2023-11-02T20:38:19.422357+08:00\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"sarielliu\", \"CloudQueryState\": 3, \"FirewallStatus\": 1, \"SerialNum\": \"PW021WJP\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2024-09-02 16:22:00\", \"NGNStrategyVer\": \"2023-12-25 09:53:00\", \"IOAUserName\": \"sarielliu\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"sarielliu\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"W2CG24S00F2\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 8, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 32599, \"Ip\": \"113.108.77.57\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 7, \"AccountGroupName\": \"sarielliutest\", \"ProfileFileNotInstall\": [], \"Memory\": \"32 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"209.4.20987.62001\", \"Version\": \"58828288687862321\", \"Os\": \"Microsoft Windows 10 专业版\", \"Driver\": 1, \"ConnActiveTime\": \"2024-09-12T21:58:33.210869+08:00\", \"Hacker\": 1, \"LocalIpList\": \"10.64.87.90\", \"Name\": \"SARIELLIU-NB4\", \"HostId\": 0, \"GroupFromAuto\": 0 }, { \"CriticalVulListCount\": 0, \"Camera\": 1, \"Desktop\": 1, \"UDisk\": 1, \"Download\": 1, \"SysFile\": 1, \"Reg\": 1, \"Proc\": 1, \"Mid\": \"6A925DB4A3223F6CC38488D0E241AE0B5D14B363\", \"Guid\": \"6A925DB4A3223F6CC38488D0E241AE0B\", \"Computer\": \"LENOVO ThinkCentre M910t-N000\", \"Cpu\": \"Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz\", \"MainBoard\": \"LENOVO 3107 SDK0J40675 WIN 3305553586072\", \"GroupNamePath\": \"全网终端.未分组终端\", \"OsType\": 0, \"GroupName\": \"未分组终端\", \"HardDiskSize\": \"SAMSUNG MZVLB256HAHQ-000L7 238 GB\", \"AccountName\": \"\", \"VideoCard\": \"Intel(R) HD Graphics 630\", \"AccountGroupIdPath\": \"\", \"NetworkCard\": \"Intel(R) Ethernet Connection (2) I219-LM\", \"Monitor\": \"P24i-10\", \"AudioCard\": \"Realtek High Definition Audio\", \"OsBits\": 64, \"OsVersion\": \"10.0.17134\", \"OsLanguage\": \"简体中文\", \"OsInstallDate\": \"20190531115405.000000+480\", \"ComputerName\": \"sarielliu-PCa\", \"DomainName\": \"tencent.com\", \"MacAddr\": \"00:D8:61:48:50:11\", \"VulCount\": 0, \"RiskCount\": 0, \"VirusVer\": \"2.0.13645.8348\", \"VulVersion\": \"2019.08.19.09.50.30\", \"Itime\": \"2022-10-26T17:52:40.783424+08:00\", \"SysRepVersion\": \"2023.01.04.16.34.51\", \"Utime\": \"2023-03-13T06:30:35.428937+08:00\", \"RiskScanTime\": \"2023-03-15T17:12:30.388189+08:00\", \"VulScanTime\": \"2023-01-10T11:46:47.884224+08:00\", \"VulCriticalList\": [], \"VulIgnoreCount\": 0, \"Tags\": \"\", \"UserName\": \"sarielliu\", \"CloudQueryState\": 3, \"FirewallStatus\": 0, \"SerialNum\": \"M70AG2FV\", \"IsRoot\": 0, \"DeviceStrategyVer\": \"2023-02-14 16:59:00\", \"NGNStrategyVer\": \"2023-01-05 15:29:00\", \"IOAUserName\": \"\", \"DeviceNewStrategyVer\": \"2024-11-06 10:51:00\", \"NGNNewStrategyVer\": \"2024-10-15 20:00:00\", \"DeviceMark\": \"\", \"HostName\": \"\", \"Profiles\": [], \"ProfileFileTotal\": 0, \"ProfileFileInstalled\": 0, \"Sort\": 0, \"BaseBoardSn\": \"\", \"AccountUsers\": \"\", \"IdentityStrategyVer\": \"\", \"IdentityNewStrategyVer\": \"\", \"AccountList\": [], \"NoPermission\": 0, \"BaseBoardManufacturer\": \"\", \"MemoryDetail\": \"\", \"SystemArchitecture\": \"\", \"HardwareChangeCount\": 0, \"RealTimeProtectionStatus\": 0, \"GroupId\": 67, \"ScreenRecordingPermission\": 0, \"DiskAccessPermission\": 0, \"Id\": 1, \"Ip\": \"119.147.10.202\", \"Description\": \"\", \"AccountGroupSource\": 0, \"AccountGroupId\": 0, \"AccountGroupName\": \"\", \"ProfileFileNotInstall\": [], \"Memory\": \"16 GB\", \"Status\": 5, \"OnlineStatus\": 1, \"Locked\": 0, \"StrVersion\": \"208.0.14144.62000\", \"Version\": \"58546796082819632\", \"Os\": \"Microsoft Windows 10 专业版\", \"Driver\": 1, \"ConnActiveTime\": \"2023-03-16T10:49:53.116277+08:00\", \"Hacker\": 1, \"LocalIpList\": \"10.6.59.48,192.168.245.1,192.168.127.1\", \"Name\": \"sarielliu-PCa\", \"HostId\": 0, \"GroupFromAuto\": 0 } ] } }",
1801
+ "example": "无",
1793
1802
  "member": "DescribeDevicesPageRsp",
1794
1803
  "name": "Data",
1795
1804
  "output_required": false,
@@ -2499,7 +2508,7 @@
2499
2508
  {
2500
2509
  "disabled": false,
2501
2510
  "document": "过滤条件参数(字段含义请参考接口返回值)- Mid, 类型String,支持操作:【eq,like,ilike】,支持排序- Name, 类型String,支持操作:【eq,like,ilike】,支持排序- Itime, 类型String,支持操作:【eq,like,ilike】,支持排序- UserName, 类型String,支持操作:【eq,like,ilike】,支持排序- MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序- UserId, 类型String,支持操作:【eq,like,ilike】,支持排序- Ip, 类型String,支持操作:【eq,like,ilike】,支持排序- Tags,类型String,支持操作:【eq,like,ilike】,支持排序- LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序- SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序- Version,类型String,支持操作:【eq,like,ilike】,支持排序- StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序- RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**- HostName,类型String,支持操作:【eq,like,ilike】,支持排序- IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序- GroupName,类型String,支持操作:【eq,like,ilike】,支持排序- CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**- RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**- VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**- Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序- Os,类型String,支持操作:【eq,like,ilike】,支持排序- ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**- FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**- ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序- DomainName,类型String,支持操作:【eq,like,ilike】,支持排序- SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序- VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序- Cpu,类型String,支持操作:【eq,like,ilike】,支持排序- Memory,类型String,支持操作:【eq,like,ilike】,支持排序- HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序- HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序- AccountName,类型String,支持操作:【like.ilike】,支持排序- AccountGroupName,类型String,支持操作:【like.ilike】,支持排序- ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序- DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序分页参数- PageNum 从1开始,小于等于0时使用默认参数- PageSize 最大值5000,最好不超过100",
2502
- "example": "{\"FilterGroups\":[],\"PageSize\":10,\"PageNum\":1}",
2511
+ "example": "",
2503
2512
  "member": "Condition",
2504
2513
  "name": "Condition",
2505
2514
  "required": false,
@@ -2507,7 +2516,7 @@
2507
2516
  },
2508
2517
  {
2509
2518
  "disabled": false,
2510
- "document": "必填,终端自定义分组id",
2519
+ "document": "终端自定义分组ID(0:获取租户全部自定义分组下的终端数据;其他值:获取具体ID分组下的终端数据)",
2511
2520
  "example": "14990",
2512
2521
  "member": "int64",
2513
2522
  "name": "DeviceVirtualGroupId",
@@ -2516,7 +2525,7 @@
2516
2525
  },
2517
2526
  {
2518
2527
  "disabled": false,
2519
- "document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
2528
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
2520
2529
  "example": "0",
2521
2530
  "member": "int64",
2522
2531
  "name": "OsType",
@@ -2541,7 +2550,7 @@
2541
2550
  {
2542
2551
  "disabled": false,
2543
2552
  "document": "返回的具体Data数据",
2544
- "example": "{\"Items\":[{\"Id\":35,\"Status\":5,\"Ip\":\"42.81.192.121\",\"GroupId\":14,\"Name\":\"ZHI\",\"OsType\":0,\"UserName\":\"xxx\",\"Mid\":\"25BAF276FA7B97ACED6ACB416CEF298667E3BB0E\",\"MacAddr\":\"00:1C:42:1F:48:82\"}],\"Paging\":{\"Total\":1,\"PageNum\":1,\"PageSize\":10,\"PageCount\":1}}",
2553
+ "example": "",
2545
2554
  "member": "DescribeVirtualDevicesPageRsp",
2546
2555
  "name": "Data",
2547
2556
  "output_required": false,