tencentcloud-sdk-ioa 3.0.1077 → 3.0.1081
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220601/client.rb +72 -0
- data/lib/v20220601/models.rb +387 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46fe323543addbac9756785fe97759a3e4a77b37
|
4
|
+
data.tar.gz: 699ed1aced7dd98071bf9e36e4563414e4bb872b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 292152e2585e0df3405ee1422da23f7477a6b9f5fa47cc8e6d0eceefee7ccd9d36728cdb35f75a086760f4cdb1a46f26adc36a994a581e54cd05bf0f0acea8fe
|
7
|
+
data.tar.gz: 117be2051b38516b37d5a7634f876352b423dcf3c33aafa1be69668a897a2df796666617eff83320663b05c8c0fd168a2ade283d4c2b64cac4e7fad4e2ca6e08
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1081
|
data/lib/v20220601/client.rb
CHANGED
@@ -53,6 +53,30 @@ module TencentCloud
|
|
53
53
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
54
54
|
end
|
55
55
|
|
56
|
+
# 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
57
|
+
|
58
|
+
# @param request: Request instance for CreateDeviceTask.
|
59
|
+
# @type request: :class:`Tencentcloud::ioa::V20220601::CreateDeviceTaskRequest`
|
60
|
+
# @rtype: :class:`Tencentcloud::ioa::V20220601::CreateDeviceTaskResponse`
|
61
|
+
def CreateDeviceTask(request)
|
62
|
+
body = send_request('CreateDeviceTask', request.serialize)
|
63
|
+
response = JSON.parse(body)
|
64
|
+
if response['Response'].key?('Error') == false
|
65
|
+
model = CreateDeviceTaskResponse.new
|
66
|
+
model.deserialize(response['Response'])
|
67
|
+
model
|
68
|
+
else
|
69
|
+
code = response['Response']['Error']['Code']
|
70
|
+
message = response['Response']['Error']['Message']
|
71
|
+
reqid = response['Response']['RequestId']
|
72
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
73
|
+
end
|
74
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
75
|
+
raise e
|
76
|
+
rescue StandardError => e
|
77
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
|
+
end
|
79
|
+
|
56
80
|
# 创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup
|
57
81
|
|
58
82
|
# @param request: Request instance for CreateDeviceVirtualGroup.
|
@@ -173,6 +197,30 @@ module TencentCloud
|
|
173
197
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
174
198
|
end
|
175
199
|
|
200
|
+
# 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
201
|
+
|
202
|
+
# @param request: Request instance for DescribeDeviceInfo.
|
203
|
+
# @type request: :class:`Tencentcloud::ioa::V20220601::DescribeDeviceInfoRequest`
|
204
|
+
# @rtype: :class:`Tencentcloud::ioa::V20220601::DescribeDeviceInfoResponse`
|
205
|
+
def DescribeDeviceInfo(request)
|
206
|
+
body = send_request('DescribeDeviceInfo', request.serialize)
|
207
|
+
response = JSON.parse(body)
|
208
|
+
if response['Response'].key?('Error') == false
|
209
|
+
model = DescribeDeviceInfoResponse.new
|
210
|
+
model.deserialize(response['Response'])
|
211
|
+
model
|
212
|
+
else
|
213
|
+
code = response['Response']['Error']['Code']
|
214
|
+
message = response['Response']['Error']['Message']
|
215
|
+
reqid = response['Response']['RequestId']
|
216
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
217
|
+
end
|
218
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
219
|
+
raise e
|
220
|
+
rescue StandardError => e
|
221
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
222
|
+
end
|
223
|
+
|
176
224
|
# 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
|
177
225
|
|
178
226
|
# @param request: Request instance for DescribeDevices.
|
@@ -269,6 +317,30 @@ module TencentCloud
|
|
269
317
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
270
318
|
end
|
271
319
|
|
320
|
+
# 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
|
321
|
+
|
322
|
+
# @param request: Request instance for DescribeSoftwareInformation.
|
323
|
+
# @type request: :class:`Tencentcloud::ioa::V20220601::DescribeSoftwareInformationRequest`
|
324
|
+
# @rtype: :class:`Tencentcloud::ioa::V20220601::DescribeSoftwareInformationResponse`
|
325
|
+
def DescribeSoftwareInformation(request)
|
326
|
+
body = send_request('DescribeSoftwareInformation', request.serialize)
|
327
|
+
response = JSON.parse(body)
|
328
|
+
if response['Response'].key?('Error') == false
|
329
|
+
model = DescribeSoftwareInformationResponse.new
|
330
|
+
model.deserialize(response['Response'])
|
331
|
+
model
|
332
|
+
else
|
333
|
+
code = response['Response']['Error']['Code']
|
334
|
+
message = response['Response']['Error']['Message']
|
335
|
+
reqid = response['Response']['RequestId']
|
336
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
337
|
+
end
|
338
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
339
|
+
raise e
|
340
|
+
rescue StandardError => e
|
341
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
342
|
+
end
|
343
|
+
|
272
344
|
|
273
345
|
end
|
274
346
|
end
|
data/lib/v20220601/models.rb
CHANGED
@@ -166,6 +166,38 @@ module TencentCloud
|
|
166
166
|
end
|
167
167
|
end
|
168
168
|
|
169
|
+
# CreateDeviceTask请求参数结构体
|
170
|
+
class CreateDeviceTaskRequest < TencentCloud::Common::AbstractModel
|
171
|
+
# @param Mid: 终端id
|
172
|
+
# @type Mid: String
|
173
|
+
|
174
|
+
attr_accessor :Mid
|
175
|
+
|
176
|
+
def initialize(mid=nil)
|
177
|
+
@Mid = mid
|
178
|
+
end
|
179
|
+
|
180
|
+
def deserialize(params)
|
181
|
+
@Mid = params['Mid']
|
182
|
+
end
|
183
|
+
end
|
184
|
+
|
185
|
+
# CreateDeviceTask返回参数结构体
|
186
|
+
class CreateDeviceTaskResponse < TencentCloud::Common::AbstractModel
|
187
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
188
|
+
# @type RequestId: String
|
189
|
+
|
190
|
+
attr_accessor :RequestId
|
191
|
+
|
192
|
+
def initialize(requestid=nil)
|
193
|
+
@RequestId = requestid
|
194
|
+
end
|
195
|
+
|
196
|
+
def deserialize(params)
|
197
|
+
@RequestId = params['RequestId']
|
198
|
+
end
|
199
|
+
end
|
200
|
+
|
169
201
|
# CreateDeviceVirtualGroup请求参数结构体
|
170
202
|
class CreateDeviceVirtualGroupRequest < TencentCloud::Common::AbstractModel
|
171
203
|
# @param DeviceVirtualGroupName: 必填,终端自定义分组名
|
@@ -643,7 +675,7 @@ module TencentCloud
|
|
643
675
|
# @type OsType: Integer
|
644
676
|
# @param DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
645
677
|
# @type DomainInstanceId: String
|
646
|
-
# @param Condition: 过滤条件参数(字段含义请参考接口返回值)
|
678
|
+
# @param Condition: 过滤条件参数(字段含义请参考接口返回值) - 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
|
647
679
|
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
648
680
|
|
649
681
|
attr_accessor :GroupId, :OsType, :DomainInstanceId, :Condition
|
@@ -719,6 +751,98 @@ module TencentCloud
|
|
719
751
|
end
|
720
752
|
end
|
721
753
|
|
754
|
+
# DescribeDeviceInfo请求参数结构体
|
755
|
+
class DescribeDeviceInfoRequest < TencentCloud::Common::AbstractModel
|
756
|
+
# @param Mid: 终端id
|
757
|
+
# @type Mid: String
|
758
|
+
# @param Type: 查询类型 process_list network_list service_list
|
759
|
+
# @type Type: String
|
760
|
+
|
761
|
+
attr_accessor :Mid, :Type
|
762
|
+
|
763
|
+
def initialize(mid=nil, type=nil)
|
764
|
+
@Mid = mid
|
765
|
+
@Type = type
|
766
|
+
end
|
767
|
+
|
768
|
+
def deserialize(params)
|
769
|
+
@Mid = params['Mid']
|
770
|
+
@Type = params['Type']
|
771
|
+
end
|
772
|
+
end
|
773
|
+
|
774
|
+
# DescribeDeviceInfo返回参数结构体
|
775
|
+
class DescribeDeviceInfoResponse < TencentCloud::Common::AbstractModel
|
776
|
+
# @param Data: 业务响应数据
|
777
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
778
|
+
# @type Data: :class:`Tencentcloud::Ioa.v20220601.models.DescribeDeviceInfoRspData`
|
779
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
780
|
+
# @type RequestId: String
|
781
|
+
|
782
|
+
attr_accessor :Data, :RequestId
|
783
|
+
|
784
|
+
def initialize(data=nil, requestid=nil)
|
785
|
+
@Data = data
|
786
|
+
@RequestId = requestid
|
787
|
+
end
|
788
|
+
|
789
|
+
def deserialize(params)
|
790
|
+
unless params['Data'].nil?
|
791
|
+
@Data = DescribeDeviceInfoRspData.new
|
792
|
+
@Data.deserialize(params['Data'])
|
793
|
+
end
|
794
|
+
@RequestId = params['RequestId']
|
795
|
+
end
|
796
|
+
end
|
797
|
+
|
798
|
+
# 业务响应数据
|
799
|
+
class DescribeDeviceInfoRspData < TencentCloud::Common::AbstractModel
|
800
|
+
# @param ProcessList: 分页的具体数据对象
|
801
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
802
|
+
# @type ProcessList: Array
|
803
|
+
# @param NetworkList: 分页的具体数据对象
|
804
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
805
|
+
# @type NetworkList: Array
|
806
|
+
# @param ServiceList: 分页的具体数据对象
|
807
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
808
|
+
# @type ServiceList: Array
|
809
|
+
|
810
|
+
attr_accessor :ProcessList, :NetworkList, :ServiceList
|
811
|
+
|
812
|
+
def initialize(processlist=nil, networklist=nil, servicelist=nil)
|
813
|
+
@ProcessList = processlist
|
814
|
+
@NetworkList = networklist
|
815
|
+
@ServiceList = servicelist
|
816
|
+
end
|
817
|
+
|
818
|
+
def deserialize(params)
|
819
|
+
unless params['ProcessList'].nil?
|
820
|
+
@ProcessList = []
|
821
|
+
params['ProcessList'].each do |i|
|
822
|
+
deviceprocessinfo_tmp = DeviceProcessInfo.new
|
823
|
+
deviceprocessinfo_tmp.deserialize(i)
|
824
|
+
@ProcessList << deviceprocessinfo_tmp
|
825
|
+
end
|
826
|
+
end
|
827
|
+
unless params['NetworkList'].nil?
|
828
|
+
@NetworkList = []
|
829
|
+
params['NetworkList'].each do |i|
|
830
|
+
devicenetworkinfo_tmp = DeviceNetworkInfo.new
|
831
|
+
devicenetworkinfo_tmp.deserialize(i)
|
832
|
+
@NetworkList << devicenetworkinfo_tmp
|
833
|
+
end
|
834
|
+
end
|
835
|
+
unless params['ServiceList'].nil?
|
836
|
+
@ServiceList = []
|
837
|
+
params['ServiceList'].each do |i|
|
838
|
+
deviceserviceinfo_tmp = DeviceServiceInfo.new
|
839
|
+
deviceserviceinfo_tmp.deserialize(i)
|
840
|
+
@ServiceList << deviceserviceinfo_tmp
|
841
|
+
end
|
842
|
+
end
|
843
|
+
end
|
844
|
+
end
|
845
|
+
|
722
846
|
# 分页的data数据
|
723
847
|
class DescribeDevicesPageRsp < TencentCloud::Common::AbstractModel
|
724
848
|
# @param Paging: 数据分页信息
|
@@ -1296,6 +1420,83 @@ module TencentCloud
|
|
1296
1420
|
end
|
1297
1421
|
end
|
1298
1422
|
|
1423
|
+
# 业务响应数据
|
1424
|
+
class DescribeSoftwareInformationPageData < TencentCloud::Common::AbstractModel
|
1425
|
+
# @param Items: 软件详情响应对象集合
|
1426
|
+
# @type Items: Array
|
1427
|
+
# @param Page: 分页公共对象
|
1428
|
+
# @type Page: :class:`Tencentcloud::Ioa.v20220601.models.Paging`
|
1429
|
+
|
1430
|
+
attr_accessor :Items, :Page
|
1431
|
+
|
1432
|
+
def initialize(items=nil, page=nil)
|
1433
|
+
@Items = items
|
1434
|
+
@Page = page
|
1435
|
+
end
|
1436
|
+
|
1437
|
+
def deserialize(params)
|
1438
|
+
unless params['Items'].nil?
|
1439
|
+
@Items = []
|
1440
|
+
params['Items'].each do |i|
|
1441
|
+
softwareinformationdata_tmp = SoftwareInformationData.new
|
1442
|
+
softwareinformationdata_tmp.deserialize(i)
|
1443
|
+
@Items << softwareinformationdata_tmp
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
unless params['Page'].nil?
|
1447
|
+
@Page = Paging.new
|
1448
|
+
@Page.deserialize(params['Page'])
|
1449
|
+
end
|
1450
|
+
end
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
# DescribeSoftwareInformation请求参数结构体
|
1454
|
+
class DescribeSoftwareInformationRequest < TencentCloud::Common::AbstractModel
|
1455
|
+
# @param Mid: 终端唯一标识Mid
|
1456
|
+
# @type Mid: String
|
1457
|
+
# @param Condition: 过滤条件、分页参数
|
1458
|
+
# <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
|
1459
|
+
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
1460
|
+
|
1461
|
+
attr_accessor :Mid, :Condition
|
1462
|
+
|
1463
|
+
def initialize(mid=nil, condition=nil)
|
1464
|
+
@Mid = mid
|
1465
|
+
@Condition = condition
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
def deserialize(params)
|
1469
|
+
@Mid = params['Mid']
|
1470
|
+
unless params['Condition'].nil?
|
1471
|
+
@Condition = Condition.new
|
1472
|
+
@Condition.deserialize(params['Condition'])
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
# DescribeSoftwareInformation返回参数结构体
|
1478
|
+
class DescribeSoftwareInformationResponse < TencentCloud::Common::AbstractModel
|
1479
|
+
# @param Data: 业务响应数据
|
1480
|
+
# @type Data: :class:`Tencentcloud::Ioa.v20220601.models.DescribeSoftwareInformationPageData`
|
1481
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1482
|
+
# @type RequestId: String
|
1483
|
+
|
1484
|
+
attr_accessor :Data, :RequestId
|
1485
|
+
|
1486
|
+
def initialize(data=nil, requestid=nil)
|
1487
|
+
@Data = data
|
1488
|
+
@RequestId = requestid
|
1489
|
+
end
|
1490
|
+
|
1491
|
+
def deserialize(params)
|
1492
|
+
unless params['Data'].nil?
|
1493
|
+
@Data = DescribeSoftwareInformationPageData.new
|
1494
|
+
@Data.deserialize(params['Data'])
|
1495
|
+
end
|
1496
|
+
@RequestId = params['RequestId']
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
|
1299
1500
|
# 业务响应数据
|
1300
1501
|
class DeviceDetail < TencentCloud::Common::AbstractModel
|
1301
1502
|
# @param Id: 设备ID
|
@@ -1484,6 +1685,147 @@ module TencentCloud
|
|
1484
1685
|
end
|
1485
1686
|
end
|
1486
1687
|
|
1688
|
+
# 分页的具体数据对象
|
1689
|
+
class DeviceNetworkInfo < TencentCloud::Common::AbstractModel
|
1690
|
+
# @param LocalAddr: 本地地址
|
1691
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1692
|
+
# @type LocalAddr: String
|
1693
|
+
# @param LocalPort: 本地端口
|
1694
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1695
|
+
# @type LocalPort: Integer
|
1696
|
+
# @param ProcessId: 进程id
|
1697
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1698
|
+
# @type ProcessId: Integer
|
1699
|
+
# @param ProcessName: 进程名称
|
1700
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1701
|
+
# @type ProcessName: String
|
1702
|
+
# @param Protocol: 协议
|
1703
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1704
|
+
# @type Protocol: String
|
1705
|
+
# @param RemoteAddr: 远程地址
|
1706
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1707
|
+
# @type RemoteAddr: String
|
1708
|
+
# @param RemotePort: 远程端口
|
1709
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1710
|
+
# @type RemotePort: Integer
|
1711
|
+
# @param State: 状态
|
1712
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1713
|
+
# @type State: Integer
|
1714
|
+
|
1715
|
+
attr_accessor :LocalAddr, :LocalPort, :ProcessId, :ProcessName, :Protocol, :RemoteAddr, :RemotePort, :State
|
1716
|
+
|
1717
|
+
def initialize(localaddr=nil, localport=nil, processid=nil, processname=nil, protocol=nil, remoteaddr=nil, remoteport=nil, state=nil)
|
1718
|
+
@LocalAddr = localaddr
|
1719
|
+
@LocalPort = localport
|
1720
|
+
@ProcessId = processid
|
1721
|
+
@ProcessName = processname
|
1722
|
+
@Protocol = protocol
|
1723
|
+
@RemoteAddr = remoteaddr
|
1724
|
+
@RemotePort = remoteport
|
1725
|
+
@State = state
|
1726
|
+
end
|
1727
|
+
|
1728
|
+
def deserialize(params)
|
1729
|
+
@LocalAddr = params['LocalAddr']
|
1730
|
+
@LocalPort = params['LocalPort']
|
1731
|
+
@ProcessId = params['ProcessId']
|
1732
|
+
@ProcessName = params['ProcessName']
|
1733
|
+
@Protocol = params['Protocol']
|
1734
|
+
@RemoteAddr = params['RemoteAddr']
|
1735
|
+
@RemotePort = params['RemotePort']
|
1736
|
+
@State = params['State']
|
1737
|
+
end
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
# 分页的具体数据对象
|
1741
|
+
class DeviceProcessInfo < TencentCloud::Common::AbstractModel
|
1742
|
+
# @param CmdLine: 命令行
|
1743
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1744
|
+
# @type CmdLine: String
|
1745
|
+
# @param Memory: 内存
|
1746
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1747
|
+
# @type Memory: String
|
1748
|
+
# @param Name: 名称
|
1749
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1750
|
+
# @type Name: String
|
1751
|
+
# @param Path: 路径
|
1752
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1753
|
+
# @type Path: String
|
1754
|
+
# @param ProcessId: 进程id
|
1755
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1756
|
+
# @type ProcessId: Integer
|
1757
|
+
# @param User: 启动用户
|
1758
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1759
|
+
# @type User: String
|
1760
|
+
|
1761
|
+
attr_accessor :CmdLine, :Memory, :Name, :Path, :ProcessId, :User
|
1762
|
+
|
1763
|
+
def initialize(cmdline=nil, memory=nil, name=nil, path=nil, processid=nil, user=nil)
|
1764
|
+
@CmdLine = cmdline
|
1765
|
+
@Memory = memory
|
1766
|
+
@Name = name
|
1767
|
+
@Path = path
|
1768
|
+
@ProcessId = processid
|
1769
|
+
@User = user
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
def deserialize(params)
|
1773
|
+
@CmdLine = params['CmdLine']
|
1774
|
+
@Memory = params['Memory']
|
1775
|
+
@Name = params['Name']
|
1776
|
+
@Path = params['Path']
|
1777
|
+
@ProcessId = params['ProcessId']
|
1778
|
+
@User = params['User']
|
1779
|
+
end
|
1780
|
+
end
|
1781
|
+
|
1782
|
+
# 分页的具体数据对象
|
1783
|
+
class DeviceServiceInfo < TencentCloud::Common::AbstractModel
|
1784
|
+
# @param CmdLine: 命令行
|
1785
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1786
|
+
# @type CmdLine: String
|
1787
|
+
# @param Description: 内存
|
1788
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1789
|
+
# @type Description: String
|
1790
|
+
# @param Name: 名称
|
1791
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1792
|
+
# @type Name: String
|
1793
|
+
# @param ProcessId: 进程id
|
1794
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1795
|
+
# @type ProcessId: Integer
|
1796
|
+
# @param StartType: 启动类型
|
1797
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1798
|
+
# @type StartType: Integer
|
1799
|
+
# @param State: 状态
|
1800
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1801
|
+
# @type State: Integer
|
1802
|
+
# @param User: 启动用户
|
1803
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1804
|
+
# @type User: String
|
1805
|
+
|
1806
|
+
attr_accessor :CmdLine, :Description, :Name, :ProcessId, :StartType, :State, :User
|
1807
|
+
|
1808
|
+
def initialize(cmdline=nil, description=nil, name=nil, processid=nil, starttype=nil, state=nil, user=nil)
|
1809
|
+
@CmdLine = cmdline
|
1810
|
+
@Description = description
|
1811
|
+
@Name = name
|
1812
|
+
@ProcessId = processid
|
1813
|
+
@StartType = starttype
|
1814
|
+
@State = state
|
1815
|
+
@User = user
|
1816
|
+
end
|
1817
|
+
|
1818
|
+
def deserialize(params)
|
1819
|
+
@CmdLine = params['CmdLine']
|
1820
|
+
@Description = params['Description']
|
1821
|
+
@Name = params['Name']
|
1822
|
+
@ProcessId = params['ProcessId']
|
1823
|
+
@StartType = params['StartType']
|
1824
|
+
@State = params['State']
|
1825
|
+
@User = params['User']
|
1826
|
+
end
|
1827
|
+
end
|
1828
|
+
|
1487
1829
|
# Filters 条件过滤
|
1488
1830
|
class Filter < TencentCloud::Common::AbstractModel
|
1489
1831
|
# @param Field: 过滤字段
|
@@ -1721,6 +2063,50 @@ module TencentCloud
|
|
1721
2063
|
end
|
1722
2064
|
end
|
1723
2065
|
|
2066
|
+
# 软件详情响应对象集合
|
2067
|
+
class SoftwareInformationData < TencentCloud::Common::AbstractModel
|
2068
|
+
# @param Name: 软件名称
|
2069
|
+
# @type Name: String
|
2070
|
+
# @param InstallDate: 安装时间
|
2071
|
+
# @type InstallDate: String
|
2072
|
+
# @param SoftwareId: 软件列表id(只支持32位)
|
2073
|
+
# @type SoftwareId: Integer
|
2074
|
+
# @param Mid: 唯一标识Mid
|
2075
|
+
# @type Mid: String
|
2076
|
+
# @param Version: 软件版本
|
2077
|
+
# @type Version: String
|
2078
|
+
# @param CorpName: 公司名
|
2079
|
+
# @type CorpName: String
|
2080
|
+
# @param Id: 列表Id(只支持32位)
|
2081
|
+
# @type Id: Integer
|
2082
|
+
# @param PiracyRisk: 盗版风险(0:未支持,1:风险,2:未发现,3:未开启)
|
2083
|
+
# @type PiracyRisk: Integer
|
2084
|
+
|
2085
|
+
attr_accessor :Name, :InstallDate, :SoftwareId, :Mid, :Version, :CorpName, :Id, :PiracyRisk
|
2086
|
+
|
2087
|
+
def initialize(name=nil, installdate=nil, softwareid=nil, mid=nil, version=nil, corpname=nil, id=nil, piracyrisk=nil)
|
2088
|
+
@Name = name
|
2089
|
+
@InstallDate = installdate
|
2090
|
+
@SoftwareId = softwareid
|
2091
|
+
@Mid = mid
|
2092
|
+
@Version = version
|
2093
|
+
@CorpName = corpname
|
2094
|
+
@Id = id
|
2095
|
+
@PiracyRisk = piracyrisk
|
2096
|
+
end
|
2097
|
+
|
2098
|
+
def deserialize(params)
|
2099
|
+
@Name = params['Name']
|
2100
|
+
@InstallDate = params['InstallDate']
|
2101
|
+
@SoftwareId = params['SoftwareId']
|
2102
|
+
@Mid = params['Mid']
|
2103
|
+
@Version = params['Version']
|
2104
|
+
@CorpName = params['CorpName']
|
2105
|
+
@Id = params['Id']
|
2106
|
+
@PiracyRisk = params['PiracyRisk']
|
2107
|
+
end
|
2108
|
+
end
|
2109
|
+
|
1724
2110
|
# Sort 排序字段
|
1725
2111
|
class Sort < TencentCloud::Common::AbstractModel
|
1726
2112
|
# @param Field: 排序字段
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ioa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1081
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|