tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1344.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 (79) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/ams/v20201229/api.json +46 -46
  4. tccli/services/ams/v20201229/examples.json +1 -1
  5. tccli/services/batch/batch_client.py +53 -0
  6. tccli/services/batch/v20170312/api.json +125 -0
  7. tccli/services/batch/v20170312/examples.json +8 -0
  8. tccli/services/bh/v20230418/api.json +282 -1
  9. tccli/services/bh/v20230418/examples.json +3 -3
  10. tccli/services/bi/v20220105/api.json +9 -0
  11. tccli/services/ccc/v20200210/api.json +9 -0
  12. tccli/services/cdb/v20170320/api.json +38 -38
  13. tccli/services/cdb/v20170320/examples.json +3 -3
  14. tccli/services/cdwch/cdwch_client.py +53 -0
  15. tccli/services/cdwch/v20200915/api.json +410 -0
  16. tccli/services/cdwch/v20200915/examples.json +8 -0
  17. tccli/services/cdwdoris/v20211228/api.json +22 -2
  18. tccli/services/cfg/v20210820/api.json +72 -0
  19. tccli/services/ckafka/v20190819/api.json +21 -1
  20. tccli/services/csip/csip_client.py +163 -4
  21. tccli/services/csip/v20221121/api.json +967 -164
  22. tccli/services/csip/v20221121/examples.json +29 -5
  23. tccli/services/cvm/v20170312/api.json +16 -5
  24. tccli/services/cvm/v20170312/examples.json +1 -1
  25. tccli/services/dlc/v20210125/api.json +61 -0
  26. tccli/services/emr/emr_client.py +167 -8
  27. tccli/services/emr/v20190103/api.json +809 -14
  28. tccli/services/emr/v20190103/examples.json +24 -0
  29. tccli/services/es/v20250101/examples.json +2 -2
  30. tccli/services/ess/v20201111/api.json +15 -6
  31. tccli/services/essbasic/v20210526/api.json +2 -2
  32. tccli/services/gs/v20191118/api.json +40 -1
  33. tccli/services/gs/v20191118/examples.json +2 -2
  34. tccli/services/hunyuan/v20230901/api.json +1 -1
  35. tccli/services/igtm/__init__.py +4 -0
  36. tccli/services/igtm/igtm_client.py +1373 -0
  37. tccli/services/igtm/v20231024/api.json +3569 -0
  38. tccli/services/igtm/v20231024/examples.json +207 -0
  39. tccli/services/ims/v20201229/api.json +20 -28
  40. tccli/services/ioa/ioa_client.py +114 -8
  41. tccli/services/ioa/v20220601/api.json +218 -3
  42. tccli/services/ioa/v20220601/examples.json +16 -0
  43. tccli/services/iss/v20230517/api.json +11 -2
  44. tccli/services/kms/v20190118/api.json +4 -4
  45. tccli/services/lighthouse/v20200324/api.json +1 -1
  46. tccli/services/mps/v20190612/api.json +43 -5
  47. tccli/services/ocr/v20181119/api.json +127 -118
  48. tccli/services/partners/v20180321/api.json +1 -1
  49. tccli/services/securitylake/__init__.py +4 -0
  50. tccli/services/securitylake/securitylake_client.py +207 -0
  51. tccli/services/securitylake/v20240117/api.json +723 -0
  52. tccli/services/securitylake/v20240117/examples.json +13 -0
  53. tccli/services/tcbr/v20220217/api.json +70 -0
  54. tccli/services/tdmq/v20200217/api.json +263 -5
  55. tccli/services/tdmq/v20200217/examples.json +1 -1
  56. tccli/services/teo/v20220901/api.json +40 -30
  57. tccli/services/teo/v20220901/examples.json +19 -19
  58. tccli/services/tione/tione_client.py +57 -4
  59. tccli/services/tione/v20211111/api.json +283 -1
  60. tccli/services/tione/v20211111/examples.json +8 -0
  61. tccli/services/tke/v20180525/api.json +37 -28
  62. tccli/services/tms/v20201229/api.json +14 -21
  63. tccli/services/trocket/v20230308/api.json +80 -80
  64. tccli/services/trocket/v20230308/examples.json +1 -1
  65. tccli/services/tsf/tsf_client.py +61 -8
  66. tccli/services/tsf/v20180326/api.json +3161 -2106
  67. tccli/services/tsf/v20180326/examples.json +8 -0
  68. tccli/services/vdb/v20230616/api.json +49 -0
  69. tccli/services/vdb/v20230616/examples.json +1 -1
  70. tccli/services/vm/v20210922/api.json +8 -8
  71. tccli/services/vpc/v20170312/api.json +1 -1
  72. tccli/services/wav/v20210129/api.json +10 -10
  73. tccli/services/wav/v20210129/examples.json +3 -3
  74. tccli/services/wedata/v20210820/api.json +11 -0
  75. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
  76. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
  77. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
  78. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
  79. {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -90,6 +90,20 @@
90
90
  "name": "查看软件详情列表",
91
91
  "output": "DescribeSoftwareInformationResponse",
92
92
  "status": "online"
93
+ },
94
+ "DescribeVirtualDevices": {
95
+ "document": "展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices",
96
+ "input": "DescribeVirtualDevicesRequest",
97
+ "name": "展示自定义分组终端列表",
98
+ "output": "DescribeVirtualDevicesResponse",
99
+ "status": "online"
100
+ },
101
+ "ModifyVirtualDeviceGroups": {
102
+ "document": "终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups",
103
+ "input": "ModifyVirtualDeviceGroupsRequest",
104
+ "name": "终端手动自定义分组增减终端",
105
+ "output": "ModifyVirtualDeviceGroupsResponse",
106
+ "status": "online"
93
107
  }
94
108
  },
95
109
  "metadata": {
@@ -307,10 +321,19 @@
307
321
  "CreateDeviceVirtualGroupRequest": {
308
322
  "document": "CreateDeviceVirtualGroup请求参数结构体",
309
323
  "members": [
324
+ {
325
+ "disabled": false,
326
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
327
+ "example": "1",
328
+ "member": "string",
329
+ "name": "DomainInstanceId",
330
+ "required": false,
331
+ "type": "string"
332
+ },
310
333
  {
311
334
  "disabled": false,
312
335
  "document": "必填,终端自定义分组名",
313
- "example": "内网分组",
336
+ "example": "分组名称1",
314
337
  "member": "string",
315
338
  "name": "DeviceVirtualGroupName",
316
339
  "required": false,
@@ -319,7 +342,7 @@
319
342
  {
320
343
  "disabled": false,
321
344
  "document": "详情",
322
- "example": "内网分组",
345
+ "example": "此定义分组用于测试",
323
346
  "member": "string",
324
347
  "name": "Description",
325
348
  "required": false,
@@ -355,7 +378,7 @@
355
378
  {
356
379
  "disabled": false,
357
380
  "document": "选填,手动分组不填,自动划分分组的划分规则数据",
358
- "example": " {\"AutoRules\": { \"Relation\": \"并且\", \"SimpleRules\": [ { \"Relation\": \"\", \"Expressions\": [ { \"Relation\": \"\", \"Items\": [ { \"Operate\": \"等于\", \"Values\": [ \"Company assets\" ], \"Key\": \"profile_166\", \"error\": \"\" } ] } ] } ] } }",
381
+ "example": "{\"SimpleRules\":[{\"Expressions\":[{\"Items\":[{\"Key\":\"name\",\"Operate\":\"包含\",\"Value\":\"lucal\"}],\"Relation\":\"并且\"}]}]}",
359
382
  "member": "ComplexRule",
360
383
  "name": "AutoRules",
361
384
  "required": false,
@@ -1984,6 +2007,107 @@
1984
2007
  ],
1985
2008
  "type": "object"
1986
2009
  },
2010
+ "DescribeVirtualDevicesPageRsp": {
2011
+ "document": "返回的具体Data数据",
2012
+ "members": [
2013
+ {
2014
+ "disabled": false,
2015
+ "document": "数据分页信息",
2016
+ "example": "{\"Total\":1,\"PageNum\":1,\"PageSize\":10,\"PageCount\":1}",
2017
+ "member": "Paging",
2018
+ "name": "Paging",
2019
+ "output_required": false,
2020
+ "required": false,
2021
+ "type": "object",
2022
+ "value_allowed_null": false
2023
+ },
2024
+ {
2025
+ "disabled": false,
2026
+ "document": "设备列表",
2027
+ "example": "[{\"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\"}]",
2028
+ "member": "DeviceDetail",
2029
+ "name": "Items",
2030
+ "output_required": false,
2031
+ "required": false,
2032
+ "type": "list",
2033
+ "value_allowed_null": false
2034
+ }
2035
+ ],
2036
+ "usage": "both"
2037
+ },
2038
+ "DescribeVirtualDevicesRequest": {
2039
+ "document": "DescribeVirtualDevices请求参数结构体",
2040
+ "members": [
2041
+ {
2042
+ "disabled": false,
2043
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
2044
+ "example": "1",
2045
+ "member": "string",
2046
+ "name": "DomainInstanceId",
2047
+ "required": false,
2048
+ "type": "string"
2049
+ },
2050
+ {
2051
+ "disabled": false,
2052
+ "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",
2053
+ "example": "{\"FilterGroups\":[],\"PageSize\":10,\"PageNum\":1}",
2054
+ "member": "Condition",
2055
+ "name": "Condition",
2056
+ "required": false,
2057
+ "type": "object"
2058
+ },
2059
+ {
2060
+ "disabled": false,
2061
+ "document": "必填,终端自定义分组id",
2062
+ "example": "14990",
2063
+ "member": "int64",
2064
+ "name": "DeviceVirtualGroupId",
2065
+ "required": false,
2066
+ "type": "int"
2067
+ },
2068
+ {
2069
+ "disabled": false,
2070
+ "document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
2071
+ "example": "0",
2072
+ "member": "int64",
2073
+ "name": "OsType",
2074
+ "required": false,
2075
+ "type": "int"
2076
+ },
2077
+ {
2078
+ "disabled": false,
2079
+ "document": "选填,在线状态 (2表示在线,0或者1表示离线)",
2080
+ "example": "2",
2081
+ "member": "int64",
2082
+ "name": "OnlineStatus",
2083
+ "required": false,
2084
+ "type": "int"
2085
+ }
2086
+ ],
2087
+ "type": "object"
2088
+ },
2089
+ "DescribeVirtualDevicesResponse": {
2090
+ "document": "DescribeVirtualDevices返回参数结构体",
2091
+ "members": [
2092
+ {
2093
+ "disabled": false,
2094
+ "document": "返回的具体Data数据",
2095
+ "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}}",
2096
+ "member": "DescribeVirtualDevicesPageRsp",
2097
+ "name": "Data",
2098
+ "output_required": false,
2099
+ "type": "object",
2100
+ "value_allowed_null": false
2101
+ },
2102
+ {
2103
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2104
+ "member": "string",
2105
+ "name": "RequestId",
2106
+ "type": "string"
2107
+ }
2108
+ ],
2109
+ "type": "object"
2110
+ },
1987
2111
  "DeviceDetail": {
1988
2112
  "document": "业务响应数据",
1989
2113
  "members": [
@@ -3027,6 +3151,97 @@
3027
3151
  ],
3028
3152
  "usage": "both"
3029
3153
  },
3154
+ "ModifyVirtualDeviceGroupsReqItem": {
3155
+ "document": "操作的设备列表",
3156
+ "members": [
3157
+ {
3158
+ "disabled": false,
3159
+ "document": "设备mid",
3160
+ "example": "10527BB0BE025F40B5E8A7D00B5E13E268243DBB",
3161
+ "member": "string",
3162
+ "name": "DeviceMid",
3163
+ "output_required": false,
3164
+ "required": false,
3165
+ "type": "string",
3166
+ "value_allowed_null": false
3167
+ },
3168
+ {
3169
+ "disabled": false,
3170
+ "document": "操作标识 0:删除设备 1:添加设备",
3171
+ "example": "0",
3172
+ "member": "int64",
3173
+ "name": "Operation",
3174
+ "output_required": false,
3175
+ "required": false,
3176
+ "type": "int",
3177
+ "value_allowed_null": false
3178
+ }
3179
+ ],
3180
+ "usage": "both"
3181
+ },
3182
+ "ModifyVirtualDeviceGroupsRequest": {
3183
+ "document": "ModifyVirtualDeviceGroups请求参数结构体",
3184
+ "members": [
3185
+ {
3186
+ "disabled": false,
3187
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
3188
+ "example": "1",
3189
+ "member": "string",
3190
+ "name": "DomainInstanceId",
3191
+ "required": false,
3192
+ "type": "string"
3193
+ },
3194
+ {
3195
+ "disabled": false,
3196
+ "document": "添加到的终端自定义分组id。和DeviceVirtualGroupIds互斥,必填其一,优先使用本参数",
3197
+ "example": "0",
3198
+ "member": "int64",
3199
+ "name": "DeviceVirtualGroupId",
3200
+ "required": false,
3201
+ "type": "int"
3202
+ },
3203
+ {
3204
+ "disabled": false,
3205
+ "document": "必填,操作的设备列表数据",
3206
+ "example": "[{DeviceMid: \"10527BB0BE025F40B5E8A7D00B5E13E268243DBB\", Operation: 1}]",
3207
+ "member": "ModifyVirtualDeviceGroupsReqItem",
3208
+ "name": "DeviceList",
3209
+ "required": false,
3210
+ "type": "list"
3211
+ },
3212
+ {
3213
+ "disabled": false,
3214
+ "document": "要添加的终端自定义分组id列表",
3215
+ "example": "[14989]",
3216
+ "member": "int64",
3217
+ "name": "DeviceVirtualGroupIds",
3218
+ "required": false,
3219
+ "type": "list"
3220
+ },
3221
+ {
3222
+ "disabled": false,
3223
+ "document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
3224
+ "example": "0",
3225
+ "member": "int64",
3226
+ "name": "OsType",
3227
+ "required": false,
3228
+ "type": "int"
3229
+ }
3230
+ ],
3231
+ "type": "object"
3232
+ },
3233
+ "ModifyVirtualDeviceGroupsResponse": {
3234
+ "document": "ModifyVirtualDeviceGroups返回参数结构体",
3235
+ "members": [
3236
+ {
3237
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3238
+ "member": "string",
3239
+ "name": "RequestId",
3240
+ "type": "string"
3241
+ }
3242
+ ],
3243
+ "type": "object"
3244
+ },
3030
3245
  "Paging": {
3031
3246
  "document": "页码",
3032
3247
  "members": [
@@ -139,6 +139,22 @@
139
139
  "output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"CorpName\": \"\",\n \"Id\": 19396,\n \"InstallDate\": \"2025/04/03\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19396,\n \"Version\": \"3.9.12.51\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23532,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Google Chrome\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23532,\n \"Version\": \"135.0.7049.95\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23452,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Firefox (x64 zh-CN)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23452,\n \"Version\": \"137.0.2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19198,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Adobe Acrobat Reader DC MUI\",\n \"PiracyRisk\": 2,\n \"SoftwareId\": 19198,\n \"Version\": \"15.007.20033\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19639,\n \"InstallDate\": \"2025/04/01\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19639,\n \"Version\": \"4.1.36.6004\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19197,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Java 8 Update 441\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19197,\n \"Version\": \"8.0.4410.7\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19059,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"运维审计系统 单点登录组件 2.0\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19059,\n \"Version\": \"2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18422,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"软件管理\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18422,\n \"Version\": \"3.1.1442.301\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18595,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"腾讯 iOA\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18595,\n \"Version\": \"210.3.25981.62001\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 21450,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"向日葵远程控制\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 21450,\n \"Version\": \"15.8.3.19819\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18725,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业版软件管家\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18725,\n \"Version\": \"101.1.169.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19057,\n \"InstallDate\": \"2024/03/19\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Wireshark 3.4.6 64-bit\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19057,\n \"Version\": \"3.4.6\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19195,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"ToDesk\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19195,\n \"Version\": \"4.7.6.3\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19055,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"TeamViewer\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19055,\n \"Version\": \"15.46.5\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19054,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"SangforVNC\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19054,\n \"Version\": \"7,1,0,2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19053,\n \"InstallDate\": \"2024/08/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"RayLink 8.1.0.9\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19053,\n \"Version\": \"8.1.0.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19052,\n \"InstallDate\": \"2024/12/17\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python Launcher\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19052,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19051,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python 3.13.1 (64-bit)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19051,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19050,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Npcap 0.9982\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19050,\n \"Version\": \"0.9982\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19049,\n \"InstallDate\": \"2024/01/24\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Notepad++ (32-bit x86)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19049,\n \"Version\": \"8.1.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18414,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"NGNClient-TAP 1.1\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18414,\n \"Version\": \"1.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18411,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Maintenance Service\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18411,\n \"Version\": \"136.0.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19048,\n \"InstallDate\": \"2024/03/14\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.28.29910\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19048,\n \"Version\": \"14.28.29910.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18949,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18949,\n \"Version\": \"12.0.21005.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 22978,\n \"InstallDate\": \"2025/04/12\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Edge WebView2 Runtime\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 22978,\n \"Version\": \"135.0.3179.73\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19046,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"EasyConnect\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19046,\n \"Version\": \"7,6,7,201\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19045,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"DACS版本2023H1(43989)S\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19045,\n \"Version\": \"2023H1(43989)S\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18806,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Cloudbase-Init 1.1.2\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18806,\n \"Version\": \"1.1.2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 6786,\n \"InstallDate\": \"2024/01/30\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"7-Zip 23.01 (x64)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 6786,\n \"Version\": \"23.01\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 1000,\n \"Total\": 29\n }\n },\n \"RequestId\": \"fc18a581-36b5-4904-90c0-a206583251d9\"\n }\n}",
140
140
  "title": "获取设备安装软件信息"
141
141
  }
142
+ ],
143
+ "DescribeVirtualDevices": [
144
+ {
145
+ "document": "",
146
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVirtualDevices\n<公共请求参数>\n\n{\n \"DeviceVirtualGroupId\": 356,\n \"OsType\": 0,\n \"Condition\": {\n \"Filters\": [],\n \"Sort\": {},\n \"PageSize\": 10,\n \"PageNum\": 1\n }\n}",
147
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ce9f337a-55c4-4a44-8c0c-c32462e03da8\",\n \"Data\": {\n \"Items\": [\n {\n \"FirewallStatus\": 0,\n \"Locked\": 0,\n \"DeviceStrategyVer\": \"\",\n \"NGNStrategyVer\": \"\",\n \"IOAUserName\": \"\",\n \"DeviceNewStrategyVer\": \"\",\n \"NGNNewStrategyVer\": \"2022-07-28 15:21:00\",\n \"HostName\": \"\",\n \"UserName\": \"niozhang\",\n \"Version\": \"28429406901371100\",\n \"Itime\": \"2022-10-21T15:21:37.460778+08:00\",\n \"Os\": \"\",\n \"Mid\": \"13fabc68a4834ba08d14afa179b7193863524881\",\n \"GroupId\": 42632,\n \"GroupName\": \"未分组终端\",\n \"Ip\": \"106.55.201.137\",\n \"OnlineStatus\": 0,\n \"SerialNum\": \"\",\n \"StrVersion\": \"101.101.7048.220\",\n \"Tags\": \"\",\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"Id\": 25902,\n \"ConnActiveTime\": \"\",\n \"LocalIpList\": \"\",\n \"HostId\": 0,\n \"Name\": \"BindDeviceTest1666336897217\",\n \"OsType\": 0,\n \"CriticalVulListCount\": 0,\n \"OsBits\": 0,\n \"OsVersion\": \"\",\n \"OsLanguage\": \"\",\n \"OsInstallDate\": \"\",\n \"ComputerName\": \"BindDeviceTest1666336897217\",\n \"DomainName\": \"\",\n \"MacAddr\": \"\",\n \"VulCount\": 0,\n \"RiskCount\": 0,\n \"VirusVer\": \"\",\n \"VulVersion\": \"\",\n \"SysRepVersion\": \"\",\n \"VulCriticalList\": []\n }\n ],\n \"Paging\": {\n \"PageNum\": 1,\n \"Total\": 1,\n \"PageCount\": 1,\n \"PageSize\": 10\n }\n }\n }\n}",
148
+ "title": "示例1"
149
+ }
150
+ ],
151
+ "ModifyVirtualDeviceGroups": [
152
+ {
153
+ "document": "将设备移动到普通的自定义分组",
154
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVirtualDeviceGroups\n<公共请求参数>\n\n{\n \"DomainInstanceId\": \"3\",\n \"DeviceVirtualGroupId\": 10,\n \"DeviceList\": [\n {\n \"DeviceMid\": \"C007D8BFA830C84A61965ABEC6FEDFD466A9E861\",\n \"Operation\": 1\n }\n ],\n \"OsType\": 0\n}",
155
+ "output": "{\n \"Response\": {\n \"RequestId\": \"17b01981-dff8-4267-b446-eefc4973acf4\"\n }\n}",
156
+ "title": "将设备移动到普通的自定义分组"
157
+ }
142
158
  ]
143
159
  },
144
160
  "version": "1.0"
@@ -8352,8 +8352,8 @@
8352
8352
  },
8353
8353
  {
8354
8354
  "disabled": false,
8355
- "document": "排序规则(仅支持 StartTime,EndTime,倒序为-StartTime,-EndTime)",
8356
- "example": "StartTime,-EndTIme",
8355
+ "document": "排序规则(仅支持 StartTime,倒序为-StartTime)",
8356
+ "example": "StartTime",
8357
8357
  "member": "string",
8358
8358
  "name": "SortRule",
8359
8359
  "required": false,
@@ -8403,6 +8403,15 @@
8403
8403
  "name": "UrlExpires",
8404
8404
  "required": false,
8405
8405
  "type": "int"
8406
+ },
8407
+ {
8408
+ "disabled": false,
8409
+ "document": "任务日期,默认当天",
8410
+ "example": "2025-01-02",
8411
+ "member": "string",
8412
+ "name": "Date",
8413
+ "required": false,
8414
+ "type": "string"
8406
8415
  }
8407
8416
  ],
8408
8417
  "type": "object"
@@ -2341,7 +2341,7 @@
2341
2341
  },
2342
2342
  {
2343
2343
  "disabled": false,
2344
- "document": "表示生成的数据密钥是否被KMS托管。1:表示被KMS托管保存,0:表示KMS不托管。表示生成的数据密钥是否被KMS托管。1:表示被KMS托管保存,0:表示KMS不托管。",
2344
+ "document": "表示生成的数据密钥是否被KMS托管。1:表示被KMS托管保存,0:表示KMS不托管。",
2345
2345
  "example": "0",
2346
2346
  "member": "uint64",
2347
2347
  "name": "IsHostedByKms",
@@ -2368,7 +2368,7 @@
2368
2368
  },
2369
2369
  {
2370
2370
  "disabled": false,
2371
- "document": "KMS 独享版对应的 HSM 集群 ID。\n当KeyId 没有传入时有效,如果指定HsmClusterId,会默认在此集群下生成根密钥,然后利用创建的根密钥产生数据密钥。\n如果没有指定HsmClusterId,则会在公有云共享集群下创建一个根密钥,然后利用创建的根密钥产生数据密钥。",
2371
+ "document": "KMS 独享版对应的 HSM 集群 ID。如果指定HsmClusterId,表明根密钥在此集群里,会校验KeyId是否和HsmClusterId对应。",
2372
2372
  "example": "cluster-123",
2373
2373
  "member": "string",
2374
2374
  "name": "HsmClusterId",
@@ -2983,7 +2983,7 @@
2983
2983
  },
2984
2984
  {
2985
2985
  "disabled": false,
2986
- "document": "当导入密文数据密钥时,无需传入根密钥,如果传入也会忽略。\n当KeyId 为空,如果指定了独享集群HsmClusterId,则会在独享集群下创建一个根密钥,根据生成的根密钥加密数据密钥。\n如果没有指定独享集群HsmClusterId,则会在公有云共享集群下创建一个根密钥,根据生成的根密钥加密数据密钥。\n如果KeyId 不为空,根据指定的根密钥加密数据密钥。",
2986
+ "document": "当导入密文数据密钥时,无需传入根密钥,如果传入会校验此KeyId是否和密文中一致。\n当导入明文数据密钥,KeyId 不能为空,会根据指定的根密钥加密数据密钥。",
2987
2987
  "example": "93866e69-9755-11ef-8e65-52540089bc41",
2988
2988
  "member": "string",
2989
2989
  "name": "KeyId",
@@ -2992,7 +2992,7 @@
2992
2992
  },
2993
2993
  {
2994
2994
  "disabled": false,
2995
- "document": "KMS 独享版对应的 HSM 集群 ID。\n当KeyId 没有传入时有效,如果指定了独享集群HsmClusterId,则会在独享集群下创建一个根密钥,根据产生的根密钥加密数据密钥。\n如果没有指定独享集群HsmClusterId,则会在公有云共享集群下创建一个根密钥,根据产生的根密钥加密数据密钥。",
2995
+ "document": "KMS 独享版对应的 HSM 集群 ID。如果指定HsmClusterId,表明根密钥在此集群里,会校验KeyId是否和HsmClusterId对应。",
2996
2996
  "example": "hsm-cluster-123",
2997
2997
  "member": "string",
2998
2998
  "name": "HsmClusterId",
@@ -9598,7 +9598,7 @@
9598
9598
  {
9599
9599
  "disabled": false,
9600
9600
  "document": "同步镜像的目的地域列表。",
9601
- "example": "",
9601
+ "example": "[\"ap-beijing\",\"ap-shanghai\"]",
9602
9602
  "member": "string",
9603
9603
  "name": "DestinationRegions",
9604
9604
  "required": true,
@@ -3266,7 +3266,7 @@
3266
3266
  {
3267
3267
  "disabled": false,
3268
3268
  "document": "渠道扩展参数json序列化字符串。\n注意:此字段可能返回 null,表示取不到有效值。",
3269
- "example": "\"\"",
3269
+ "example": "{\\\"OutputDir\\\":\\\"/test/output/1abc***12345/\\\"}",
3270
3270
  "member": "string",
3271
3271
  "name": "ChannelExtPara",
3272
3272
  "output_required": true,
@@ -10244,11 +10244,20 @@
10244
10244
  {
10245
10245
  "disabled": false,
10246
10246
  "document": "媒体质检模板描述信息,长度限制:256 个字符。",
10247
- "example": "模板 1",
10247
+ "example": "模板1",
10248
10248
  "member": "string",
10249
10249
  "name": "Comment",
10250
10250
  "required": false,
10251
10251
  "type": "string"
10252
+ },
10253
+ {
10254
+ "disabled": false,
10255
+ "document": "录制文件格式。可选值:\n<li>PNG: PNG图片</li>",
10256
+ "example": "PNG",
10257
+ "member": "string",
10258
+ "name": "RecordFormat",
10259
+ "required": false,
10260
+ "type": "string"
10252
10261
  }
10253
10262
  ],
10254
10263
  "type": "object"
@@ -20353,6 +20362,16 @@
20353
20362
  "output_required": true,
20354
20363
  "type": "bool",
20355
20364
  "value_allowed_null": true
20365
+ },
20366
+ {
20367
+ "disabled": false,
20368
+ "document": "websocket与trtc识别结果的UserId\n注意:此字段可能返回 null,表示取不到有效值。",
20369
+ "example": "bot",
20370
+ "member": "string",
20371
+ "name": "UserId",
20372
+ "output_required": false,
20373
+ "type": "string",
20374
+ "value_allowed_null": true
20356
20375
  }
20357
20376
  ],
20358
20377
  "usage": "out"
@@ -20976,6 +20995,16 @@
20976
20995
  "output_required": true,
20977
20996
  "type": "bool",
20978
20997
  "value_allowed_null": true
20998
+ },
20999
+ {
21000
+ "disabled": false,
21001
+ "document": "websocket与trtc实时翻译的UserId\n注意:此字段可能返回 null,表示取不到有效值。",
21002
+ "example": "bot",
21003
+ "member": "string",
21004
+ "name": "UserId",
21005
+ "output_required": false,
21006
+ "type": "string",
21007
+ "value_allowed_null": true
20979
21008
  }
20980
21009
  ],
20981
21010
  "usage": "out"
@@ -24237,7 +24266,7 @@
24237
24266
  {
24238
24267
  "disabled": false,
24239
24268
  "document": "媒体质检模板名称,长度限制:64 个字符。",
24240
- "example": "",
24269
+ "example": "媒体质检模板1",
24241
24270
  "member": "string",
24242
24271
  "name": "Name",
24243
24272
  "required": false,
@@ -24246,7 +24275,7 @@
24246
24275
  {
24247
24276
  "disabled": false,
24248
24277
  "document": "模板描述信息,长度限制:256 个字符。",
24249
- "example": "",
24278
+ "example": "媒体质检模板",
24250
24279
  "member": "string",
24251
24280
  "name": "Comment",
24252
24281
  "required": false,
@@ -24260,6 +24289,15 @@
24260
24289
  "name": "QualityControlItemSet",
24261
24290
  "required": false,
24262
24291
  "type": "list"
24292
+ },
24293
+ {
24294
+ "disabled": false,
24295
+ "document": "录制文件格式。可选值:\n<li>PNG: PNG图片</li>",
24296
+ "example": "PNG",
24297
+ "member": "string",
24298
+ "name": "RecordFormat",
24299
+ "required": false,
24300
+ "type": "string"
24263
24301
  }
24264
24302
  ],
24265
24303
  "type": "object"
@@ -26503,7 +26541,7 @@
26503
26541
  "members": [
26504
26542
  {
26505
26543
  "disabled": false,
26506
- "document": "直播流 URL(必须是直播文件地址,支持 rtmp,hls 和 flv 等)。",
26544
+ "document": "直播流 URL(必须是直播文件地址,支持 rtmp,hls 和 flv, trtc 等)。\ntrtc地址如下:\n trtc: //trtc.rtc.qq.com/mps/`<roomid>`?sdkappid=`<sdkappid>`&userid=`<userid>`&usersig=<`usersig>`\n`<roomid>` 为trtc的房间号id, 为数字\n`<sdkappid>` 为trtc的sdk app id\n`<userid>` 为服务进入房间的用户id,可以区分谁是机器人\n<`usersig>` 为trtc 用户的签名",
26507
26545
  "example": "http://www.abc.com/abc.m3u8",
26508
26546
  "member": "string",
26509
26547
  "name": "Url",