tencentcloud-sdk-nodejs 4.1.175 → 4.1.176
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/mna/v20210119/mna_client.js +15 -0
- package/es/services/teo/v20220901/teo_client.js +3 -0
- 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/ai3d/v20250513/ai3d_models.d.ts +4 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +21 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +21 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +88 -102
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -16
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +23 -24
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +21 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +30 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +294 -28
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +46 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +52 -14
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +26 -1
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.176";
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async GetDevice(req, cb) {
|
|
46
46
|
return this.request("GetDevice", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async GetDestIPByName(req, cb) {
|
|
49
|
+
return this.request("GetDestIPByName", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DeleteL3Conn(req, cb) {
|
|
49
52
|
return this.request("DeleteL3Conn", req, cb);
|
|
50
53
|
}
|
|
@@ -75,12 +78,21 @@ export class Client extends AbstractClient {
|
|
|
75
78
|
async UpdateL3Cidr(req, cb) {
|
|
76
79
|
return this.request("UpdateL3Cidr", req, cb);
|
|
77
80
|
}
|
|
81
|
+
async GetFlowStatisticByName(req, cb) {
|
|
82
|
+
return this.request("GetFlowStatisticByName", req, cb);
|
|
83
|
+
}
|
|
78
84
|
async GetVendorHardware(req, cb) {
|
|
79
85
|
return this.request("GetVendorHardware", req, cb);
|
|
80
86
|
}
|
|
87
|
+
async GetNetMonitorByName(req, cb) {
|
|
88
|
+
return this.request("GetNetMonitorByName", req, cb);
|
|
89
|
+
}
|
|
81
90
|
async AddL3Conn(req, cb) {
|
|
82
91
|
return this.request("AddL3Conn", req, cb);
|
|
83
92
|
}
|
|
93
|
+
async GetStatisticDataByName(req, cb) {
|
|
94
|
+
return this.request("GetStatisticDataByName", req, cb);
|
|
95
|
+
}
|
|
84
96
|
async CreateEncryptedKey(req, cb) {
|
|
85
97
|
return this.request("CreateEncryptedKey", req, cb);
|
|
86
98
|
}
|
|
@@ -102,6 +114,9 @@ export class Client extends AbstractClient {
|
|
|
102
114
|
async GetHardwareList(req, cb) {
|
|
103
115
|
return this.request("GetHardwareList", req, cb);
|
|
104
116
|
}
|
|
117
|
+
async GetMonitorDataByName(req, cb) {
|
|
118
|
+
return this.request("GetMonitorDataByName", req, cb);
|
|
119
|
+
}
|
|
105
120
|
async UpdateL3Switch(req, cb) {
|
|
106
121
|
return this.request("UpdateL3Switch", req, cb);
|
|
107
122
|
}
|
|
@@ -492,6 +492,9 @@ export class Client extends AbstractClient {
|
|
|
492
492
|
async BindSharedCNAME(req, cb) {
|
|
493
493
|
return this.request("BindSharedCNAME", req, cb);
|
|
494
494
|
}
|
|
495
|
+
async ModifyZoneWorkMode(req, cb) {
|
|
496
|
+
return this.request("ModifyZoneWorkMode", req, cb);
|
|
497
|
+
}
|
|
495
498
|
async ModifyRealtimeLogDeliveryTask(req, cb) {
|
|
496
499
|
return this.request("ModifyRealtimeLogDeliveryTask", req, cb);
|
|
497
500
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.176";
|
|
@@ -46,6 +46,27 @@ export declare class Client extends AbstractClient {
|
|
|
46
46
|
/**
|
|
47
47
|
* 获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。
|
|
48
48
|
接口调用频率限制为:20次/秒,1200次/分钟。单请求的数据点数限制为1440个。
|
|
49
|
+
|
|
50
|
+
获取指标数据通用接口用法:DescribeGeneralMetricData 是通用的指标数据查询接口,支持灵活的获取指标数据。该接口的查询方式类似于使用如下 SQL 语句:SELECT {Metrics} FROM {ViewName} WHERE {Filters} GROUP BY {GroupBy}。在发起请求前,请确定如下关键入参:
|
|
51
|
+
1. 视图(ViewName)
|
|
52
|
+
决定您要查询的数据领域。
|
|
53
|
+
例如:service_metric(服务监控视图)、db_metric(数据库视图)等。关于 APM 支持的视图,请参考 [指标视图](https://cloud.tencent.com/document/product/248/101681#069b06a9-2593-49db-b694-dea4200f3b19)。
|
|
54
|
+
|
|
55
|
+
2. 指标(Metrics)
|
|
56
|
+
用于指定返回结果中包含的一个或多个指标项。
|
|
57
|
+
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM 支持的指标](Metrics),请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681),每种视图(ViewName)支持专属的指标集。
|
|
58
|
+
|
|
59
|
+
3. 过滤(Filters)
|
|
60
|
+
支持一个或多个键值对(Key-Value)形式的过滤条件。
|
|
61
|
+
例如:只查某个特定服务 service.name = "order-service"。通用维度和每种视图(ViewName)支持专属专属维度,可以用作过滤条件中的键(Key),更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|
|
62
|
+
|
|
63
|
+
4. 聚合(GroupBy)
|
|
64
|
+
支持一个或多个聚合维度,相当于 SQL 的 GROUP BY。
|
|
65
|
+
例如:按接口名称 operation 分组,查看每个接口的性能。通用维度和每种视图(ViewName)支持专属专属维度,可以用作聚合维度,更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|
|
66
|
+
5. 粒度 (Period)
|
|
67
|
+
该参数决定了是否需要以时间切片聚合。
|
|
68
|
+
- Period = 1:时间序列模式:返回结果中按时间切片聚合,时间序列(TimeSerial)和数据序列(DataSerial)中包含的多个值一一对应,分别代表特定时间切片上的聚合结果。时间序列模式主要用于展示时间趋势图。
|
|
69
|
+
- Period = 0:汇总统计模式:返回结果中,数据序列(DataSerial)中只包含唯一的值,代表整个时间区间内的汇总数据。
|
|
49
70
|
*/
|
|
50
71
|
DescribeGeneralMetricData(req: DescribeGeneralMetricDataRequest, cb?: (error: string, rep: DescribeGeneralMetricDataResponse) => void): Promise<DescribeGeneralMetricDataResponse>;
|
|
51
72
|
/**
|
|
@@ -84,6 +84,27 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
84
84
|
/**
|
|
85
85
|
* 获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。
|
|
86
86
|
接口调用频率限制为:20次/秒,1200次/分钟。单请求的数据点数限制为1440个。
|
|
87
|
+
|
|
88
|
+
获取指标数据通用接口用法:DescribeGeneralMetricData 是通用的指标数据查询接口,支持灵活的获取指标数据。该接口的查询方式类似于使用如下 SQL 语句:SELECT {Metrics} FROM {ViewName} WHERE {Filters} GROUP BY {GroupBy}。在发起请求前,请确定如下关键入参:
|
|
89
|
+
1. 视图(ViewName)
|
|
90
|
+
决定您要查询的数据领域。
|
|
91
|
+
例如:service_metric(服务监控视图)、db_metric(数据库视图)等。关于 APM 支持的视图,请参考 [指标视图](https://cloud.tencent.com/document/product/248/101681#069b06a9-2593-49db-b694-dea4200f3b19)。
|
|
92
|
+
|
|
93
|
+
2. 指标(Metrics)
|
|
94
|
+
用于指定返回结果中包含的一个或多个指标项。
|
|
95
|
+
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM 支持的指标](Metrics),请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681),每种视图(ViewName)支持专属的指标集。
|
|
96
|
+
|
|
97
|
+
3. 过滤(Filters)
|
|
98
|
+
支持一个或多个键值对(Key-Value)形式的过滤条件。
|
|
99
|
+
例如:只查某个特定服务 service.name = "order-service"。通用维度和每种视图(ViewName)支持专属专属维度,可以用作过滤条件中的键(Key),更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|
|
100
|
+
|
|
101
|
+
4. 聚合(GroupBy)
|
|
102
|
+
支持一个或多个聚合维度,相当于 SQL 的 GROUP BY。
|
|
103
|
+
例如:按接口名称 operation 分组,查看每个接口的性能。通用维度和每种视图(ViewName)支持专属专属维度,可以用作聚合维度,更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|
|
104
|
+
5. 粒度 (Period)
|
|
105
|
+
该参数决定了是否需要以时间切片聚合。
|
|
106
|
+
- Period = 1:时间序列模式:返回结果中按时间切片聚合,时间序列(TimeSerial)和数据序列(DataSerial)中包含的多个值一一对应,分别代表特定时间切片上的聚合结果。时间序列模式主要用于展示时间趋势图。
|
|
107
|
+
- Period = 0:汇总统计模式:返回结果中,数据序列(DataSerial)中只包含唯一的值,代表整个时间区间内的汇总数据。
|
|
87
108
|
*/
|
|
88
109
|
async DescribeGeneralMetricData(req, cb) {
|
|
89
110
|
return this.request("DescribeGeneralMetricData", req, cb);
|
|
@@ -210,7 +210,7 @@ export declare class Client extends AbstractClient {
|
|
|
210
210
|
*/
|
|
211
211
|
UpdateAutoSnapshotPolicy(req: UpdateAutoSnapshotPolicyRequest, cb?: (error: string, rep: UpdateAutoSnapshotPolicyResponse) => void): Promise<UpdateAutoSnapshotPolicyResponse>;
|
|
212
212
|
/**
|
|
213
|
-
*
|
|
213
|
+
* 文件系统目录操作接口。当前仅 Turbo 系列文件系统支持调用此接口进行目录操作,通用系列文件系统(含增强型)不支持调用。
|
|
214
214
|
*/
|
|
215
215
|
DoDirectoryOperation(req: DoDirectoryOperationRequest, cb?: (error: string, rep: DoDirectoryOperationResponse) => void): Promise<DoDirectoryOperationResponse>;
|
|
216
216
|
/**
|
|
@@ -330,7 +330,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
330
330
|
return this.request("UpdateAutoSnapshotPolicy", req, cb);
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
|
-
*
|
|
333
|
+
* 文件系统目录操作接口。当前仅 Turbo 系列文件系统支持调用此接口进行目录操作,通用系列文件系统(含增强型)不支持调用。
|
|
334
334
|
*/
|
|
335
335
|
async DoDirectoryOperation(req, cb) {
|
|
336
336
|
return this.request("DoDirectoryOperation", req, cb);
|
|
@@ -900,7 +900,7 @@ export interface DescribeCfsFileSystemClientsResponse {
|
|
|
900
900
|
*/
|
|
901
901
|
export interface DoDirectoryOperationResponse {
|
|
902
902
|
/**
|
|
903
|
-
* 1:成功
|
|
903
|
+
* 1:成功 0:失败。创建目录的操作,1表示创建成功,0表示创建失败。 确认目录是否存在的操作,1表示目录存在,0表示目录不存在。此外,创建目录操作若目录已存在,也会返回创建成功。
|
|
904
904
|
*/
|
|
905
905
|
Result?: number;
|
|
906
906
|
/**
|
|
@@ -3143,7 +3143,7 @@ export interface DescribeDataFlowResponse {
|
|
|
3143
3143
|
*/
|
|
3144
3144
|
export interface DoDirectoryOperationRequest {
|
|
3145
3145
|
/**
|
|
3146
|
-
* 文件系统
|
|
3146
|
+
* 文件系统 ID。当前仅 Turbo 系列文件系统支持调用此接口,通用系列文件系统(含增强型)不支持调用。
|
|
3147
3147
|
*/
|
|
3148
3148
|
FileSystemId: string;
|
|
3149
3149
|
/**
|
|
@@ -3157,11 +3157,11 @@ export interface DoDirectoryOperationRequest {
|
|
|
3157
3157
|
*/
|
|
3158
3158
|
DirectoryPath: string;
|
|
3159
3159
|
/**
|
|
3160
|
-
* 创建目录的权限,若不传,默认为0755
|
|
3160
|
+
* 创建目录的权限,若不传,默认为0755。若OperationType为 check,此值无实际意义。
|
|
3161
3161
|
*/
|
|
3162
3162
|
Mode?: string;
|
|
3163
3163
|
/**
|
|
3164
|
-
* mv
|
|
3164
|
+
* mv 操作的目标目录名称。路径必须以/cfs/开头
|
|
3165
3165
|
*/
|
|
3166
3166
|
DestPath?: string;
|
|
3167
3167
|
}
|