tencentcloud-sdk-nodejs 4.1.112 → 4.1.113
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/ams/index.js +2 -2
- package/es/services/btoe/index.js +2 -2
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/ims/index.js +2 -2
- package/es/services/ioa/v20220601/ioa_client.js +41 -29
- package/es/services/iotcloud/index.js +2 -2
- package/es/services/iotvideo/index.js +2 -2
- package/es/services/irp/index.js +2 -2
- package/es/services/mongodb/index.js +2 -2
- package/es/services/organization/index.js +2 -2
- package/es/services/tem/index.js +2 -2
- package/es/services/teo/index.js +2 -2
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tms/index.js +2 -2
- package/es/services/vm/index.js +2 -2
- package/es/services/vod/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -0
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +49 -33
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +72 -48
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +1486 -1056
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/index.d.ts +4 -4
- package/tencentcloud/services/vod/index.js +2 -2
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.113";
|
package/es/services/ams/index.js
CHANGED
package/es/services/ims/index.js
CHANGED
@@ -3,58 +3,70 @@ export class Client extends AbstractClient {
|
|
3
3
|
constructor(clientConfig) {
|
4
4
|
super("ioa.tencentcloudapi.com", "2022-06-01", clientConfig);
|
5
5
|
}
|
6
|
-
async
|
7
|
-
return this.request("
|
6
|
+
async DescribeAggrSoftDeviceList(req, cb) {
|
7
|
+
return this.request("DescribeAggrSoftDeviceList", req, cb);
|
8
8
|
}
|
9
|
-
async
|
10
|
-
return this.request("
|
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
|
25
|
-
return this.request("
|
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
|
34
|
-
return this.request("
|
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
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { v20201215 } from "./v20201215";
|
2
|
-
import { v20191126 } from "./v20191126";
|
3
2
|
import { v20211125 } from "./v20211125";
|
3
|
+
import { v20191126 } from "./v20191126";
|
4
4
|
export const iotvideo = {
|
5
5
|
v20201215: v20201215,
|
6
|
-
v20191126: v20191126,
|
7
6
|
v20211125: v20211125,
|
7
|
+
v20191126: v20191126,
|
8
8
|
};
|
package/es/services/irp/index.js
CHANGED
package/es/services/tem/index.js
CHANGED
package/es/services/teo/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
+
import { v20230321 } from "./v20230321";
|
1
2
|
import { v20211109 } from "./v20211109";
|
2
3
|
import { v20220401 } from "./v20220401";
|
3
|
-
import { v20230321 } from "./v20230321";
|
4
4
|
export const thpc = {
|
5
|
+
v20230321: v20230321,
|
5
6
|
v20211109: v20211109,
|
6
7
|
v20220401: v20220401,
|
7
|
-
v20230321: v20230321,
|
8
8
|
};
|
package/es/services/tke/index.js
CHANGED
package/es/services/tms/index.js
CHANGED
package/es/services/vm/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { v20210922 } from "./v20210922";
|
2
1
|
import { v20201229 } from "./v20201229";
|
2
|
+
import { v20210922 } from "./v20210922";
|
3
3
|
import { v20200709 } from "./v20200709";
|
4
4
|
export const vm = {
|
5
|
-
v20210922: v20210922,
|
6
5
|
v20201229: v20201229,
|
6
|
+
v20210922: v20210922,
|
7
7
|
v20200709: v20200709,
|
8
8
|
};
|
package/es/services/vod/index.js
CHANGED
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.113";
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const ams: {
|
2
|
-
v20200608: {
|
3
|
-
Client: typeof import("./v20200608/ams_client").Client;
|
4
|
-
Models: typeof import("./v20200608/ams_models");
|
5
|
-
};
|
6
2
|
v20201229: {
|
7
3
|
Client: typeof import("./v20201229/ams_client").Client;
|
8
4
|
Models: typeof import("./v20201229/ams_models");
|
9
5
|
};
|
6
|
+
v20200608: {
|
7
|
+
Client: typeof import("./v20200608/ams_client").Client;
|
8
|
+
Models: typeof import("./v20200608/ams_models");
|
9
|
+
};
|
10
10
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ams = void 0;
|
4
|
-
const v20200608_1 = require("./v20200608");
|
5
4
|
const v20201229_1 = require("./v20201229");
|
5
|
+
const v20200608_1 = require("./v20200608");
|
6
6
|
exports.ams = {
|
7
|
-
v20200608: v20200608_1.v20200608,
|
8
7
|
v20201229: v20201229_1.v20201229,
|
8
|
+
v20200608: v20200608_1.v20200608,
|
9
9
|
};
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const btoe: {
|
2
|
-
v20210303: {
|
3
|
-
Client: typeof import("./v20210303/btoe_client").Client;
|
4
|
-
Models: typeof import("./v20210303/btoe_models");
|
5
|
-
};
|
6
2
|
v20210514: {
|
7
3
|
Client: typeof import("./v20210514/btoe_client").Client;
|
8
4
|
Models: typeof import("./v20210514/btoe_models");
|
9
5
|
};
|
6
|
+
v20210303: {
|
7
|
+
Client: typeof import("./v20210303/btoe_client").Client;
|
8
|
+
Models: typeof import("./v20210303/btoe_models");
|
9
|
+
};
|
10
10
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.btoe = void 0;
|
4
|
-
const v20210303_1 = require("./v20210303");
|
5
4
|
const v20210514_1 = require("./v20210514");
|
5
|
+
const v20210303_1 = require("./v20210303");
|
6
6
|
exports.btoe = {
|
7
|
-
v20210303: v20210303_1.v20210303,
|
8
7
|
v20210514: v20210514_1.v20210514,
|
8
|
+
v20210303: v20210303_1.v20210303,
|
9
9
|
};
|
@@ -1316,12 +1316,16 @@ export interface DeleteKafkaRechargeResponse {
|
|
1316
1316
|
*/
|
1317
1317
|
export interface ContainerWorkLoadInfo {
|
1318
1318
|
/**
|
1319
|
-
*
|
1320
|
-
- deployment
|
1321
|
-
|
1322
|
-
-
|
1323
|
-
|
1324
|
-
-
|
1319
|
+
* 工作负载的类型,支持的取值如下:
|
1320
|
+
- deployment:无状态应用部署控制器。可管理无状态应用的多副本 Pod;支持滚动更新和回滚,实现无缝发布;通过 ReplicaSet 确保指定数量的 Pod 副本持续运行。适合 Web 服务、API 服务、微服务等不需要持久化存储或唯一标识的应用。
|
1321
|
+
|
1322
|
+
- statefulset:用于管理有状态应用的控制器。可以为每个 Pod 提供稳定的、唯一的标识(有序的主机名和网络标识);能提供稳定的持久化存储(PVC 随 Pod 的迁移而保留);Pod 的创建、扩展、删除和更新都遵循确定的顺序。适合数据库(MySQL、MongoDB)、消息队列(Kafka、RabbitMQ)、集群应用等需要稳定网络标识和持久化存储的应用。
|
1323
|
+
|
1324
|
+
- daemonset:确保所有(或特定)节点上都运行一个 Pod 副本的控制器。会在每个符合条件的 Node 上自动部署并运行一个 Pod;当新节点加入集群时,会自动在新节点上创建 Pod;适合运行节点级别的后台任务或服务,例如日志收集(Fluentd、Filebeat)、节点监控(Node Exporter)、网络插件(Calico、Weave Net)等场景。
|
1325
|
+
|
1326
|
+
- job:用于运行一次性任务的控制器。可创建一个或多个 Pod 来执行任务,直到成功完成;当任务完成后,Pod 不会重启(除非配置了重启策略);可以指定任务的并行度和重试次数。适合数据处理、批量任务、数据库迁移、离线计算等一次性执行完成后就退出的任务。
|
1327
|
+
|
1328
|
+
- cronjob:基于时间调度的 Job 控制器。类似于 Linux 的 cron,按照预定的时间表周期性地创建并运行 Job。每个调度周期都会创建一个新的 Job 来执行任务。适合定期备份、发送报告、数据清理、定时同步等需要周期性执行的任务。
|
1325
1329
|
*/
|
1326
1330
|
Kind: string;
|
1327
1331
|
/**
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const dbbrain: {
|
2
|
-
v20210527: {
|
3
|
-
Client: typeof import("./v20210527/dbbrain_client").Client;
|
4
|
-
Models: typeof import("./v20210527/dbbrain_models");
|
5
|
-
};
|
6
2
|
v20191016: {
|
7
3
|
Client: typeof import("./v20191016/dbbrain_client").Client;
|
8
4
|
Models: typeof import("./v20191016/dbbrain_models");
|
9
5
|
};
|
6
|
+
v20210527: {
|
7
|
+
Client: typeof import("./v20210527/dbbrain_client").Client;
|
8
|
+
Models: typeof import("./v20210527/dbbrain_models");
|
9
|
+
};
|
10
10
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.dbbrain = void 0;
|
4
|
-
const v20210527_1 = require("./v20210527");
|
5
4
|
const v20191016_1 = require("./v20191016");
|
5
|
+
const v20210527_1 = require("./v20210527");
|
6
6
|
exports.dbbrain = {
|
7
|
-
v20210527: v20210527_1.v20210527,
|
8
7
|
v20191016: v20191016_1.v20191016,
|
8
|
+
v20210527: v20210527_1.v20210527,
|
9
9
|
};
|
@@ -1301,6 +1301,12 @@ export interface IntentionVerifyData {
|
|
1301
1301
|
* @deprecated
|
1302
1302
|
*/
|
1303
1303
|
AsrResultSimilarity?: string;
|
1304
|
+
/**
|
1305
|
+
* 意愿确认环节中录制的音频(base64)。
|
1306
|
+
- 若不存在则为空字符串。
|
1307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1308
|
+
*/
|
1309
|
+
IntentionVerifyAudio?: string;
|
1304
1310
|
}
|
1305
1311
|
/**
|
1306
1312
|
* LivenessCompare请求参数结构体
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const ims: {
|
2
|
-
v20200713: {
|
3
|
-
Client: typeof import("./v20200713/ims_client").Client;
|
4
|
-
Models: typeof import("./v20200713/ims_models");
|
5
|
-
};
|
6
2
|
v20201229: {
|
7
3
|
Client: typeof import("./v20201229/ims_client").Client;
|
8
4
|
Models: typeof import("./v20201229/ims_models");
|
9
5
|
};
|
6
|
+
v20200713: {
|
7
|
+
Client: typeof import("./v20200713/ims_client").Client;
|
8
|
+
Models: typeof import("./v20200713/ims_models");
|
9
|
+
};
|
10
10
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ims = void 0;
|
4
|
-
const v20200713_1 = require("./v20200713");
|
5
4
|
const v20201229_1 = require("./v20201229");
|
5
|
+
const v20200713_1 = require("./v20200713");
|
6
6
|
exports.ims = {
|
7
|
-
v20200713: v20200713_1.v20200713,
|
8
7
|
v20201229: v20201229_1.v20201229,
|
8
|
+
v20200713: v20200713_1.v20200713,
|
9
9
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
3
|
-
import { CreatePrivilegeCodeRequest,
|
3
|
+
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";
|
4
4
|
/**
|
5
5
|
* ioa client
|
6
6
|
* @class
|
@@ -8,75 +8,91 @@ import { CreatePrivilegeCodeRequest, DescribeDLPFileDetectResultRequest, CreateD
|
|
8
8
|
export declare class Client extends AbstractClient {
|
9
9
|
constructor(clientConfig: ClientConfig);
|
10
10
|
/**
|
11
|
-
*
|
11
|
+
* 聚合软件的已安装终端列表
|
12
12
|
*/
|
13
|
-
|
13
|
+
DescribeAggrSoftDeviceList(req: DescribeAggrSoftDeviceListRequest, cb?: (error: string, rep: DescribeAggrSoftDeviceListResponse) => void): Promise<DescribeAggrSoftDeviceListResponse>;
|
14
14
|
/**
|
15
|
-
*
|
15
|
+
* 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
16
16
|
*/
|
17
|
-
|
17
|
+
CreateDeviceTask(req: CreateDeviceTaskRequest, cb?: (error: string, rep: CreateDeviceTaskResponse) => void): Promise<CreateDeviceTaskResponse>;
|
18
|
+
/**
|
19
|
+
* 查看指定终端的软件详情列表,私有化调用path为:capi/Software/DescribeSoftwareInformation
|
20
|
+
*/
|
21
|
+
DescribeSoftwareInformation(req: DescribeSoftwareInformationRequest, cb?: (error: string, rep: DescribeSoftwareInformationResponse) => void): Promise<DescribeSoftwareInformationResponse>;
|
18
22
|
/**
|
19
23
|
* 创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup
|
20
24
|
*/
|
21
25
|
CreateDeviceVirtualGroup(req: CreateDeviceVirtualGroupRequest, cb?: (error: string, rep: CreateDeviceVirtualGroupResponse) => void): Promise<CreateDeviceVirtualGroupResponse>;
|
22
26
|
/**
|
23
|
-
*
|
27
|
+
* 展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices
|
24
28
|
*/
|
25
|
-
|
29
|
+
DescribeVirtualDevices(req: DescribeVirtualDevicesRequest, cb?: (error: string, rep: DescribeVirtualDevicesResponse) => void): Promise<DescribeVirtualDevicesResponse>;
|
26
30
|
/**
|
27
|
-
*
|
31
|
+
* 导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList
|
28
32
|
*/
|
29
|
-
|
33
|
+
ExportSoftwareInformationList(req: ExportSoftwareInformationListRequest, cb?: (error: string, rep: ExportSoftwareInformationListResponse) => void): Promise<ExportSoftwareInformationListResponse>;
|
30
34
|
/**
|
31
|
-
*
|
35
|
+
* 提交送检任务
|
32
36
|
*/
|
33
|
-
|
37
|
+
CreateDLPFileDetectionTask(req: CreateDLPFileDetectionTaskRequest, cb?: (error: string, rep: CreateDLPFileDetectionTaskResponse) => void): Promise<CreateDLPFileDetectionTaskResponse>;
|
34
38
|
/**
|
35
|
-
*
|
39
|
+
* 生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效
|
36
40
|
*/
|
37
|
-
|
41
|
+
CreatePrivilegeCode(req: CreatePrivilegeCodeRequest, cb?: (error: string, rep: CreatePrivilegeCodeResponse) => void): Promise<CreatePrivilegeCodeResponse>;
|
38
42
|
/**
|
39
|
-
*
|
43
|
+
* 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
|
40
44
|
*/
|
41
|
-
|
45
|
+
DescribeRootAccountGroup(req?: DescribeRootAccountGroupRequest, cb?: (error: string, rep: DescribeRootAccountGroupResponse) => void): Promise<DescribeRootAccountGroupResponse>;
|
42
46
|
/**
|
43
|
-
*
|
47
|
+
* webservice查询文件检测结果
|
44
48
|
*/
|
45
|
-
|
49
|
+
DescribeDLPFileDetectResult(req: DescribeDLPFileDetectResultRequest, cb?: (error: string, rep: DescribeDLPFileDetectResultResponse) => void): Promise<DescribeDLPFileDetectResultResponse>;
|
46
50
|
/**
|
47
|
-
*
|
51
|
+
* 聚合的分类软件列表
|
48
52
|
*/
|
49
|
-
|
53
|
+
DescribeAggrSoftCategorySoftList(req: DescribeAggrSoftCategorySoftListRequest, cb?: (error: string, rep: DescribeAggrSoftCategorySoftListResponse) => void): Promise<DescribeAggrSoftCategorySoftListResponse>;
|
50
54
|
/**
|
51
|
-
*
|
55
|
+
* 聚合的软件详情
|
52
56
|
*/
|
53
|
-
|
57
|
+
DescribeAggrSoftDetail(req: DescribeAggrSoftDetailRequest, cb?: (error: string, rep: DescribeAggrSoftDetailResponse) => void): Promise<DescribeAggrSoftDetailResponse>;
|
54
58
|
/**
|
55
|
-
*
|
59
|
+
* 获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
56
60
|
*/
|
57
|
-
|
61
|
+
DescribeDeviceInfo(req: DescribeDeviceInfoRequest, cb?: (error: string, rep: DescribeDeviceInfoResponse) => void): Promise<DescribeDeviceInfoResponse>;
|
58
62
|
/**
|
59
63
|
* 查询满足条件的查询终端硬件信息列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceHardwareInfoList
|
60
64
|
*/
|
61
65
|
DescribeDeviceHardwareInfoList(req: DescribeDeviceHardwareInfoListRequest, cb?: (error: string, rep: DescribeDeviceHardwareInfoListResponse) => void): Promise<DescribeDeviceHardwareInfoListResponse>;
|
62
|
-
/**
|
63
|
-
* 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
|
64
|
-
*/
|
65
|
-
DescribeSoftCensusListByDevice(req: DescribeSoftCensusListByDeviceRequest, cb?: (error: string, rep: DescribeSoftCensusListByDeviceResponse) => void): Promise<DescribeSoftCensusListByDeviceResponse>;
|
66
66
|
/**
|
67
67
|
* 查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups
|
68
68
|
*/
|
69
69
|
DescribeDeviceChildGroups(req: DescribeDeviceChildGroupsRequest, cb?: (error: string, rep: DescribeDeviceChildGroupsResponse) => void): Promise<DescribeDeviceChildGroupsResponse>;
|
70
70
|
/**
|
71
|
-
*
|
71
|
+
* 以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
|
72
72
|
*/
|
73
|
-
|
73
|
+
DescribeAccountGroups(req: DescribeAccountGroupsRequest, cb?: (error: string, rep: DescribeAccountGroupsResponse) => void): Promise<DescribeAccountGroupsResponse>;
|
74
74
|
/**
|
75
|
-
*
|
75
|
+
* 基于软件查看终端详情列表,私有化调用path为:capi/Software/DescribeDeviceDetailList
|
76
76
|
*/
|
77
|
-
|
77
|
+
DescribeDeviceDetailList(req: DescribeDeviceDetailListRequest, cb?: (error: string, rep: DescribeDeviceDetailListResponse) => void): Promise<DescribeDeviceDetailListResponse>;
|
78
78
|
/**
|
79
|
-
*
|
79
|
+
* 获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
|
80
80
|
*/
|
81
|
-
|
81
|
+
DescribeLocalAccounts(req: DescribeLocalAccountsRequest, cb?: (error: string, rep: DescribeLocalAccountsResponse) => void): Promise<DescribeLocalAccountsResponse>;
|
82
|
+
/**
|
83
|
+
* 查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
|
84
|
+
*/
|
85
|
+
DescribeDevices(req: DescribeDevicesRequest, cb?: (error: string, rep: DescribeDevicesResponse) => void): Promise<DescribeDevicesResponse>;
|
86
|
+
/**
|
87
|
+
* 查询终端自定义分组列表,私有化调用path为:/capi/Assets/Device/DescribeDeviceVirtualGroups
|
88
|
+
*/
|
89
|
+
DescribeDeviceVirtualGroups(req: DescribeDeviceVirtualGroupsRequest, cb?: (error: string, rep: DescribeDeviceVirtualGroupsResponse) => void): Promise<DescribeDeviceVirtualGroupsResponse>;
|
90
|
+
/**
|
91
|
+
* 查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice
|
92
|
+
*/
|
93
|
+
DescribeSoftCensusListByDevice(req: DescribeSoftCensusListByDeviceRequest, cb?: (error: string, rep: DescribeSoftCensusListByDeviceResponse) => void): Promise<DescribeSoftCensusListByDeviceResponse>;
|
94
|
+
/**
|
95
|
+
* 终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups
|
96
|
+
*/
|
97
|
+
ModifyVirtualDeviceGroups(req: ModifyVirtualDeviceGroupsRequest, cb?: (error: string, rep: ModifyVirtualDeviceGroupsResponse) => void): Promise<ModifyVirtualDeviceGroupsResponse>;
|
82
98
|
}
|