tccli 3.0.1330.1__py2.py3-none-any.whl → 3.0.1333.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bmvpc/v20180625/api.json +36 -36
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +71 -2
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdn/v20180606/examples.json +5 -5
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +11 -1
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dbbrain/v20210527/api.json +1 -0
- tccli/services/dc/v20180410/api.json +39 -0
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +509 -2
- tccli/services/dnspod/v20210323/examples.json +17 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +63 -2
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gs/gs_client.py +163 -4
- tccli/services/gs/v20191118/api.json +216 -0
- tccli/services/gs/v20191118/examples.json +24 -0
- tccli/services/ioa/ioa_client.py +167 -8
- tccli/services/ioa/v20220601/api.json +541 -1
- tccli/services/ioa/v20220601/examples.json +42 -0
- tccli/services/iotexplorer/v20190423/api.json +12 -12
- tccli/services/iotexplorer/v20190423/examples.json +2 -2
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/lke/lke_client.py +699 -63
- tccli/services/lke/v20231130/api.json +1754 -79
- tccli/services/lke/v20231130/examples.json +96 -0
- tccli/services/lkeap/v20240522/examples.json +5 -5
- tccli/services/lowcode/v20210108/api.json +41 -1
- tccli/services/lowcode/v20210108/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +532 -320
- tccli/services/ocr/v20181119/api.json +545 -8
- tccli/services/ocr/v20181119/examples.json +32 -0
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/tke_client.py +106 -0
- tccli/services/tke/v20180525/api.json +124 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/tsf/v20180326/api.json +46 -17
- tccli/services/tsf/v20180326/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/RECORD +63 -63
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
|
|
7
7
|
"output": "CreateDLPFileDetectionTaskResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
+
"CreateDeviceTask": {
|
11
|
+
"document": "创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo",
|
12
|
+
"input": "CreateDeviceTaskRequest",
|
13
|
+
"name": "创建获取终端进程网络服务信息任务",
|
14
|
+
"output": "CreateDeviceTaskResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
10
17
|
"CreateDeviceVirtualGroup": {
|
11
18
|
"document": "创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup",
|
12
19
|
"input": "CreateDeviceVirtualGroupRequest",
|
@@ -42,6 +49,13 @@
|
|
42
49
|
"output": "DescribeDeviceHardwareInfoListResponse",
|
43
50
|
"status": "online"
|
44
51
|
},
|
52
|
+
"DescribeDeviceInfo": {
|
53
|
+
"document": "获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo",
|
54
|
+
"input": "DescribeDeviceInfoRequest",
|
55
|
+
"name": "获取终端进程网络服务信息",
|
56
|
+
"output": "DescribeDeviceInfoResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
45
59
|
"DescribeDevices": {
|
46
60
|
"document": "查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices",
|
47
61
|
"input": "DescribeDevicesRequest",
|
@@ -69,6 +83,13 @@
|
|
69
83
|
"name": "按终端查看软件统计信息",
|
70
84
|
"output": "DescribeSoftCensusListByDeviceResponse",
|
71
85
|
"status": "online"
|
86
|
+
},
|
87
|
+
"DescribeSoftwareInformation": {
|
88
|
+
"document": "查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation",
|
89
|
+
"input": "DescribeSoftwareInformationRequest",
|
90
|
+
"name": "查看软件详情列表",
|
91
|
+
"output": "DescribeSoftwareInformationResponse",
|
92
|
+
"status": "online"
|
72
93
|
}
|
73
94
|
},
|
74
95
|
"metadata": {
|
@@ -256,6 +277,33 @@
|
|
256
277
|
],
|
257
278
|
"type": "object"
|
258
279
|
},
|
280
|
+
"CreateDeviceTaskRequest": {
|
281
|
+
"document": "CreateDeviceTask请求参数结构体",
|
282
|
+
"members": [
|
283
|
+
{
|
284
|
+
"disabled": false,
|
285
|
+
"document": "终端id",
|
286
|
+
"example": "无",
|
287
|
+
"member": "string",
|
288
|
+
"name": "Mid",
|
289
|
+
"required": false,
|
290
|
+
"type": "string"
|
291
|
+
}
|
292
|
+
],
|
293
|
+
"type": "object"
|
294
|
+
},
|
295
|
+
"CreateDeviceTaskResponse": {
|
296
|
+
"document": "CreateDeviceTask返回参数结构体",
|
297
|
+
"members": [
|
298
|
+
{
|
299
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
300
|
+
"member": "string",
|
301
|
+
"name": "RequestId",
|
302
|
+
"type": "string"
|
303
|
+
}
|
304
|
+
],
|
305
|
+
"type": "object"
|
306
|
+
},
|
259
307
|
"CreateDeviceVirtualGroupRequest": {
|
260
308
|
"document": "CreateDeviceVirtualGroup请求参数结构体",
|
261
309
|
"members": [
|
@@ -1015,7 +1063,7 @@
|
|
1015
1063
|
},
|
1016
1064
|
{
|
1017
1065
|
"disabled": false,
|
1018
|
-
"document": "过滤条件参数(字段含义请参考接口返回值)
|
1066
|
+
"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",
|
1019
1067
|
"example": "\"Condition\":{\"Filters\":[],\"Sort\":{\"Field\":\"Id\",\"Order\":\"desc\"},\"PageSize\":10,\"PageNum\":1}",
|
1020
1068
|
"member": "Condition",
|
1021
1069
|
"name": "Condition",
|
@@ -1073,6 +1121,91 @@
|
|
1073
1121
|
],
|
1074
1122
|
"usage": "out"
|
1075
1123
|
},
|
1124
|
+
"DescribeDeviceInfoRequest": {
|
1125
|
+
"document": "DescribeDeviceInfo请求参数结构体",
|
1126
|
+
"members": [
|
1127
|
+
{
|
1128
|
+
"disabled": false,
|
1129
|
+
"document": "终端id",
|
1130
|
+
"example": "无",
|
1131
|
+
"member": "string",
|
1132
|
+
"name": "Mid",
|
1133
|
+
"required": false,
|
1134
|
+
"type": "string"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"disabled": false,
|
1138
|
+
"document": "查询类型 process_list network_list service_list",
|
1139
|
+
"example": "无",
|
1140
|
+
"member": "string",
|
1141
|
+
"name": "Type",
|
1142
|
+
"required": false,
|
1143
|
+
"type": "string"
|
1144
|
+
}
|
1145
|
+
],
|
1146
|
+
"type": "object"
|
1147
|
+
},
|
1148
|
+
"DescribeDeviceInfoResponse": {
|
1149
|
+
"document": "DescribeDeviceInfo返回参数结构体",
|
1150
|
+
"members": [
|
1151
|
+
{
|
1152
|
+
"disabled": false,
|
1153
|
+
"document": "业务响应数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
1154
|
+
"example": "无",
|
1155
|
+
"member": "DescribeDeviceInfoRspData",
|
1156
|
+
"name": "Data",
|
1157
|
+
"output_required": true,
|
1158
|
+
"type": "object",
|
1159
|
+
"value_allowed_null": true
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1163
|
+
"member": "string",
|
1164
|
+
"name": "RequestId",
|
1165
|
+
"type": "string"
|
1166
|
+
}
|
1167
|
+
],
|
1168
|
+
"type": "object"
|
1169
|
+
},
|
1170
|
+
"DescribeDeviceInfoRspData": {
|
1171
|
+
"document": "业务响应数据",
|
1172
|
+
"members": [
|
1173
|
+
{
|
1174
|
+
"disabled": false,
|
1175
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1176
|
+
"example": "-",
|
1177
|
+
"member": "DeviceProcessInfo",
|
1178
|
+
"name": "ProcessList",
|
1179
|
+
"output_required": true,
|
1180
|
+
"required": false,
|
1181
|
+
"type": "list",
|
1182
|
+
"value_allowed_null": true
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"disabled": false,
|
1186
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1187
|
+
"example": "-",
|
1188
|
+
"member": "DeviceNetworkInfo",
|
1189
|
+
"name": "NetworkList",
|
1190
|
+
"output_required": true,
|
1191
|
+
"required": false,
|
1192
|
+
"type": "list",
|
1193
|
+
"value_allowed_null": true
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"disabled": false,
|
1197
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1198
|
+
"example": "-",
|
1199
|
+
"member": "DeviceServiceInfo",
|
1200
|
+
"name": "ServiceList",
|
1201
|
+
"output_required": true,
|
1202
|
+
"required": false,
|
1203
|
+
"type": "list",
|
1204
|
+
"value_allowed_null": true
|
1205
|
+
}
|
1206
|
+
],
|
1207
|
+
"usage": "both"
|
1208
|
+
},
|
1076
1209
|
"DescribeDevicesPageRsp": {
|
1077
1210
|
"document": "分页的data数据",
|
1078
1211
|
"members": [
|
@@ -1779,6 +1912,78 @@
|
|
1779
1912
|
],
|
1780
1913
|
"type": "object"
|
1781
1914
|
},
|
1915
|
+
"DescribeSoftwareInformationPageData": {
|
1916
|
+
"document": "业务响应数据",
|
1917
|
+
"members": [
|
1918
|
+
{
|
1919
|
+
"disabled": false,
|
1920
|
+
"document": "软件详情响应对象集合",
|
1921
|
+
"example": "[{\"CorpName\":\"\",\"Id\":19396,\"InstallDate\":\"2025/04/03\",\"Mid\":\"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\"Name\":\"微信\",\"PiracyRisk\":0,\"SoftwareId\":19396,\"Version\":\"3.9.12.51\"}]",
|
1922
|
+
"member": "SoftwareInformationData",
|
1923
|
+
"name": "Items",
|
1924
|
+
"output_required": false,
|
1925
|
+
"type": "list",
|
1926
|
+
"value_allowed_null": false
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"disabled": false,
|
1930
|
+
"document": "分页公共对象",
|
1931
|
+
"example": "{\"PageCount\":1,\"PageNum\":1,\"PageSize\":1000,\"Total\":1}",
|
1932
|
+
"member": "Paging",
|
1933
|
+
"name": "Page",
|
1934
|
+
"output_required": false,
|
1935
|
+
"type": "object",
|
1936
|
+
"value_allowed_null": false
|
1937
|
+
}
|
1938
|
+
],
|
1939
|
+
"usage": "out"
|
1940
|
+
},
|
1941
|
+
"DescribeSoftwareInformationRequest": {
|
1942
|
+
"document": "DescribeSoftwareInformation请求参数结构体",
|
1943
|
+
"members": [
|
1944
|
+
{
|
1945
|
+
"disabled": false,
|
1946
|
+
"document": "终端唯一标识Mid",
|
1947
|
+
"example": "B454307F6CA03B56E0CFEC44EABF93BB67E56D6F",
|
1948
|
+
"member": "string",
|
1949
|
+
"name": "Mid",
|
1950
|
+
"required": false,
|
1951
|
+
"type": "string"
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"disabled": false,
|
1955
|
+
"document": "过滤条件、分页参数\n<li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>",
|
1956
|
+
"example": "{\"PageSize\":100,\"PageNum\":1}",
|
1957
|
+
"member": "Condition",
|
1958
|
+
"name": "Condition",
|
1959
|
+
"required": false,
|
1960
|
+
"type": "object"
|
1961
|
+
}
|
1962
|
+
],
|
1963
|
+
"type": "object"
|
1964
|
+
},
|
1965
|
+
"DescribeSoftwareInformationResponse": {
|
1966
|
+
"document": "DescribeSoftwareInformation返回参数结构体",
|
1967
|
+
"members": [
|
1968
|
+
{
|
1969
|
+
"disabled": false,
|
1970
|
+
"document": "业务响应数据",
|
1971
|
+
"example": "{\"Items\":[{\"CorpName\":\"\",\"Id\":19396,\"InstallDate\":\"2025/04/03\",\"Mid\":\"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\"Name\":\"微信\",\"PiracyRisk\":0,\"SoftwareId\":19396,\"Version\":\"3.9.12.51\"}],\"Page\":{\"PageCount\":1,\"PageNum\":1,\"PageSize\":100,\"Total\":1}}",
|
1972
|
+
"member": "DescribeSoftwareInformationPageData",
|
1973
|
+
"name": "Data",
|
1974
|
+
"output_required": true,
|
1975
|
+
"type": "object",
|
1976
|
+
"value_allowed_null": false
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1980
|
+
"member": "string",
|
1981
|
+
"name": "RequestId",
|
1982
|
+
"type": "string"
|
1983
|
+
}
|
1984
|
+
],
|
1985
|
+
"type": "object"
|
1986
|
+
},
|
1782
1987
|
"DeviceDetail": {
|
1783
1988
|
"document": "业务响应数据",
|
1784
1989
|
"members": [
|
@@ -2269,6 +2474,255 @@
|
|
2269
2474
|
],
|
2270
2475
|
"usage": "both"
|
2271
2476
|
},
|
2477
|
+
"DeviceNetworkInfo": {
|
2478
|
+
"document": "分页的具体数据对象",
|
2479
|
+
"members": [
|
2480
|
+
{
|
2481
|
+
"disabled": false,
|
2482
|
+
"document": "本地地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2483
|
+
"example": "-",
|
2484
|
+
"member": "string",
|
2485
|
+
"name": "LocalAddr",
|
2486
|
+
"output_required": true,
|
2487
|
+
"required": false,
|
2488
|
+
"type": "string",
|
2489
|
+
"value_allowed_null": true
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"disabled": false,
|
2493
|
+
"document": "本地端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
2494
|
+
"example": "-",
|
2495
|
+
"member": "int64",
|
2496
|
+
"name": "LocalPort",
|
2497
|
+
"output_required": true,
|
2498
|
+
"required": false,
|
2499
|
+
"type": "int",
|
2500
|
+
"value_allowed_null": true
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"disabled": false,
|
2504
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2505
|
+
"example": "-",
|
2506
|
+
"member": "int64",
|
2507
|
+
"name": "ProcessId",
|
2508
|
+
"output_required": true,
|
2509
|
+
"required": false,
|
2510
|
+
"type": "int",
|
2511
|
+
"value_allowed_null": true
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
"disabled": false,
|
2515
|
+
"document": "进程名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2516
|
+
"example": "-",
|
2517
|
+
"member": "string",
|
2518
|
+
"name": "ProcessName",
|
2519
|
+
"output_required": true,
|
2520
|
+
"required": false,
|
2521
|
+
"type": "string",
|
2522
|
+
"value_allowed_null": true
|
2523
|
+
},
|
2524
|
+
{
|
2525
|
+
"disabled": false,
|
2526
|
+
"document": "协议\n注意:此字段可能返回 null,表示取不到有效值。",
|
2527
|
+
"example": "-",
|
2528
|
+
"member": "string",
|
2529
|
+
"name": "Protocol",
|
2530
|
+
"output_required": true,
|
2531
|
+
"required": false,
|
2532
|
+
"type": "string",
|
2533
|
+
"value_allowed_null": true
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"disabled": false,
|
2537
|
+
"document": "远程地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2538
|
+
"example": "-",
|
2539
|
+
"member": "string",
|
2540
|
+
"name": "RemoteAddr",
|
2541
|
+
"output_required": true,
|
2542
|
+
"required": false,
|
2543
|
+
"type": "string",
|
2544
|
+
"value_allowed_null": true
|
2545
|
+
},
|
2546
|
+
{
|
2547
|
+
"disabled": false,
|
2548
|
+
"document": "远程端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
2549
|
+
"example": "-",
|
2550
|
+
"member": "int64",
|
2551
|
+
"name": "RemotePort",
|
2552
|
+
"output_required": true,
|
2553
|
+
"required": false,
|
2554
|
+
"type": "int",
|
2555
|
+
"value_allowed_null": true
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"disabled": false,
|
2559
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2560
|
+
"example": "-",
|
2561
|
+
"member": "int64",
|
2562
|
+
"name": "State",
|
2563
|
+
"output_required": true,
|
2564
|
+
"required": false,
|
2565
|
+
"type": "int",
|
2566
|
+
"value_allowed_null": true
|
2567
|
+
}
|
2568
|
+
],
|
2569
|
+
"usage": "both"
|
2570
|
+
},
|
2571
|
+
"DeviceProcessInfo": {
|
2572
|
+
"document": "分页的具体数据对象",
|
2573
|
+
"members": [
|
2574
|
+
{
|
2575
|
+
"disabled": false,
|
2576
|
+
"document": "命令行\n注意:此字段可能返回 null,表示取不到有效值。",
|
2577
|
+
"example": "-",
|
2578
|
+
"member": "string",
|
2579
|
+
"name": "CmdLine",
|
2580
|
+
"output_required": true,
|
2581
|
+
"required": false,
|
2582
|
+
"type": "string",
|
2583
|
+
"value_allowed_null": true
|
2584
|
+
},
|
2585
|
+
{
|
2586
|
+
"disabled": false,
|
2587
|
+
"document": "内存\n注意:此字段可能返回 null,表示取不到有效值。",
|
2588
|
+
"example": "-",
|
2589
|
+
"member": "string",
|
2590
|
+
"name": "Memory",
|
2591
|
+
"output_required": true,
|
2592
|
+
"required": false,
|
2593
|
+
"type": "string",
|
2594
|
+
"value_allowed_null": true
|
2595
|
+
},
|
2596
|
+
{
|
2597
|
+
"disabled": false,
|
2598
|
+
"document": "名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2599
|
+
"example": "-",
|
2600
|
+
"member": "string",
|
2601
|
+
"name": "Name",
|
2602
|
+
"output_required": true,
|
2603
|
+
"required": false,
|
2604
|
+
"type": "string",
|
2605
|
+
"value_allowed_null": true
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
"disabled": false,
|
2609
|
+
"document": "路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
2610
|
+
"example": "-",
|
2611
|
+
"member": "string",
|
2612
|
+
"name": "Path",
|
2613
|
+
"output_required": true,
|
2614
|
+
"required": false,
|
2615
|
+
"type": "string",
|
2616
|
+
"value_allowed_null": true
|
2617
|
+
},
|
2618
|
+
{
|
2619
|
+
"disabled": false,
|
2620
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2621
|
+
"example": "-",
|
2622
|
+
"member": "int64",
|
2623
|
+
"name": "ProcessId",
|
2624
|
+
"output_required": true,
|
2625
|
+
"required": false,
|
2626
|
+
"type": "int",
|
2627
|
+
"value_allowed_null": true
|
2628
|
+
},
|
2629
|
+
{
|
2630
|
+
"disabled": false,
|
2631
|
+
"document": "启动用户\n注意:此字段可能返回 null,表示取不到有效值。",
|
2632
|
+
"example": "-",
|
2633
|
+
"member": "string",
|
2634
|
+
"name": "User",
|
2635
|
+
"output_required": true,
|
2636
|
+
"required": false,
|
2637
|
+
"type": "string",
|
2638
|
+
"value_allowed_null": true
|
2639
|
+
}
|
2640
|
+
],
|
2641
|
+
"usage": "both"
|
2642
|
+
},
|
2643
|
+
"DeviceServiceInfo": {
|
2644
|
+
"document": "分页的具体数据对象",
|
2645
|
+
"members": [
|
2646
|
+
{
|
2647
|
+
"disabled": false,
|
2648
|
+
"document": "命令行\n注意:此字段可能返回 null,表示取不到有效值。",
|
2649
|
+
"example": "-",
|
2650
|
+
"member": "string",
|
2651
|
+
"name": "CmdLine",
|
2652
|
+
"output_required": true,
|
2653
|
+
"required": false,
|
2654
|
+
"type": "string",
|
2655
|
+
"value_allowed_null": true
|
2656
|
+
},
|
2657
|
+
{
|
2658
|
+
"disabled": false,
|
2659
|
+
"document": "内存\n注意:此字段可能返回 null,表示取不到有效值。",
|
2660
|
+
"example": "-",
|
2661
|
+
"member": "string",
|
2662
|
+
"name": "Description",
|
2663
|
+
"output_required": true,
|
2664
|
+
"required": false,
|
2665
|
+
"type": "string",
|
2666
|
+
"value_allowed_null": true
|
2667
|
+
},
|
2668
|
+
{
|
2669
|
+
"disabled": false,
|
2670
|
+
"document": "名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2671
|
+
"example": "-",
|
2672
|
+
"member": "string",
|
2673
|
+
"name": "Name",
|
2674
|
+
"output_required": true,
|
2675
|
+
"required": false,
|
2676
|
+
"type": "string",
|
2677
|
+
"value_allowed_null": true
|
2678
|
+
},
|
2679
|
+
{
|
2680
|
+
"disabled": false,
|
2681
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2682
|
+
"example": "-",
|
2683
|
+
"member": "int64",
|
2684
|
+
"name": "ProcessId",
|
2685
|
+
"output_required": true,
|
2686
|
+
"required": false,
|
2687
|
+
"type": "int",
|
2688
|
+
"value_allowed_null": true
|
2689
|
+
},
|
2690
|
+
{
|
2691
|
+
"disabled": false,
|
2692
|
+
"document": "启动类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
2693
|
+
"example": "-",
|
2694
|
+
"member": "int64",
|
2695
|
+
"name": "StartType",
|
2696
|
+
"output_required": true,
|
2697
|
+
"required": false,
|
2698
|
+
"type": "int",
|
2699
|
+
"value_allowed_null": true
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
"disabled": false,
|
2703
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2704
|
+
"example": "-",
|
2705
|
+
"member": "int64",
|
2706
|
+
"name": "State",
|
2707
|
+
"output_required": true,
|
2708
|
+
"required": false,
|
2709
|
+
"type": "int",
|
2710
|
+
"value_allowed_null": true
|
2711
|
+
},
|
2712
|
+
{
|
2713
|
+
"disabled": false,
|
2714
|
+
"document": "启动用户\n注意:此字段可能返回 null,表示取不到有效值。",
|
2715
|
+
"example": "-",
|
2716
|
+
"member": "string",
|
2717
|
+
"name": "User",
|
2718
|
+
"output_required": true,
|
2719
|
+
"required": false,
|
2720
|
+
"type": "string",
|
2721
|
+
"value_allowed_null": true
|
2722
|
+
}
|
2723
|
+
],
|
2724
|
+
"usage": "both"
|
2725
|
+
},
|
2272
2726
|
"Filter": {
|
2273
2727
|
"document": "Filters 条件过滤",
|
2274
2728
|
"members": [
|
@@ -2674,6 +3128,92 @@
|
|
2674
3128
|
],
|
2675
3129
|
"usage": "both"
|
2676
3130
|
},
|
3131
|
+
"SoftwareInformationData": {
|
3132
|
+
"document": "软件详情响应对象集合",
|
3133
|
+
"members": [
|
3134
|
+
{
|
3135
|
+
"disabled": false,
|
3136
|
+
"document": "软件名称",
|
3137
|
+
"example": "Google Chrome",
|
3138
|
+
"member": "string",
|
3139
|
+
"name": "Name",
|
3140
|
+
"output_required": true,
|
3141
|
+
"type": "string",
|
3142
|
+
"value_allowed_null": false
|
3143
|
+
},
|
3144
|
+
{
|
3145
|
+
"disabled": false,
|
3146
|
+
"document": "安装时间",
|
3147
|
+
"example": "2025/04/16",
|
3148
|
+
"member": "string",
|
3149
|
+
"name": "InstallDate",
|
3150
|
+
"output_required": false,
|
3151
|
+
"type": "string",
|
3152
|
+
"value_allowed_null": false
|
3153
|
+
},
|
3154
|
+
{
|
3155
|
+
"disabled": false,
|
3156
|
+
"document": "软件列表id(只支持32位)",
|
3157
|
+
"example": "23532",
|
3158
|
+
"member": "int64",
|
3159
|
+
"name": "SoftwareId",
|
3160
|
+
"output_required": true,
|
3161
|
+
"type": "int",
|
3162
|
+
"value_allowed_null": false
|
3163
|
+
},
|
3164
|
+
{
|
3165
|
+
"disabled": false,
|
3166
|
+
"document": "唯一标识Mid",
|
3167
|
+
"example": "B454307F6CA03B56E0CFEC44EABF93BB67E56D6F",
|
3168
|
+
"member": "string",
|
3169
|
+
"name": "Mid",
|
3170
|
+
"output_required": true,
|
3171
|
+
"type": "string",
|
3172
|
+
"value_allowed_null": false
|
3173
|
+
},
|
3174
|
+
{
|
3175
|
+
"disabled": false,
|
3176
|
+
"document": "软件版本",
|
3177
|
+
"example": "135.0.7049.95",
|
3178
|
+
"member": "string",
|
3179
|
+
"name": "Version",
|
3180
|
+
"output_required": false,
|
3181
|
+
"type": "string",
|
3182
|
+
"value_allowed_null": false
|
3183
|
+
},
|
3184
|
+
{
|
3185
|
+
"disabled": false,
|
3186
|
+
"document": "公司名",
|
3187
|
+
"example": "\"\" //废弃",
|
3188
|
+
"member": "string",
|
3189
|
+
"name": "CorpName",
|
3190
|
+
"output_required": false,
|
3191
|
+
"type": "string",
|
3192
|
+
"value_allowed_null": false
|
3193
|
+
},
|
3194
|
+
{
|
3195
|
+
"disabled": false,
|
3196
|
+
"document": "列表Id(只支持32位)",
|
3197
|
+
"example": "23532",
|
3198
|
+
"member": "int64",
|
3199
|
+
"name": "Id",
|
3200
|
+
"output_required": true,
|
3201
|
+
"type": "int",
|
3202
|
+
"value_allowed_null": false
|
3203
|
+
},
|
3204
|
+
{
|
3205
|
+
"disabled": false,
|
3206
|
+
"document": "盗版风险(0:未支持,1:风险,2:未发现,3:未开启)",
|
3207
|
+
"example": "0",
|
3208
|
+
"member": "int64",
|
3209
|
+
"name": "PiracyRisk",
|
3210
|
+
"output_required": false,
|
3211
|
+
"type": "int",
|
3212
|
+
"value_allowed_null": false
|
3213
|
+
}
|
3214
|
+
],
|
3215
|
+
"usage": "out"
|
3216
|
+
},
|
2677
3217
|
"Sort": {
|
2678
3218
|
"document": "Sort 排序字段",
|
2679
3219
|
"members": [
|