tencentcloud-sdk-nodejs-wedata 4.0.1029 → 4.0.1031
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/package.json +1 -1
- package/src/services/wedata/v20210820/wedata_client.ts +10 -4
- package/src/services/wedata/v20210820/wedata_models.ts +12 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +10 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +10 -4
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +12 -4
package/package.json
CHANGED
|
@@ -900,8 +900,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
/**
|
|
903
|
-
|
|
904
|
-
|
|
903
|
+
* 能够调通但该API已经没有使用了,看北京数据最后一次上报是23年10月,有接近一千万条数据历史无效数据。当前策略,云API示例修订然后已经分析出来的无效API走预下线流程。
|
|
904
|
+
https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20&action=DescribeTaskByCycleReport
|
|
905
|
+
这两天在分析API的时候 有较多运维大屏的原始API当前已经没有使用了,但API没有下线。预计需要专项去梳理这一系列待下线API。
|
|
906
|
+
|
|
907
|
+
任务状态周期增长趋势
|
|
908
|
+
*/
|
|
905
909
|
async DescribeTaskByCycleReport(
|
|
906
910
|
req: DescribeTaskByCycleReportRequest,
|
|
907
911
|
cb?: (error: string, rep: DescribeTaskByCycleReportResponse) => void
|
|
@@ -3181,8 +3185,10 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
3181
3185
|
}
|
|
3182
3186
|
|
|
3183
3187
|
/**
|
|
3184
|
-
|
|
3185
|
-
|
|
3188
|
+
* 无效API,没有上线过的业务功能
|
|
3189
|
+
|
|
3190
|
+
分页查询试运行实例列表
|
|
3191
|
+
*/
|
|
3186
3192
|
async DescribeDrInstancePage(
|
|
3187
3193
|
req: DescribeDrInstancePageRequest,
|
|
3188
3194
|
cb?: (error: string, rep: DescribeDrInstancePageResponse) => void
|
|
@@ -6656,7 +6656,7 @@ export interface DeleteResourceFilesRequest {
|
|
|
6656
6656
|
*/
|
|
6657
6657
|
ProjectId: string
|
|
6658
6658
|
/**
|
|
6659
|
-
*
|
|
6659
|
+
* 使用状态, 为ture 判断资源的使用状态,如果使用中则不能删除
|
|
6660
6660
|
*/
|
|
6661
6661
|
UseStatus: boolean
|
|
6662
6662
|
/**
|
|
@@ -6664,7 +6664,7 @@ export interface DeleteResourceFilesRequest {
|
|
|
6664
6664
|
*/
|
|
6665
6665
|
ResourceIds?: Array<string>
|
|
6666
6666
|
/**
|
|
6667
|
-
*
|
|
6667
|
+
* 需要删除的资源路径列表 即资源管理中的目录结构
|
|
6668
6668
|
*/
|
|
6669
6669
|
FilePaths?: Array<string>
|
|
6670
6670
|
}
|
|
@@ -8226,12 +8226,16 @@ export interface PairDto {
|
|
|
8226
8226
|
* 键名
|
|
8227
8227
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8228
8228
|
*/
|
|
8229
|
-
Key
|
|
8229
|
+
Key?: string
|
|
8230
8230
|
/**
|
|
8231
8231
|
* 值
|
|
8232
8232
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8233
8233
|
*/
|
|
8234
|
-
Value
|
|
8234
|
+
Value?: string
|
|
8235
|
+
/**
|
|
8236
|
+
* 描述
|
|
8237
|
+
*/
|
|
8238
|
+
Description?: string
|
|
8235
8239
|
}
|
|
8236
8240
|
|
|
8237
8241
|
/**
|
|
@@ -15014,6 +15018,10 @@ export interface InstanceLogInfoOpsDto {
|
|
|
15014
15018
|
* 日志匹配节点信息
|
|
15015
15019
|
*/
|
|
15016
15020
|
MatchedBrokerIp?: string
|
|
15021
|
+
/**
|
|
15022
|
+
* 执行平台通用协议
|
|
15023
|
+
*/
|
|
15024
|
+
ExecutionExtendedProps?: Array<PairDto>
|
|
15017
15025
|
}
|
|
15018
15026
|
|
|
15019
15027
|
/**
|
|
@@ -55,8 +55,12 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
55
55
|
*/
|
|
56
56
|
BatchStopOpsTasks(req: BatchStopOpsTasksRequest, cb?: (error: string, rep: BatchStopOpsTasksResponse) => void): Promise<BatchStopOpsTasksResponse>;
|
|
57
57
|
/**
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
* 能够调通但该API已经没有使用了,看北京数据最后一次上报是23年10月,有接近一千万条数据历史无效数据。当前策略,云API示例修订然后已经分析出来的无效API走预下线流程。
|
|
59
|
+
https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20&action=DescribeTaskByCycleReport
|
|
60
|
+
这两天在分析API的时候 有较多运维大屏的原始API当前已经没有使用了,但API没有下线。预计需要专项去梳理这一系列待下线API。
|
|
61
|
+
|
|
62
|
+
任务状态周期增长趋势
|
|
63
|
+
*/
|
|
60
64
|
DescribeTaskByCycleReport(req: DescribeTaskByCycleReportRequest, cb?: (error: string, rep: DescribeTaskByCycleReportResponse) => void): Promise<DescribeTaskByCycleReportResponse>;
|
|
61
65
|
/**
|
|
62
66
|
* 数据质量的概览页面数据监测情况接口
|
|
@@ -974,8 +978,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
974
978
|
*/
|
|
975
979
|
BatchStopWorkflowsByIds(req: BatchStopWorkflowsByIdsRequest, cb?: (error: string, rep: BatchStopWorkflowsByIdsResponse) => void): Promise<BatchStopWorkflowsByIdsResponse>;
|
|
976
980
|
/**
|
|
977
|
-
|
|
978
|
-
|
|
981
|
+
* 无效API,没有上线过的业务功能
|
|
982
|
+
|
|
983
|
+
分页查询试运行实例列表
|
|
984
|
+
*/
|
|
979
985
|
DescribeDrInstancePage(req: DescribeDrInstancePageRequest, cb?: (error: string, rep: DescribeDrInstancePageResponse) => void): Promise<DescribeDrInstancePageResponse>;
|
|
980
986
|
/**
|
|
981
987
|
* 销毁数据建模,提供给云应用使用,实现“Wedata数据建模”的销毁
|
|
@@ -100,8 +100,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
100
100
|
return this.request("BatchStopOpsTasks", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
* 能够调通但该API已经没有使用了,看北京数据最后一次上报是23年10月,有接近一千万条数据历史无效数据。当前策略,云API示例修订然后已经分析出来的无效API走预下线流程。
|
|
104
|
+
https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20&action=DescribeTaskByCycleReport
|
|
105
|
+
这两天在分析API的时候 有较多运维大屏的原始API当前已经没有使用了,但API没有下线。预计需要专项去梳理这一系列待下线API。
|
|
106
|
+
|
|
107
|
+
任务状态周期增长趋势
|
|
108
|
+
*/
|
|
105
109
|
async DescribeTaskByCycleReport(req, cb) {
|
|
106
110
|
return this.request("DescribeTaskByCycleReport", req, cb);
|
|
107
111
|
}
|
|
@@ -1473,8 +1477,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1473
1477
|
return this.request("BatchStopWorkflowsByIds", req, cb);
|
|
1474
1478
|
}
|
|
1475
1479
|
/**
|
|
1476
|
-
|
|
1477
|
-
|
|
1480
|
+
* 无效API,没有上线过的业务功能
|
|
1481
|
+
|
|
1482
|
+
分页查询试运行实例列表
|
|
1483
|
+
*/
|
|
1478
1484
|
async DescribeDrInstancePage(req, cb) {
|
|
1479
1485
|
return this.request("DescribeDrInstancePage", req, cb);
|
|
1480
1486
|
}
|
|
@@ -6454,7 +6454,7 @@ export interface DeleteResourceFilesRequest {
|
|
|
6454
6454
|
*/
|
|
6455
6455
|
ProjectId: string;
|
|
6456
6456
|
/**
|
|
6457
|
-
*
|
|
6457
|
+
* 使用状态, 为ture 判断资源的使用状态,如果使用中则不能删除
|
|
6458
6458
|
*/
|
|
6459
6459
|
UseStatus: boolean;
|
|
6460
6460
|
/**
|
|
@@ -6462,7 +6462,7 @@ export interface DeleteResourceFilesRequest {
|
|
|
6462
6462
|
*/
|
|
6463
6463
|
ResourceIds?: Array<string>;
|
|
6464
6464
|
/**
|
|
6465
|
-
*
|
|
6465
|
+
* 需要删除的资源路径列表 即资源管理中的目录结构
|
|
6466
6466
|
*/
|
|
6467
6467
|
FilePaths?: Array<string>;
|
|
6468
6468
|
}
|
|
@@ -7977,12 +7977,16 @@ export interface PairDto {
|
|
|
7977
7977
|
* 键名
|
|
7978
7978
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7979
7979
|
*/
|
|
7980
|
-
Key
|
|
7980
|
+
Key?: string;
|
|
7981
7981
|
/**
|
|
7982
7982
|
* 值
|
|
7983
7983
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7984
7984
|
*/
|
|
7985
|
-
Value
|
|
7985
|
+
Value?: string;
|
|
7986
|
+
/**
|
|
7987
|
+
* 描述
|
|
7988
|
+
*/
|
|
7989
|
+
Description?: string;
|
|
7986
7990
|
}
|
|
7987
7991
|
/**
|
|
7988
7992
|
* cos token信息
|
|
@@ -14534,6 +14538,10 @@ export interface InstanceLogInfoOpsDto {
|
|
|
14534
14538
|
* 日志匹配节点信息
|
|
14535
14539
|
*/
|
|
14536
14540
|
MatchedBrokerIp?: string;
|
|
14541
|
+
/**
|
|
14542
|
+
* 执行平台通用协议
|
|
14543
|
+
*/
|
|
14544
|
+
ExecutionExtendedProps?: Array<PairDto>;
|
|
14537
14545
|
}
|
|
14538
14546
|
/**
|
|
14539
14547
|
* DeleteFilePath返回参数结构体
|