tencentcloud-sdk-nodejs-ioa 4.1.108 → 4.1.114

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.
@@ -3,58 +3,70 @@ export class Client extends TencentCloudCommon.AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("ioa.tencentcloudapi.com", "2022-06-01", clientConfig);
5
5
  }
6
- async ModifyVirtualDeviceGroups(req, cb) {
7
- return this.request("ModifyVirtualDeviceGroups", req, cb);
6
+ async DescribeAggrSoftDeviceList(req, cb) {
7
+ return this.request("DescribeAggrSoftDeviceList", req, cb);
8
8
  }
9
- async DescribeRootAccountGroup(req, cb) {
10
- return this.request("DescribeRootAccountGroup", req, cb);
9
+ async CreateDeviceTask(req, cb) {
10
+ return this.request("CreateDeviceTask", req, cb);
11
+ }
12
+ async DescribeSoftwareInformation(req, cb) {
13
+ return this.request("DescribeSoftwareInformation", req, cb);
11
14
  }
12
15
  async CreateDeviceVirtualGroup(req, cb) {
13
16
  return this.request("CreateDeviceVirtualGroup", req, cb);
14
17
  }
15
- async DescribeLocalAccounts(req, cb) {
16
- return this.request("DescribeLocalAccounts", req, cb);
17
- }
18
- async CreatePrivilegeCode(req, cb) {
19
- return this.request("CreatePrivilegeCode", req, cb);
20
- }
21
18
  async DescribeVirtualDevices(req, cb) {
22
19
  return this.request("DescribeVirtualDevices", req, cb);
23
20
  }
24
- async DescribeDevices(req, cb) {
25
- return this.request("DescribeDevices", req, cb);
26
- }
27
- async DescribeDeviceVirtualGroups(req, cb) {
28
- return this.request("DescribeDeviceVirtualGroups", req, cb);
21
+ async ExportSoftwareInformationList(req, cb) {
22
+ return this.request("ExportSoftwareInformationList", req, cb);
29
23
  }
30
24
  async CreateDLPFileDetectionTask(req, cb) {
31
25
  return this.request("CreateDLPFileDetectionTask", req, cb);
32
26
  }
33
- async CreateDeviceTask(req, cb) {
34
- return this.request("CreateDeviceTask", req, cb);
27
+ async CreatePrivilegeCode(req, cb) {
28
+ return this.request("CreatePrivilegeCode", req, cb);
29
+ }
30
+ async DescribeRootAccountGroup(req, cb) {
31
+ return this.request("DescribeRootAccountGroup", req, cb);
32
+ }
33
+ async DescribeDLPFileDetectResult(req, cb) {
34
+ return this.request("DescribeDLPFileDetectResult", req, cb);
35
+ }
36
+ async DescribeAggrSoftCategorySoftList(req, cb) {
37
+ return this.request("DescribeAggrSoftCategorySoftList", req, cb);
38
+ }
39
+ async DescribeAggrSoftDetail(req, cb) {
40
+ return this.request("DescribeAggrSoftDetail", req, cb);
35
41
  }
36
42
  async DescribeDeviceInfo(req, cb) {
37
43
  return this.request("DescribeDeviceInfo", req, cb);
38
44
  }
39
- async DescribeSoftwareInformation(req, cb) {
40
- return this.request("DescribeSoftwareInformation", req, cb);
41
- }
42
45
  async DescribeDeviceHardwareInfoList(req, cb) {
43
46
  return this.request("DescribeDeviceHardwareInfoList", req, cb);
44
47
  }
45
- async DescribeSoftCensusListByDevice(req, cb) {
46
- return this.request("DescribeSoftCensusListByDevice", req, cb);
47
- }
48
48
  async DescribeDeviceChildGroups(req, cb) {
49
49
  return this.request("DescribeDeviceChildGroups", req, cb);
50
50
  }
51
- async DescribeDLPFileDetectResult(req, cb) {
52
- return this.request("DescribeDLPFileDetectResult", req, cb);
53
- }
54
- async DescribeAggrSoftCategorySoftList(req, cb) {
55
- return this.request("DescribeAggrSoftCategorySoftList", req, cb);
56
- }
57
51
  async DescribeAccountGroups(req, cb) {
58
52
  return this.request("DescribeAccountGroups", req, cb);
59
53
  }
54
+ async DescribeDeviceDetailList(req, cb) {
55
+ return this.request("DescribeDeviceDetailList", req, cb);
56
+ }
57
+ async DescribeLocalAccounts(req, cb) {
58
+ return this.request("DescribeLocalAccounts", req, cb);
59
+ }
60
+ async DescribeDevices(req, cb) {
61
+ return this.request("DescribeDevices", req, cb);
62
+ }
63
+ async DescribeDeviceVirtualGroups(req, cb) {
64
+ return this.request("DescribeDeviceVirtualGroups", req, cb);
65
+ }
66
+ async DescribeSoftCensusListByDevice(req, cb) {
67
+ return this.request("DescribeSoftCensusListByDevice", req, cb);
68
+ }
69
+ async ModifyVirtualDeviceGroups(req, cb) {
70
+ return this.request("ModifyVirtualDeviceGroups", req, cb);
71
+ }
60
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ioa",
3
- "version": "4.1.108",
3
+ "version": "4.1.114",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,5 +1,5 @@
1
1
  import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
- import { CreatePrivilegeCodeRequest, DescribeDLPFileDetectResultRequest, CreateDeviceVirtualGroupResponse, DescribeSoftCensusListByDeviceResponse, DescribeSoftwareInformationResponse, DescribeDeviceHardwareInfoListResponse, DescribeRootAccountGroupResponse, DescribeDeviceVirtualGroupsRequest, DescribeDeviceChildGroupsRequest, DescribeDeviceInfoResponse, DescribeDevicesResponse, DescribeDeviceInfoRequest, ModifyVirtualDeviceGroupsResponse, DescribeLocalAccountsResponse, DescribeRootAccountGroupRequest, DescribeAccountGroupsRequest, DescribeAccountGroupsResponse, DescribeDeviceVirtualGroupsResponse, DescribeAggrSoftCategorySoftListRequest, DescribeLocalAccountsRequest, DescribeSoftwareInformationRequest, DescribeDevicesRequest, CreateDeviceTaskRequest, DescribeDeviceHardwareInfoListRequest, DescribeSoftCensusListByDeviceRequest, ModifyVirtualDeviceGroupsRequest, CreateDeviceVirtualGroupRequest, CreateDeviceTaskResponse, CreateDLPFileDetectionTaskResponse, DescribeDeviceChildGroupsResponse, DescribeDLPFileDetectResultResponse, CreateDLPFileDetectionTaskRequest, DescribeVirtualDevicesRequest, CreatePrivilegeCodeResponse, DescribeAggrSoftCategorySoftListResponse, DescribeVirtualDevicesResponse } from "./ioa_models";
2
+ import { CreatePrivilegeCodeRequest, DescribeDeviceDetailListResponse, DescribeAggrSoftDeviceListRequest, DescribeDeviceHardwareInfoListResponse, DescribeDevicesResponse, DescribeAccountGroupsRequest, DescribeDeviceVirtualGroupsResponse, DescribeAggrSoftCategorySoftListRequest, CreateDeviceVirtualGroupRequest, CreateDeviceTaskRequest, DescribeSoftCensusListByDeviceRequest, DescribeLocalAccountsRequest, CreateDeviceTaskResponse, CreateDLPFileDetectionTaskRequest, DescribeDeviceInfoRequest, DescribeDeviceVirtualGroupsRequest, DescribeDeviceChildGroupsRequest, DescribeDeviceInfoResponse, ExportSoftwareInformationListResponse, DescribeSoftwareInformationRequest, DescribeAggrSoftDetailRequest, DescribeVirtualDevicesResponse, DescribeDLPFileDetectResultRequest, CreateDeviceVirtualGroupResponse, DescribeSoftwareInformationResponse, ModifyVirtualDeviceGroupsResponse, DescribeLocalAccountsResponse, DescribeAccountGroupsResponse, DescribeSoftCensusListByDeviceResponse, DescribeAggrSoftDeviceListResponse, DescribeRootAccountGroupResponse, DescribeDeviceDetailListRequest, ExportSoftwareInformationListRequest, ModifyVirtualDeviceGroupsRequest, DescribeVirtualDevicesRequest, DescribeRootAccountGroupRequest, DescribeDevicesRequest, DescribeAggrSoftCategorySoftListResponse, DescribeAggrSoftDetailResponse, CreateDLPFileDetectionTaskResponse, DescribeDeviceChildGroupsResponse, DescribeDLPFileDetectResultResponse, CreatePrivilegeCodeResponse, DescribeDeviceHardwareInfoListRequest } from "./ioa_models";
3
3
  /**
4
4
  * ioa client
5
5
  * @class
@@ -7,75 +7,91 @@ import { CreatePrivilegeCodeRequest, DescribeDLPFileDetectResultRequest, CreateD
7
7
  export declare class Client extends TencentCloudCommon.AbstractClient {
8
8
  constructor(clientConfig: TencentCloudCommon.ClientConfig);
9
9
  /**
10
- * 终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups
10
+ * 聚合软件的已安装终端列表
11
11
  */
12
- ModifyVirtualDeviceGroups(req: ModifyVirtualDeviceGroupsRequest, cb?: (error: string, rep: ModifyVirtualDeviceGroupsResponse) => void): Promise<ModifyVirtualDeviceGroupsResponse>;
12
+ DescribeAggrSoftDeviceList(req: DescribeAggrSoftDeviceListRequest, cb?: (error: string, rep: DescribeAggrSoftDeviceListResponse) => void): Promise<DescribeAggrSoftDeviceListResponse>;
13
13
  /**
14
- * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
14
+ * 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
15
15
  */
16
- DescribeRootAccountGroup(req?: DescribeRootAccountGroupRequest, cb?: (error: string, rep: DescribeRootAccountGroupResponse) => void): Promise<DescribeRootAccountGroupResponse>;
16
+ CreateDeviceTask(req: CreateDeviceTaskRequest, cb?: (error: string, rep: CreateDeviceTaskResponse) => void): Promise<CreateDeviceTaskResponse>;
17
+ /**
18
+ * 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
19
+ */
20
+ DescribeSoftwareInformation(req: DescribeSoftwareInformationRequest, cb?: (error: string, rep: DescribeSoftwareInformationResponse) => void): Promise<DescribeSoftwareInformationResponse>;
17
21
  /**
18
22
  * 创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup
19
23
  */
20
24
  CreateDeviceVirtualGroup(req: CreateDeviceVirtualGroupRequest, cb?: (error: string, rep: CreateDeviceVirtualGroupResponse) => void): Promise<CreateDeviceVirtualGroupResponse>;
21
25
  /**
22
- * 获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
26
+ * 展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices
23
27
  */
24
- DescribeLocalAccounts(req: DescribeLocalAccountsRequest, cb?: (error: string, rep: DescribeLocalAccountsResponse) => void): Promise<DescribeLocalAccountsResponse>;
28
+ DescribeVirtualDevices(req: DescribeVirtualDevicesRequest, cb?: (error: string, rep: DescribeVirtualDevicesResponse) => void): Promise<DescribeVirtualDevicesResponse>;
25
29
  /**
26
- * 生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效
30
+ * 导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList
27
31
  */
28
- CreatePrivilegeCode(req: CreatePrivilegeCodeRequest, cb?: (error: string, rep: CreatePrivilegeCodeResponse) => void): Promise<CreatePrivilegeCodeResponse>;
32
+ ExportSoftwareInformationList(req: ExportSoftwareInformationListRequest, cb?: (error: string, rep: ExportSoftwareInformationListResponse) => void): Promise<ExportSoftwareInformationListResponse>;
29
33
  /**
30
- * 展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices
34
+ * 提交送检任务
31
35
  */
32
- DescribeVirtualDevices(req: DescribeVirtualDevicesRequest, cb?: (error: string, rep: DescribeVirtualDevicesResponse) => void): Promise<DescribeVirtualDevicesResponse>;
36
+ CreateDLPFileDetectionTask(req: CreateDLPFileDetectionTaskRequest, cb?: (error: string, rep: CreateDLPFileDetectionTaskResponse) => void): Promise<CreateDLPFileDetectionTaskResponse>;
33
37
  /**
34
- * 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
38
+ * 生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效
35
39
  */
36
- DescribeDevices(req: DescribeDevicesRequest, cb?: (error: string, rep: DescribeDevicesResponse) => void): Promise<DescribeDevicesResponse>;
40
+ CreatePrivilegeCode(req: CreatePrivilegeCodeRequest, cb?: (error: string, rep: CreatePrivilegeCodeResponse) => void): Promise<CreatePrivilegeCodeResponse>;
37
41
  /**
38
- * 查询终端自定义分组列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceVirtualGroups
42
+ * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
39
43
  */
40
- DescribeDeviceVirtualGroups(req: DescribeDeviceVirtualGroupsRequest, cb?: (error: string, rep: DescribeDeviceVirtualGroupsResponse) => void): Promise<DescribeDeviceVirtualGroupsResponse>;
44
+ DescribeRootAccountGroup(req?: DescribeRootAccountGroupRequest, cb?: (error: string, rep: DescribeRootAccountGroupResponse) => void): Promise<DescribeRootAccountGroupResponse>;
41
45
  /**
42
- * 提交送检任务
46
+ * webservice查询文件检测结果
43
47
  */
44
- CreateDLPFileDetectionTask(req: CreateDLPFileDetectionTaskRequest, cb?: (error: string, rep: CreateDLPFileDetectionTaskResponse) => void): Promise<CreateDLPFileDetectionTaskResponse>;
48
+ DescribeDLPFileDetectResult(req: DescribeDLPFileDetectResultRequest, cb?: (error: string, rep: DescribeDLPFileDetectResultResponse) => void): Promise<DescribeDLPFileDetectResultResponse>;
45
49
  /**
46
- * 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
50
+ * 聚合的分类软件列表
47
51
  */
48
- CreateDeviceTask(req: CreateDeviceTaskRequest, cb?: (error: string, rep: CreateDeviceTaskResponse) => void): Promise<CreateDeviceTaskResponse>;
52
+ DescribeAggrSoftCategorySoftList(req: DescribeAggrSoftCategorySoftListRequest, cb?: (error: string, rep: DescribeAggrSoftCategorySoftListResponse) => void): Promise<DescribeAggrSoftCategorySoftListResponse>;
49
53
  /**
50
- * 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
54
+ * 聚合的软件详情
51
55
  */
52
- DescribeDeviceInfo(req: DescribeDeviceInfoRequest, cb?: (error: string, rep: DescribeDeviceInfoResponse) => void): Promise<DescribeDeviceInfoResponse>;
56
+ DescribeAggrSoftDetail(req: DescribeAggrSoftDetailRequest, cb?: (error: string, rep: DescribeAggrSoftDetailResponse) => void): Promise<DescribeAggrSoftDetailResponse>;
53
57
  /**
54
- * 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
58
+ * 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
55
59
  */
56
- DescribeSoftwareInformation(req: DescribeSoftwareInformationRequest, cb?: (error: string, rep: DescribeSoftwareInformationResponse) => void): Promise<DescribeSoftwareInformationResponse>;
60
+ DescribeDeviceInfo(req: DescribeDeviceInfoRequest, cb?: (error: string, rep: DescribeDeviceInfoResponse) => void): Promise<DescribeDeviceInfoResponse>;
57
61
  /**
58
62
  * 查询满足条件的查询终端硬件信息列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceHardwareInfoList
59
63
  */
60
64
  DescribeDeviceHardwareInfoList(req: DescribeDeviceHardwareInfoListRequest, cb?: (error: string, rep: DescribeDeviceHardwareInfoListResponse) => void): Promise<DescribeDeviceHardwareInfoListResponse>;
61
- /**
62
- * 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
63
- */
64
- DescribeSoftCensusListByDevice(req: DescribeSoftCensusListByDeviceRequest, cb?: (error: string, rep: DescribeSoftCensusListByDeviceResponse) => void): Promise<DescribeSoftCensusListByDeviceResponse>;
65
65
  /**
66
66
  * 查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups
67
67
  */
68
68
  DescribeDeviceChildGroups(req: DescribeDeviceChildGroupsRequest, cb?: (error: string, rep: DescribeDeviceChildGroupsResponse) => void): Promise<DescribeDeviceChildGroupsResponse>;
69
69
  /**
70
- * webservice查询文件检测结果
70
+ * 以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
71
71
  */
72
- DescribeDLPFileDetectResult(req: DescribeDLPFileDetectResultRequest, cb?: (error: string, rep: DescribeDLPFileDetectResultResponse) => void): Promise<DescribeDLPFileDetectResultResponse>;
72
+ DescribeAccountGroups(req: DescribeAccountGroupsRequest, cb?: (error: string, rep: DescribeAccountGroupsResponse) => void): Promise<DescribeAccountGroupsResponse>;
73
73
  /**
74
- * 聚合的分类软件列表
74
+ * 基于软件查看终端详情列表,私有化调用path为:capi/Software/DescribeDeviceDetailList
75
75
  */
76
- DescribeAggrSoftCategorySoftList(req: DescribeAggrSoftCategorySoftListRequest, cb?: (error: string, rep: DescribeAggrSoftCategorySoftListResponse) => void): Promise<DescribeAggrSoftCategorySoftListResponse>;
76
+ DescribeDeviceDetailList(req: DescribeDeviceDetailListRequest, cb?: (error: string, rep: DescribeDeviceDetailListResponse) => void): Promise<DescribeDeviceDetailListResponse>;
77
77
  /**
78
- * 以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
78
+ * 获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
79
79
  */
80
- DescribeAccountGroups(req: DescribeAccountGroupsRequest, cb?: (error: string, rep: DescribeAccountGroupsResponse) => void): Promise<DescribeAccountGroupsResponse>;
80
+ DescribeLocalAccounts(req: DescribeLocalAccountsRequest, cb?: (error: string, rep: DescribeLocalAccountsResponse) => void): Promise<DescribeLocalAccountsResponse>;
81
+ /**
82
+ * 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
83
+ */
84
+ DescribeDevices(req: DescribeDevicesRequest, cb?: (error: string, rep: DescribeDevicesResponse) => void): Promise<DescribeDevicesResponse>;
85
+ /**
86
+ * 查询终端自定义分组列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceVirtualGroups
87
+ */
88
+ DescribeDeviceVirtualGroups(req: DescribeDeviceVirtualGroupsRequest, cb?: (error: string, rep: DescribeDeviceVirtualGroupsResponse) => void): Promise<DescribeDeviceVirtualGroupsResponse>;
89
+ /**
90
+ * 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
91
+ */
92
+ DescribeSoftCensusListByDevice(req: DescribeSoftCensusListByDeviceRequest, cb?: (error: string, rep: DescribeSoftCensusListByDeviceResponse) => void): Promise<DescribeSoftCensusListByDeviceResponse>;
93
+ /**
94
+ * 终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups
95
+ */
96
+ ModifyVirtualDeviceGroups(req: ModifyVirtualDeviceGroupsRequest, cb?: (error: string, rep: ModifyVirtualDeviceGroupsResponse) => void): Promise<ModifyVirtualDeviceGroupsResponse>;
81
97
  }
@@ -29,16 +29,22 @@ class Client extends TencentCloudCommon.AbstractClient {
29
29
  super("ioa.tencentcloudapi.com", "2022-06-01", clientConfig);
30
30
  }
31
31
  /**
32
- * 终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups
32
+ * 聚合软件的已安装终端列表
33
33
  */
34
- async ModifyVirtualDeviceGroups(req, cb) {
35
- return this.request("ModifyVirtualDeviceGroups", req, cb);
34
+ async DescribeAggrSoftDeviceList(req, cb) {
35
+ return this.request("DescribeAggrSoftDeviceList", req, cb);
36
36
  }
37
37
  /**
38
- * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
38
+ * 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
39
39
  */
40
- async DescribeRootAccountGroup(req, cb) {
41
- return this.request("DescribeRootAccountGroup", req, cb);
40
+ async CreateDeviceTask(req, cb) {
41
+ return this.request("CreateDeviceTask", req, cb);
42
+ }
43
+ /**
44
+ * 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
45
+ */
46
+ async DescribeSoftwareInformation(req, cb) {
47
+ return this.request("DescribeSoftwareInformation", req, cb);
42
48
  }
43
49
  /**
44
50
  * 创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup
@@ -47,58 +53,58 @@ class Client extends TencentCloudCommon.AbstractClient {
47
53
  return this.request("CreateDeviceVirtualGroup", req, cb);
48
54
  }
49
55
  /**
50
- * 获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
56
+ * 展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices
51
57
  */
52
- async DescribeLocalAccounts(req, cb) {
53
- return this.request("DescribeLocalAccounts", req, cb);
58
+ async DescribeVirtualDevices(req, cb) {
59
+ return this.request("DescribeVirtualDevices", req, cb);
54
60
  }
55
61
  /**
56
- * 生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效
62
+ * 导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList
57
63
  */
58
- async CreatePrivilegeCode(req, cb) {
59
- return this.request("CreatePrivilegeCode", req, cb);
64
+ async ExportSoftwareInformationList(req, cb) {
65
+ return this.request("ExportSoftwareInformationList", req, cb);
60
66
  }
61
67
  /**
62
- * 展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices
68
+ * 提交送检任务
63
69
  */
64
- async DescribeVirtualDevices(req, cb) {
65
- return this.request("DescribeVirtualDevices", req, cb);
70
+ async CreateDLPFileDetectionTask(req, cb) {
71
+ return this.request("CreateDLPFileDetectionTask", req, cb);
66
72
  }
67
73
  /**
68
- * 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
74
+ * 生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效
69
75
  */
70
- async DescribeDevices(req, cb) {
71
- return this.request("DescribeDevices", req, cb);
76
+ async CreatePrivilegeCode(req, cb) {
77
+ return this.request("CreatePrivilegeCode", req, cb);
72
78
  }
73
79
  /**
74
- * 查询终端自定义分组列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceVirtualGroups
80
+ * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
75
81
  */
76
- async DescribeDeviceVirtualGroups(req, cb) {
77
- return this.request("DescribeDeviceVirtualGroups", req, cb);
82
+ async DescribeRootAccountGroup(req, cb) {
83
+ return this.request("DescribeRootAccountGroup", req, cb);
78
84
  }
79
85
  /**
80
- * 提交送检任务
86
+ * webservice查询文件检测结果
81
87
  */
82
- async CreateDLPFileDetectionTask(req, cb) {
83
- return this.request("CreateDLPFileDetectionTask", req, cb);
88
+ async DescribeDLPFileDetectResult(req, cb) {
89
+ return this.request("DescribeDLPFileDetectResult", req, cb);
84
90
  }
85
91
  /**
86
- * 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
92
+ * 聚合的分类软件列表
87
93
  */
88
- async CreateDeviceTask(req, cb) {
89
- return this.request("CreateDeviceTask", req, cb);
94
+ async DescribeAggrSoftCategorySoftList(req, cb) {
95
+ return this.request("DescribeAggrSoftCategorySoftList", req, cb);
90
96
  }
91
97
  /**
92
- * 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
98
+ * 聚合的软件详情
93
99
  */
94
- async DescribeDeviceInfo(req, cb) {
95
- return this.request("DescribeDeviceInfo", req, cb);
100
+ async DescribeAggrSoftDetail(req, cb) {
101
+ return this.request("DescribeAggrSoftDetail", req, cb);
96
102
  }
97
103
  /**
98
- * 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
104
+ * 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
99
105
  */
100
- async DescribeSoftwareInformation(req, cb) {
101
- return this.request("DescribeSoftwareInformation", req, cb);
106
+ async DescribeDeviceInfo(req, cb) {
107
+ return this.request("DescribeDeviceInfo", req, cb);
102
108
  }
103
109
  /**
104
110
  * 查询满足条件的查询终端硬件信息列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceHardwareInfoList
@@ -106,12 +112,6 @@ class Client extends TencentCloudCommon.AbstractClient {
106
112
  async DescribeDeviceHardwareInfoList(req, cb) {
107
113
  return this.request("DescribeDeviceHardwareInfoList", req, cb);
108
114
  }
109
- /**
110
- * 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
111
- */
112
- async DescribeSoftCensusListByDevice(req, cb) {
113
- return this.request("DescribeSoftCensusListByDevice", req, cb);
114
- }
115
115
  /**
116
116
  * 查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups
117
117
  */
@@ -119,22 +119,46 @@ class Client extends TencentCloudCommon.AbstractClient {
119
119
  return this.request("DescribeDeviceChildGroups", req, cb);
120
120
  }
121
121
  /**
122
- * webservice查询文件检测结果
122
+ * 以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
123
123
  */
124
- async DescribeDLPFileDetectResult(req, cb) {
125
- return this.request("DescribeDLPFileDetectResult", req, cb);
124
+ async DescribeAccountGroups(req, cb) {
125
+ return this.request("DescribeAccountGroups", req, cb);
126
126
  }
127
127
  /**
128
- * 聚合的分类软件列表
128
+ * 基于软件查看终端详情列表,私有化调用path为:capi/Software/DescribeDeviceDetailList
129
129
  */
130
- async DescribeAggrSoftCategorySoftList(req, cb) {
131
- return this.request("DescribeAggrSoftCategorySoftList", req, cb);
130
+ async DescribeDeviceDetailList(req, cb) {
131
+ return this.request("DescribeDeviceDetailList", req, cb);
132
132
  }
133
133
  /**
134
- * 以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
134
+ * 获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
135
135
  */
136
- async DescribeAccountGroups(req, cb) {
137
- return this.request("DescribeAccountGroups", req, cb);
136
+ async DescribeLocalAccounts(req, cb) {
137
+ return this.request("DescribeLocalAccounts", req, cb);
138
+ }
139
+ /**
140
+ * 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
141
+ */
142
+ async DescribeDevices(req, cb) {
143
+ return this.request("DescribeDevices", req, cb);
144
+ }
145
+ /**
146
+ * 查询终端自定义分组列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceVirtualGroups
147
+ */
148
+ async DescribeDeviceVirtualGroups(req, cb) {
149
+ return this.request("DescribeDeviceVirtualGroups", req, cb);
150
+ }
151
+ /**
152
+ * 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
153
+ */
154
+ async DescribeSoftCensusListByDevice(req, cb) {
155
+ return this.request("DescribeSoftCensusListByDevice", req, cb);
156
+ }
157
+ /**
158
+ * 终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups
159
+ */
160
+ async ModifyVirtualDeviceGroups(req, cb) {
161
+ return this.request("ModifyVirtualDeviceGroups", req, cb);
138
162
  }
139
163
  }
140
164
  exports.Client = Client;