tencentcloud-sdk-nodejs-wedata 4.1.234 → 4.1.236
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
CHANGED
|
@@ -802,7 +802,7 @@ export interface UpdateDataModelRegistryInfoRequest {
|
|
|
802
802
|
*/
|
|
803
803
|
export interface BatchTaskOperateNew {
|
|
804
804
|
/**
|
|
805
|
-
*
|
|
805
|
+
* <p>操作Id</p><p>可使用JobId字段通过ListBatchDetail接口 查询异步操作结果</p>
|
|
806
806
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
807
807
|
*/
|
|
808
808
|
JobId?: number;
|
|
@@ -1732,27 +1732,32 @@ export interface DataSourceInfoPage {
|
|
|
1732
1732
|
* 分页页码
|
|
1733
1733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1734
1734
|
*/
|
|
1735
|
-
PageNumber
|
|
1735
|
+
PageNumber?: number;
|
|
1736
1736
|
/**
|
|
1737
1737
|
* 分页大小
|
|
1738
1738
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1739
1739
|
*/
|
|
1740
|
-
PageSize
|
|
1740
|
+
PageSize?: number;
|
|
1741
1741
|
/**
|
|
1742
1742
|
* 数据源列表
|
|
1743
1743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1744
1744
|
*/
|
|
1745
|
-
Rows
|
|
1745
|
+
Rows?: Array<DataSourceInfo>;
|
|
1746
1746
|
/**
|
|
1747
1747
|
* 总数
|
|
1748
1748
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1749
1749
|
*/
|
|
1750
|
-
TotalCount
|
|
1750
|
+
TotalCount?: number;
|
|
1751
1751
|
/**
|
|
1752
1752
|
* 总分页页码
|
|
1753
1753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1754
1754
|
*/
|
|
1755
|
-
TotalPageNumber
|
|
1755
|
+
TotalPageNumber?: number;
|
|
1756
|
+
/**
|
|
1757
|
+
* 快照Id
|
|
1758
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1759
|
+
*/
|
|
1760
|
+
SnapshotId?: string;
|
|
1756
1761
|
}
|
|
1757
1762
|
/**
|
|
1758
1763
|
* 任务分页查询
|
|
@@ -3210,19 +3215,19 @@ export interface CreateCodeTemplateVersionResponse {
|
|
|
3210
3215
|
*/
|
|
3211
3216
|
export interface DescribeDataSourceListRequest {
|
|
3212
3217
|
/**
|
|
3213
|
-
*
|
|
3218
|
+
* <p>页码</p>
|
|
3214
3219
|
*/
|
|
3215
3220
|
PageNumber?: number;
|
|
3216
3221
|
/**
|
|
3217
|
-
*
|
|
3222
|
+
* <p>返回数量</p>
|
|
3218
3223
|
*/
|
|
3219
3224
|
PageSize?: number;
|
|
3220
3225
|
/**
|
|
3221
|
-
*
|
|
3226
|
+
* <p>排序配置</p>
|
|
3222
3227
|
*/
|
|
3223
3228
|
OrderFields?: Array<OrderField>;
|
|
3224
3229
|
/**
|
|
3225
|
-
*
|
|
3230
|
+
* <p>可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }</p>
|
|
3226
3231
|
*/
|
|
3227
3232
|
Filters?: Array<Filter>;
|
|
3228
3233
|
}
|
|
@@ -5935,7 +5940,7 @@ export interface ModifyRuleGroupSubscriptionRequest {
|
|
|
5935
5940
|
*/
|
|
5936
5941
|
export interface DescribeDataSourceListResponse {
|
|
5937
5942
|
/**
|
|
5938
|
-
*
|
|
5943
|
+
* <p>数据源列表</p>
|
|
5939
5944
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5940
5945
|
*/
|
|
5941
5946
|
Data?: DataSourceInfoPage;
|
|
@@ -5989,47 +5994,47 @@ export interface PermissionStatus {
|
|
|
5989
5994
|
*/
|
|
5990
5995
|
export interface DescribeInstanceLogDetailRequest {
|
|
5991
5996
|
/**
|
|
5992
|
-
*
|
|
5997
|
+
* <p>项目ID</p>
|
|
5993
5998
|
*/
|
|
5994
5999
|
ProjectId: string;
|
|
5995
6000
|
/**
|
|
5996
|
-
*
|
|
6001
|
+
* <p>任务id</p>
|
|
5997
6002
|
*/
|
|
5998
6003
|
TaskId: string;
|
|
5999
6004
|
/**
|
|
6000
|
-
*
|
|
6005
|
+
* <p>数据时间</p>
|
|
6001
6006
|
*/
|
|
6002
6007
|
CurRunDate: string;
|
|
6003
6008
|
/**
|
|
6004
|
-
*
|
|
6009
|
+
* <p>日志级别,Info/Debug/Warn/Error/All</p>
|
|
6005
6010
|
*/
|
|
6006
6011
|
LogLevelType?: string;
|
|
6007
6012
|
/**
|
|
6008
|
-
*
|
|
6013
|
+
* <p>文件类型,Log/Code</p>
|
|
6009
6014
|
*/
|
|
6010
6015
|
ExecutionFileType?: string;
|
|
6011
6016
|
/**
|
|
6012
|
-
*
|
|
6017
|
+
* <p>统一执行平台执行id, 注意: ExecutionJobId 跟 "BrokerIp+OriginFileName" 必须有一个不为空</p>
|
|
6013
6018
|
*/
|
|
6014
6019
|
ExecutionJobId?: string;
|
|
6015
6020
|
/**
|
|
6016
|
-
*
|
|
6021
|
+
* <p>服务器Ip, 注意: "BrokerIp+OriginFileName"跟ExecutionJobId必须有一个不为空</p>
|
|
6017
6022
|
*/
|
|
6018
6023
|
BrokerIp?: string;
|
|
6019
6024
|
/**
|
|
6020
|
-
*
|
|
6025
|
+
* <p>文件Name, 注意: "BrokerIp+OriginFileName"跟ExecutionJobId必须有一个不为空</p>
|
|
6021
6026
|
*/
|
|
6022
6027
|
OriginFileName?: string;
|
|
6023
6028
|
/**
|
|
6024
|
-
*
|
|
6029
|
+
* <p>起始行</p>
|
|
6025
6030
|
*/
|
|
6026
6031
|
StartCount?: number;
|
|
6027
6032
|
/**
|
|
6028
|
-
*
|
|
6033
|
+
* <p>每次查询行数</p>
|
|
6029
6034
|
*/
|
|
6030
6035
|
LineCount?: number;
|
|
6031
6036
|
/**
|
|
6032
|
-
*
|
|
6037
|
+
* <p>查询日志扩展信息,通过统一执行平台接口分页查询日志时需要带上,第一页时为null</p>
|
|
6033
6038
|
*/
|
|
6034
6039
|
ExtInfo?: string;
|
|
6035
6040
|
/**
|
|
@@ -6037,23 +6042,23 @@ export interface DescribeInstanceLogDetailRequest {
|
|
|
6037
6042
|
*/
|
|
6038
6043
|
RequestFromSource?: string;
|
|
6039
6044
|
/**
|
|
6040
|
-
*
|
|
6045
|
+
* <p>生命周期为基础数据进行日志匹配</p>
|
|
6041
6046
|
*/
|
|
6042
6047
|
InstanceLifeDetailDtoList?: Array<InstanceLifeDetailDto>;
|
|
6043
6048
|
/**
|
|
6044
|
-
*
|
|
6049
|
+
* <p>当前生命周期</p>
|
|
6045
6050
|
*/
|
|
6046
6051
|
CurrentLifeRound?: number;
|
|
6047
6052
|
/**
|
|
6048
|
-
*
|
|
6053
|
+
* <p>生命周期总数</p>
|
|
6049
6054
|
*/
|
|
6050
6055
|
MaxLifeRound?: number;
|
|
6051
6056
|
/**
|
|
6052
|
-
*
|
|
6057
|
+
* <p>当前生命周期重试次数</p>
|
|
6053
6058
|
*/
|
|
6054
6059
|
Tries?: number;
|
|
6055
6060
|
/**
|
|
6056
|
-
*
|
|
6061
|
+
* <p>动态加载日志</p>
|
|
6057
6062
|
*/
|
|
6058
6063
|
Dynamic?: boolean;
|
|
6059
6064
|
}
|
|
@@ -6100,22 +6105,22 @@ export interface DeleteDsFolderResponse {
|
|
|
6100
6105
|
*/
|
|
6101
6106
|
export interface GetCosTokenResponse {
|
|
6102
6107
|
/**
|
|
6103
|
-
* cos
|
|
6108
|
+
* <p>cos地域</p>
|
|
6104
6109
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6105
6110
|
*/
|
|
6106
6111
|
Region?: string;
|
|
6107
6112
|
/**
|
|
6108
|
-
* Token
|
|
6113
|
+
* <p>Token信息</p>
|
|
6109
6114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6110
6115
|
*/
|
|
6111
6116
|
Token?: CosTokenResponse;
|
|
6112
6117
|
/**
|
|
6113
|
-
*
|
|
6118
|
+
* <p>桶名</p>
|
|
6114
6119
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6115
6120
|
*/
|
|
6116
6121
|
Bucket?: string;
|
|
6117
6122
|
/**
|
|
6118
|
-
*
|
|
6123
|
+
* <p>终止点(针对私有云环境)</p>
|
|
6119
6124
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6120
6125
|
*/
|
|
6121
6126
|
EndPoint?: string;
|
|
@@ -7016,27 +7021,27 @@ export interface BatchDeleteOpsTasksRequest {
|
|
|
7016
7021
|
*/
|
|
7017
7022
|
export interface GetCosTokenRequest {
|
|
7018
7023
|
/**
|
|
7019
|
-
*
|
|
7024
|
+
* <p>项目id</p>
|
|
7020
7025
|
*/
|
|
7021
7026
|
ProjectId: string;
|
|
7022
7027
|
/**
|
|
7023
|
-
*
|
|
7028
|
+
* <p>请求域名</p>
|
|
7024
7029
|
*/
|
|
7025
7030
|
OriginDomain: string;
|
|
7026
7031
|
/**
|
|
7027
|
-
*
|
|
7032
|
+
* <p>是否需要跨域</p>
|
|
7028
7033
|
*/
|
|
7029
7034
|
CrossFlag: boolean;
|
|
7030
7035
|
/**
|
|
7031
|
-
*
|
|
7036
|
+
* <p>桶名</p>
|
|
7032
7037
|
*/
|
|
7033
7038
|
BucketName?: string;
|
|
7034
7039
|
/**
|
|
7035
|
-
*
|
|
7040
|
+
* <p>远程地址</p>
|
|
7036
7041
|
*/
|
|
7037
7042
|
RemotePath?: string;
|
|
7038
7043
|
/**
|
|
7039
|
-
*
|
|
7044
|
+
* <p>地域</p>
|
|
7040
7045
|
*/
|
|
7041
7046
|
RemoteRegion?: string;
|
|
7042
7047
|
}
|
|
@@ -11232,7 +11237,7 @@ export interface ModifyRuleResponse {
|
|
|
11232
11237
|
*/
|
|
11233
11238
|
export interface DescribeInstanceLogFileResponse {
|
|
11234
11239
|
/**
|
|
11235
|
-
*
|
|
11240
|
+
* <p>下载文件详情</p>
|
|
11236
11241
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11237
11242
|
*/
|
|
11238
11243
|
Data?: InstanceDownloadLogInfo;
|
|
@@ -14266,32 +14271,32 @@ export interface BatchModifyOpsOwnersResponse {
|
|
|
14266
14271
|
*/
|
|
14267
14272
|
export interface GetPaginationTaskScriptResponseInfo {
|
|
14268
14273
|
/**
|
|
14269
|
-
*
|
|
14274
|
+
* <p>项目编号</p>
|
|
14270
14275
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14271
14276
|
*/
|
|
14272
14277
|
ProjectId?: string;
|
|
14273
14278
|
/**
|
|
14274
|
-
*
|
|
14279
|
+
* <p>任务编号</p>
|
|
14275
14280
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14276
14281
|
*/
|
|
14277
14282
|
TaskId?: string;
|
|
14278
14283
|
/**
|
|
14279
|
-
*
|
|
14284
|
+
* <p>页内尺寸</p>
|
|
14280
14285
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14281
14286
|
*/
|
|
14282
14287
|
PageSize?: number;
|
|
14283
14288
|
/**
|
|
14284
|
-
*
|
|
14289
|
+
* <p>页码</p>
|
|
14285
14290
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14286
14291
|
*/
|
|
14287
14292
|
PageNum?: number;
|
|
14288
14293
|
/**
|
|
14289
|
-
*
|
|
14294
|
+
* <p>总页数</p>
|
|
14290
14295
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14291
14296
|
*/
|
|
14292
14297
|
PageTotal?: number;
|
|
14293
14298
|
/**
|
|
14294
|
-
*
|
|
14299
|
+
* <p>分页内容</p><p>分页拉取全部代码内容后,先拼接,再Base64解码获取完整脚本内容</p>
|
|
14295
14300
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14296
14301
|
*/
|
|
14297
14302
|
Base64ScriptContent?: string;
|
|
@@ -22871,6 +22876,7 @@ export interface DlcMergeManifestsInfo {
|
|
|
22871
22876
|
}
|
|
22872
22877
|
/**
|
|
22873
22878
|
* 编排空间试运行记录
|
|
22879
|
+
查询执行日志 可调用DownloadLogByLine接口
|
|
22874
22880
|
*/
|
|
22875
22881
|
export interface TestRunningRecord {
|
|
22876
22882
|
/**
|
|
@@ -24596,15 +24602,15 @@ export interface CompareRuleItem {
|
|
|
24596
24602
|
*/
|
|
24597
24603
|
export interface DescribeInstanceLogFileRequest {
|
|
24598
24604
|
/**
|
|
24599
|
-
*
|
|
24605
|
+
* <p>项目ID</p>
|
|
24600
24606
|
*/
|
|
24601
24607
|
ProjectId: string;
|
|
24602
24608
|
/**
|
|
24603
|
-
*
|
|
24609
|
+
* <p>任务ID</p>
|
|
24604
24610
|
*/
|
|
24605
24611
|
TaskId: string;
|
|
24606
24612
|
/**
|
|
24607
|
-
*
|
|
24613
|
+
* <p>实例数据时间</p>
|
|
24608
24614
|
*/
|
|
24609
24615
|
CurRunDate?: string;
|
|
24610
24616
|
/**
|
|
@@ -24612,43 +24618,43 @@ export interface DescribeInstanceLogFileRequest {
|
|
|
24612
24618
|
*/
|
|
24613
24619
|
RequestFromSource?: string;
|
|
24614
24620
|
/**
|
|
24615
|
-
*
|
|
24621
|
+
* <p>执行机IP</p>
|
|
24616
24622
|
*/
|
|
24617
24623
|
BrokerIp?: string;
|
|
24618
24624
|
/**
|
|
24619
|
-
*
|
|
24625
|
+
* <p>日志文件名</p>
|
|
24620
24626
|
*/
|
|
24621
24627
|
OriginFileName?: string;
|
|
24622
24628
|
/**
|
|
24623
|
-
*
|
|
24629
|
+
* <p>执行平台下发执行id</p>
|
|
24624
24630
|
*/
|
|
24625
24631
|
ExecutionJobId?: string;
|
|
24626
24632
|
/**
|
|
24627
|
-
*
|
|
24633
|
+
* <p>日志级别,Info/Debug/Warn/Error/All</p>
|
|
24628
24634
|
*/
|
|
24629
24635
|
LogLevelType?: string;
|
|
24630
24636
|
/**
|
|
24631
|
-
*
|
|
24637
|
+
* <p>文件类型,Log/Code</p>
|
|
24632
24638
|
*/
|
|
24633
24639
|
ExecutionFileType?: string;
|
|
24634
24640
|
/**
|
|
24635
|
-
*
|
|
24641
|
+
* <p>生命周期为基础数据进行日志匹配。Dynamic=true动态获取日志链路中使用</p>
|
|
24636
24642
|
*/
|
|
24637
24643
|
InstanceLifeDetailDtoList?: Array<InstanceLifeDetailDto>;
|
|
24638
24644
|
/**
|
|
24639
|
-
*
|
|
24645
|
+
* <p>当前生命周期数</p>
|
|
24640
24646
|
*/
|
|
24641
24647
|
CurrentLifeRound?: number;
|
|
24642
24648
|
/**
|
|
24643
|
-
*
|
|
24649
|
+
* <p>最大生命周期数</p>
|
|
24644
24650
|
*/
|
|
24645
24651
|
MaxLifeRound?: number;
|
|
24646
24652
|
/**
|
|
24647
|
-
*
|
|
24653
|
+
* <p>当前生命周期重试次数</p>
|
|
24648
24654
|
*/
|
|
24649
24655
|
Tries?: number;
|
|
24650
24656
|
/**
|
|
24651
|
-
*
|
|
24657
|
+
* <p>动态获取日志信息标识</p>
|
|
24652
24658
|
*/
|
|
24653
24659
|
Dynamic?: boolean;
|
|
24654
24660
|
}
|
|
@@ -27021,7 +27027,7 @@ export interface DescribeRealTimeTaskInstanceNodeInfoResponse {
|
|
|
27021
27027
|
*/
|
|
27022
27028
|
export interface DescribeInstanceLogDetailResponse {
|
|
27023
27029
|
/**
|
|
27024
|
-
*
|
|
27030
|
+
* <p>日志结果</p>
|
|
27025
27031
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
27026
27032
|
*/
|
|
27027
27033
|
Data?: InstanceLogInfoOpsDto;
|
|
@@ -192,152 +192,39 @@ export interface CreateQualityRuleRequest {
|
|
|
192
192
|
*/
|
|
193
193
|
export interface CreateDataSourceRequest {
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
* <p>数据源项目ID</p>
|
|
196
196
|
*/
|
|
197
197
|
ProjectId: string;
|
|
198
198
|
/**
|
|
199
|
-
*
|
|
199
|
+
* <p>数据源名称</p>
|
|
200
200
|
*/
|
|
201
201
|
Name: string;
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* <p>数据源类型:枚举值- MYSQL- TENCENT_MYSQL- POSTGRE- ORACLE- SQLSERVER- FTP- HIVE- HUDI- HDFS- ICEBERG- KAFKA- DTS_KAFKA- HBASE- SPARK- TBASE- DB2- DM- GAUSSDB- GBASE- IMPALA- ES- TENCENT_ES- GREENPLUM- SAP_HANA- SFTP- OCEANBASE- CLICKHOUSE- KUDU- VERTICA- REDIS- COS- DLC- DORIS- CKAFKA- S3_DATAINSIGHT- TDSQL- TDSQL_MYSQL- MONGODB- TENCENT_MONGODB- REST_API- TiDB- StarRocks- Trino- Kyuubi- TCHOUSE_X- TCHOUSE_P- TCHOUSE_C- TCHOUSE_D- INFLUXDB- BIG_QUERY- SSH- BLOB- TDSQL_POSTGRE- GDB- TDENGINE- TDSQLC- FileSystem- TCLake- TDSQL_BOUNDLESS</p>
|
|
204
204
|
*/
|
|
205
205
|
Type: string;
|
|
206
206
|
/**
|
|
207
|
-
*
|
|
208
|
-
|
|
209
|
-
> deployType:
|
|
210
|
-
CONNSTR_PUBLICDB(公网实例)
|
|
211
|
-
CONNSTR_CVMDB(自建实例)
|
|
212
|
-
INSTANCE(云实例)
|
|
213
|
-
|
|
214
|
-
```
|
|
215
|
-
mysql: 自建实例
|
|
216
|
-
{
|
|
217
|
-
"deployType": "CONNSTR_CVMDB",
|
|
218
|
-
"url": "jdbc:mysql://1.1.1.1:1111/example#test#123456",
|
|
219
|
-
"username": "root",
|
|
220
|
-
"password": "example#test#123456",
|
|
221
|
-
"region": "ap-shanghai",
|
|
222
|
-
"vpcId": "vpc-kprq42yo",
|
|
223
|
-
"type": "MYSQL"
|
|
224
|
-
}
|
|
225
|
-
mysql: 云实例
|
|
226
|
-
{
|
|
227
|
-
"instanceid": "cdb-12uxdo5e",
|
|
228
|
-
"db": "db",
|
|
229
|
-
"region": "ap-shanghai",
|
|
230
|
-
"username": "msyql",
|
|
231
|
-
"password": "example#test#123456",
|
|
232
|
-
"deployType": "INSTANCE",
|
|
233
|
-
"type": "TENCENT_MYSQL"
|
|
234
|
-
}
|
|
235
|
-
sql_server:
|
|
236
|
-
{
|
|
237
|
-
"deployType": "CONNSTR_PUBLICDB",
|
|
238
|
-
"url": "jdbc:sqlserver://1.1.1.1:223;example#test#123456",
|
|
239
|
-
"username": "user_1",
|
|
240
|
-
"password": "example#test#123456",
|
|
241
|
-
"type": "SQLSERVER"
|
|
242
|
-
}
|
|
243
|
-
redis:
|
|
244
|
-
redisType:
|
|
245
|
-
-NO_ACCOUT(免账号)
|
|
246
|
-
-SELF_ACCOUNT(自定义账号)
|
|
247
|
-
{
|
|
248
|
-
"deployType": "CONNSTR_PUBLICDB",
|
|
249
|
-
"username":""
|
|
250
|
-
"password": "example#test#123456",
|
|
251
|
-
"ip": "1.1.1.1",
|
|
252
|
-
"port": "6379",
|
|
253
|
-
"redisType": "NO_ACCOUT",
|
|
254
|
-
"type": "REDIS"
|
|
255
|
-
}
|
|
256
|
-
oracle:
|
|
257
|
-
{
|
|
258
|
-
"deployType": "CONNSTR_CVMDB",
|
|
259
|
-
"url": "jdbc:oracle:thin:@1.1.1.1:1521:example#test#123456",
|
|
260
|
-
"username": "oracle",
|
|
261
|
-
"password": "example#test#123456",
|
|
262
|
-
"region": "ap-shanghai",
|
|
263
|
-
"vpcId": "vpc-kprq42yo",
|
|
264
|
-
"type": "ORACLE"
|
|
265
|
-
}
|
|
266
|
-
mongodb:
|
|
267
|
-
advanceParams(自定义参数,会拼接至url后)
|
|
268
|
-
{
|
|
269
|
-
"advanceParams": [
|
|
270
|
-
{
|
|
271
|
-
"key": "authSource",
|
|
272
|
-
"value": "auth"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"db": "admin",
|
|
276
|
-
"deployType": "CONNSTR_PUBLICDB",
|
|
277
|
-
"username": "user",
|
|
278
|
-
"password": "example#test#123456",
|
|
279
|
-
"type": "MONGODB",
|
|
280
|
-
"host": "1.1.1.1:9200"
|
|
281
|
-
}
|
|
282
|
-
postgresql:
|
|
283
|
-
{
|
|
284
|
-
"deployType": "CONNSTR_PUBLICDB",
|
|
285
|
-
"url": "jdbc:postgresql://1.1.1.1:1921/example#test#123456",
|
|
286
|
-
"username": "user",
|
|
287
|
-
"password": "example#test#123456",
|
|
288
|
-
"type": "POSTGRE"
|
|
289
|
-
}
|
|
290
|
-
kafka:
|
|
291
|
-
authType:
|
|
292
|
-
- sasl
|
|
293
|
-
- jaas
|
|
294
|
-
- sasl_plaintext
|
|
295
|
-
- sasl_ssl
|
|
296
|
-
- GSSAPI
|
|
297
|
-
ssl:
|
|
298
|
-
-PLAIN
|
|
299
|
-
-GSSAPI
|
|
300
|
-
{
|
|
301
|
-
"deployType": "CONNSTR_PUBLICDB",
|
|
302
|
-
"host": "1.1.1.1:9092",
|
|
303
|
-
"ssl": "GSSAPI",
|
|
304
|
-
"authType": "sasl",
|
|
305
|
-
"type": "KAFKA",
|
|
306
|
-
"principal": "aaaa",
|
|
307
|
-
"serviceName": "kafka"
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
cos:
|
|
311
|
-
{
|
|
312
|
-
"region": "ap-shanghai",
|
|
313
|
-
"deployType": "INSTANCE",
|
|
314
|
-
"secretId": "aaaaa",
|
|
315
|
-
"secretKey": "example#test#123456",
|
|
316
|
-
"bucket": "aaa",
|
|
317
|
-
"type": "COS"
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
```
|
|
207
|
+
* <p>数据源的配置信息,以JSON KV存储,根据每个数据源类型不同,而KV存储信息不同</p><blockquote><p>deployType:<br>CONNSTR_PUBLICDB(公网实例)<br>CONNSTR_CVMDB(自建实例)<br>INSTANCE(云实例)</p></blockquote><p><pre><code>mysql: 自建实例{ "deployType": "CONNSTR_CVMDB", "url": "jdbc:mysql://1.1.1.1:1111/example#test#123456", "username": "root", "password": "example#test#123456", "region": "ap-shanghai", "vpcId": "vpc-kprq42yo", "type": "MYSQL"}mysql: 云实例{ "instanceid": "cdb-12uxdo5e", "db": "db", "region": "ap-shanghai", "username": "msyql", "password": "example#test#123456", "deployType": "INSTANCE", "type": "TENCENT_MYSQL"}sql_server: { "deployType": "CONNSTR_PUBLICDB", "url": "jdbc:sqlserver://1.1.1.1:223;example#test#123456", "username": "user_1", "password": "example#test#123456", "type": "SQLSERVER"}redis: redisType: -NO_ACCOUT(免账号) -SELF_ACCOUNT(自定义账号){ "deployType": "CONNSTR_PUBLICDB", "username":"" "password": "example#test#123456", "ip": "1.1.1.1", "port": "6379", "redisType": "NO_ACCOUT", "type": "REDIS"}oracle: { "deployType": "CONNSTR_CVMDB", "url": "jdbc:oracle:thin:@1.1.1.1:1521:example#test#123456", "username": "oracle", "password": "example#test#123456", "region": "ap-shanghai", "vpcId": "vpc-kprq42yo", "type": "ORACLE"}mongodb: advanceParams(自定义参数,会拼接至url后){ "advanceParams": [ { "key": "authSource", "value": "auth" } ], "db": "admin", "deployType": "CONNSTR_PUBLICDB", "username": "user", "password": "example#test#123456", "type": "MONGODB", "host": "1.1.1.1:9200"}postgresql:{ "deployType": "CONNSTR_PUBLICDB", "url": "jdbc:postgresql://1.1.1.1:1921/example#test#123456", "username": "user", "password": "example#test#123456", "type": "POSTGRE"}kafka: authType: - sasl - jaas - sasl_plaintext - sasl_ssl - GSSAPI ssl: -PLAIN -GSSAPI{ "deployType": "CONNSTR_PUBLICDB", "host": "1.1.1.1:9092", "ssl": "GSSAPI", "authType": "sasl", "type": "KAFKA", "principal": "aaaa", "serviceName": "kafka"}cos:{ "region": "ap-shanghai", "deployType": "INSTANCE", "secretId": "aaaaa", "secretKey": "example#test#123456", "bucket": "aaa", "type": "COS"}</code></pre></p>
|
|
321
208
|
*/
|
|
322
209
|
ProdConProperties: string;
|
|
323
210
|
/**
|
|
324
|
-
*
|
|
211
|
+
* <p>开发环境数据源配置信息,若项目为标准模式,则此字段必填</p>
|
|
325
212
|
*/
|
|
326
213
|
DevConProperties?: string;
|
|
327
214
|
/**
|
|
328
|
-
*
|
|
215
|
+
* <p>生产环境数据源文件上传</p>
|
|
329
216
|
*/
|
|
330
217
|
ProdFileUpload?: DataSourceFileUpload;
|
|
331
218
|
/**
|
|
332
|
-
*
|
|
219
|
+
* <p>开发环境数据源文件上传</p>
|
|
333
220
|
*/
|
|
334
221
|
DevFileUpload?: DataSourceFileUpload;
|
|
335
222
|
/**
|
|
336
|
-
*
|
|
223
|
+
* <p>数据源展示名,为了可视化查看</p>
|
|
337
224
|
*/
|
|
338
225
|
DisplayName?: string;
|
|
339
226
|
/**
|
|
340
|
-
*
|
|
227
|
+
* <p>数据源描述信息</p>
|
|
341
228
|
*/
|
|
342
229
|
Description?: string;
|
|
343
230
|
}
|
|
@@ -373,87 +260,31 @@ export interface DeleteWorkflowResponse {
|
|
|
373
260
|
*/
|
|
374
261
|
export interface ListDataSourcesRequest {
|
|
375
262
|
/**
|
|
376
|
-
*
|
|
263
|
+
* <p>项目id</p>
|
|
377
264
|
*/
|
|
378
265
|
ProjectId: string;
|
|
379
266
|
/**
|
|
380
|
-
*
|
|
267
|
+
* <p>返回数量,默认10</p>
|
|
381
268
|
*/
|
|
382
269
|
PageSize?: number;
|
|
383
270
|
/**
|
|
384
|
-
*
|
|
271
|
+
* <p>页码,默认1</p>
|
|
385
272
|
*/
|
|
386
273
|
PageNumber?: number;
|
|
387
274
|
/**
|
|
388
|
-
*
|
|
275
|
+
* <p>数据源名称</p>
|
|
389
276
|
*/
|
|
390
277
|
Name?: string;
|
|
391
278
|
/**
|
|
392
|
-
*
|
|
279
|
+
* <p>数据源展示名</p>
|
|
393
280
|
*/
|
|
394
281
|
DisplayName?: string;
|
|
395
282
|
/**
|
|
396
|
-
*
|
|
397
|
-
|
|
398
|
-
- MYSQL
|
|
399
|
-
- TENCENT_MYSQL
|
|
400
|
-
- POSTGRE
|
|
401
|
-
- ORACLE
|
|
402
|
-
- SQLSERVER
|
|
403
|
-
- FTP
|
|
404
|
-
- HIVE
|
|
405
|
-
- HUDI
|
|
406
|
-
- HDFS
|
|
407
|
-
- ICEBERG
|
|
408
|
-
- KAFKA
|
|
409
|
-
- HBASE
|
|
410
|
-
- SPARK
|
|
411
|
-
- VIRTUAL
|
|
412
|
-
- TBASE
|
|
413
|
-
- DB2
|
|
414
|
-
- DM
|
|
415
|
-
- GAUSSDB
|
|
416
|
-
- GBASE
|
|
417
|
-
- IMPALA
|
|
418
|
-
- ES
|
|
419
|
-
- TENCENT_ES
|
|
420
|
-
- GREENPLUM
|
|
421
|
-
- PHOENIX
|
|
422
|
-
- SAP_HANA
|
|
423
|
-
- SFTP
|
|
424
|
-
- OCEANBASE
|
|
425
|
-
- CLICKHOUSE
|
|
426
|
-
- KUDU
|
|
427
|
-
- VERTICA
|
|
428
|
-
- REDIS
|
|
429
|
-
- COS
|
|
430
|
-
- DLC
|
|
431
|
-
- DORIS
|
|
432
|
-
- CKAFKA
|
|
433
|
-
- S3
|
|
434
|
-
- TDSQL
|
|
435
|
-
- TDSQL_MYSQL
|
|
436
|
-
- MONGODB
|
|
437
|
-
- TENCENT_MONGODB
|
|
438
|
-
- REST_API
|
|
439
|
-
- SuperSQL
|
|
440
|
-
- PRESTO
|
|
441
|
-
- TiDB
|
|
442
|
-
- StarRocks
|
|
443
|
-
- Trino
|
|
444
|
-
- Kyuubi
|
|
445
|
-
- TCHOUSE_X
|
|
446
|
-
- TCHOUSE_P
|
|
447
|
-
- TCHOUSE_C
|
|
448
|
-
- TCHOUSE_D
|
|
449
|
-
- INFLUXDB
|
|
450
|
-
- BIG_QUERY
|
|
451
|
-
- SSH
|
|
452
|
-
- BLOB
|
|
283
|
+
* <p>数据源类型:枚举值</p><ul><li>MYSQL</li><li>TENCENT_MYSQL</li><li>POSTGRE</li><li>ORACLE</li><li>SQLSERVER</li><li>FTP</li><li>HIVE</li><li>HUDI</li><li>HDFS</li><li>ICEBERG</li><li>KAFKA</li><li>HBASE</li><li>SPARK</li><li>VIRTUAL</li><li>TBASE</li><li>DB2</li><li>DM</li><li>GAUSSDB</li><li>GBASE</li><li>IMPALA</li><li>ES</li><li>TENCENT_ES</li><li>GREENPLUM</li><li>PHOENIX</li><li>SAP_HANA</li><li>SFTP</li><li>OCEANBASE</li><li>CLICKHOUSE</li><li>KUDU</li><li>VERTICA</li><li>REDIS</li><li>COS</li><li>DLC</li><li>DORIS</li><li>CKAFKA</li><li>S3</li><li>TDSQL</li><li>TDSQL_MYSQL</li><li>MONGODB</li><li>TENCENT_MONGODB</li><li>REST_API</li><li>SuperSQL</li><li>PRESTO</li><li>TiDB</li><li>StarRocks</li><li>Trino</li><li>Kyuubi</li><li>TCHOUSE_X</li><li>TCHOUSE_P</li><li>TCHOUSE_C</li><li>TCHOUSE_D</li><li>INFLUXDB</li><li>BIG_QUERY</li><li>SSH</li><li>BLOB</li></ul>
|
|
453
284
|
*/
|
|
454
285
|
Type?: Array<string>;
|
|
455
286
|
/**
|
|
456
|
-
*
|
|
287
|
+
* <p>创建人</p>
|
|
457
288
|
*/
|
|
458
289
|
Creator?: string;
|
|
459
290
|
}
|
|
@@ -5519,7 +5350,7 @@ export interface CreateQualityRuleGroupResultVO {
|
|
|
5519
5350
|
*/
|
|
5520
5351
|
export interface ListDataSourcesResponse {
|
|
5521
5352
|
/**
|
|
5522
|
-
*
|
|
5353
|
+
* <p>数据源列表</p>
|
|
5523
5354
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5524
5355
|
*/
|
|
5525
5356
|
Data?: DataSourceInfo;
|
|
@@ -9143,7 +8974,7 @@ export interface KillTriggerWorkflowRunsResponse {
|
|
|
9143
8974
|
*/
|
|
9144
8975
|
export interface CreateTaskResponse {
|
|
9145
8976
|
/**
|
|
9146
|
-
*
|
|
8977
|
+
* <p>任务ID</p>
|
|
9147
8978
|
*/
|
|
9148
8979
|
Data?: CreateTaskResult;
|
|
9149
8980
|
/**
|
|
@@ -11926,19 +11757,19 @@ export interface DeleteWorkflowPermission {
|
|
|
11926
11757
|
*/
|
|
11927
11758
|
export interface CreateTaskRequest {
|
|
11928
11759
|
/**
|
|
11929
|
-
*
|
|
11760
|
+
* <p>项目ID</p>
|
|
11930
11761
|
*/
|
|
11931
11762
|
ProjectId: string;
|
|
11932
11763
|
/**
|
|
11933
|
-
*
|
|
11764
|
+
* <p>任务基本属性</p>
|
|
11934
11765
|
*/
|
|
11935
11766
|
TaskBaseAttribute: CreateTaskBaseAttribute;
|
|
11936
11767
|
/**
|
|
11937
|
-
*
|
|
11768
|
+
* <p>任务配置</p>
|
|
11938
11769
|
*/
|
|
11939
11770
|
TaskConfiguration: CreateTaskConfiguration;
|
|
11940
11771
|
/**
|
|
11941
|
-
*
|
|
11772
|
+
* <p>任务调度配置</p>
|
|
11942
11773
|
*/
|
|
11943
11774
|
TaskSchedulerConfiguration: CreateTaskSchedulerConfiguration;
|
|
11944
11775
|
}
|
|
@@ -11993,11 +11824,11 @@ export interface GetOpsTriggerWorkflowRequest {
|
|
|
11993
11824
|
*/
|
|
11994
11825
|
export interface GetDataSourceRequest {
|
|
11995
11826
|
/**
|
|
11996
|
-
*
|
|
11827
|
+
* <p>项目id</p>
|
|
11997
11828
|
*/
|
|
11998
11829
|
ProjectId: string;
|
|
11999
11830
|
/**
|
|
12000
|
-
*
|
|
11831
|
+
* <p>数据源id</p>
|
|
12001
11832
|
*/
|
|
12002
11833
|
Id: number;
|
|
12003
11834
|
}
|
|
@@ -15043,7 +14874,7 @@ export interface KVPair {
|
|
|
15043
14874
|
*/
|
|
15044
14875
|
export interface CreateDataSourceResponse {
|
|
15045
14876
|
/**
|
|
15046
|
-
*
|
|
14877
|
+
* <p>主键ID</p>
|
|
15047
14878
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15048
14879
|
*/
|
|
15049
14880
|
Data?: DataSourceResult;
|
|
@@ -16378,7 +16209,7 @@ export interface AuthorizeResult {
|
|
|
16378
16209
|
*/
|
|
16379
16210
|
export interface GetDataSourceResponse {
|
|
16380
16211
|
/**
|
|
16381
|
-
*
|
|
16212
|
+
* <p>数据源列表</p>
|
|
16382
16213
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16383
16214
|
*/
|
|
16384
16215
|
Data?: DataSource;
|