tencentcloud-sdk-nodejs-wedata 4.0.964 → 4.0.971
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/products.md +89 -89
- package/src/services/wedata/v20210820/wedata_client.ts +37 -0
- package/src/services/wedata/v20210820/wedata_models.ts +428 -17
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -17
|
@@ -260,6 +260,37 @@ export interface DescribeStreamTaskLogListRequest {
|
|
|
260
260
|
Keyword?: string
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
+
/**
|
|
264
|
+
* 数据源信息
|
|
265
|
+
*/
|
|
266
|
+
export interface GovDatasourceInfo {
|
|
267
|
+
/**
|
|
268
|
+
* 数据源id
|
|
269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
|
+
*/
|
|
271
|
+
DatasourceId?: string
|
|
272
|
+
/**
|
|
273
|
+
* 数据源名称
|
|
274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
275
|
+
*/
|
|
276
|
+
DatasourceName?: string
|
|
277
|
+
/**
|
|
278
|
+
* 数据源集群ID
|
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
280
|
+
*/
|
|
281
|
+
DatasourceClusterId?: string
|
|
282
|
+
/**
|
|
283
|
+
* 数据源urn
|
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
285
|
+
*/
|
|
286
|
+
DatasourceUrn?: string
|
|
287
|
+
/**
|
|
288
|
+
* 数据源环境
|
|
289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
290
|
+
*/
|
|
291
|
+
DatasourceEnv?: string
|
|
292
|
+
}
|
|
293
|
+
|
|
263
294
|
/**
|
|
264
295
|
* DescribeIntegrationNode返回参数结构体
|
|
265
296
|
*/
|
|
@@ -764,6 +795,44 @@ export interface DescribeRealTimeTaskSpeedRequest {
|
|
|
764
795
|
ProjectId: string
|
|
765
796
|
}
|
|
766
797
|
|
|
798
|
+
/**
|
|
799
|
+
* UpdateDataModelRegistryInfo请求参数结构体
|
|
800
|
+
*/
|
|
801
|
+
export interface UpdateDataModelRegistryInfoRequest {
|
|
802
|
+
/**
|
|
803
|
+
* 云应用的实例id
|
|
804
|
+
*/
|
|
805
|
+
CloudappId: string
|
|
806
|
+
/**
|
|
807
|
+
* 数语的CAM角色
|
|
808
|
+
*/
|
|
809
|
+
AppCamRole: string
|
|
810
|
+
/**
|
|
811
|
+
* 数语的ip
|
|
812
|
+
*/
|
|
813
|
+
Vip: string
|
|
814
|
+
/**
|
|
815
|
+
* 数语的端口
|
|
816
|
+
*/
|
|
817
|
+
Vport: number
|
|
818
|
+
/**
|
|
819
|
+
* 数语的CAM角色id
|
|
820
|
+
*/
|
|
821
|
+
AppCamRoleId?: string
|
|
822
|
+
/**
|
|
823
|
+
* 服务提供方
|
|
824
|
+
*/
|
|
825
|
+
Provider?: string
|
|
826
|
+
/**
|
|
827
|
+
* 租户id
|
|
828
|
+
*/
|
|
829
|
+
TenantId?: string
|
|
830
|
+
/**
|
|
831
|
+
* 主账号id
|
|
832
|
+
*/
|
|
833
|
+
OwnId?: string
|
|
834
|
+
}
|
|
835
|
+
|
|
767
836
|
/**
|
|
768
837
|
* 批量操作出参
|
|
769
838
|
*/
|
|
@@ -1873,6 +1942,29 @@ export interface RuleGroupExecResult {
|
|
|
1873
1942
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1874
1943
|
*/
|
|
1875
1944
|
DsEnvType?: string
|
|
1945
|
+
/**
|
|
1946
|
+
* 项目id
|
|
1947
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1948
|
+
*/
|
|
1949
|
+
ProjectId?: string
|
|
1950
|
+
/**
|
|
1951
|
+
* 项目名称
|
|
1952
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1953
|
+
*/
|
|
1954
|
+
ProjectName?: string
|
|
1955
|
+
/**
|
|
1956
|
+
* 实例状态
|
|
1957
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1958
|
+
*/
|
|
1959
|
+
InstanceStatus?: string
|
|
1960
|
+
/**
|
|
1961
|
+
* 实例运行的开始时间
|
|
1962
|
+
*/
|
|
1963
|
+
StartTime?: string
|
|
1964
|
+
/**
|
|
1965
|
+
* 实例运行的结束时间
|
|
1966
|
+
*/
|
|
1967
|
+
FinishTime?: string
|
|
1876
1968
|
}
|
|
1877
1969
|
|
|
1878
1970
|
/**
|
|
@@ -2784,6 +2876,16 @@ export interface InstanceOpsDto {
|
|
|
2784
2876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2785
2877
|
*/
|
|
2786
2878
|
CirculateInstanceList?: Array<InstanceOpsDto>
|
|
2879
|
+
/**
|
|
2880
|
+
* 并发策略, 0: 等待并发, 1: kill自身
|
|
2881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2882
|
+
*/
|
|
2883
|
+
ConcurrentStrategy?: number
|
|
2884
|
+
/**
|
|
2885
|
+
* 调度运行方式, 0: 周期调度, 1: 空跑调度
|
|
2886
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2887
|
+
*/
|
|
2888
|
+
ScheduleRunType?: number
|
|
2787
2889
|
}
|
|
2788
2890
|
|
|
2789
2891
|
/**
|
|
@@ -3279,27 +3381,27 @@ export interface ProjectUserRole {
|
|
|
3279
3381
|
* 用户角色对象
|
|
3280
3382
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3281
3383
|
*/
|
|
3282
|
-
Roles
|
|
3384
|
+
Roles?: Array<SystemRole>
|
|
3283
3385
|
/**
|
|
3284
3386
|
* mc
|
|
3285
3387
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3286
3388
|
*/
|
|
3287
|
-
UserName
|
|
3389
|
+
UserName?: string
|
|
3288
3390
|
/**
|
|
3289
3391
|
* 用户id
|
|
3290
3392
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3291
3393
|
*/
|
|
3292
|
-
UserId
|
|
3394
|
+
UserId?: string
|
|
3293
3395
|
/**
|
|
3294
3396
|
* 创建时间
|
|
3295
3397
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3296
3398
|
*/
|
|
3297
|
-
CreateTime
|
|
3399
|
+
CreateTime?: string
|
|
3298
3400
|
/**
|
|
3299
3401
|
* 是否创建者
|
|
3300
3402
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3301
3403
|
*/
|
|
3302
|
-
Creator
|
|
3404
|
+
Creator?: boolean
|
|
3303
3405
|
/**
|
|
3304
3406
|
* 显示名称
|
|
3305
3407
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3310,6 +3412,26 @@ export interface ProjectUserRole {
|
|
|
3310
3412
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3311
3413
|
*/
|
|
3312
3414
|
IsProjectAdmin?: boolean
|
|
3415
|
+
/**
|
|
3416
|
+
* 手机号
|
|
3417
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3418
|
+
*/
|
|
3419
|
+
PhoneNum?: string
|
|
3420
|
+
/**
|
|
3421
|
+
* 邮箱
|
|
3422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3423
|
+
*/
|
|
3424
|
+
Email?: string
|
|
3425
|
+
/**
|
|
3426
|
+
* 主账号id
|
|
3427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3428
|
+
*/
|
|
3429
|
+
OwnerUin?: string
|
|
3430
|
+
/**
|
|
3431
|
+
* 租户iD
|
|
3432
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3433
|
+
*/
|
|
3434
|
+
AppId?: string
|
|
3313
3435
|
}
|
|
3314
3436
|
|
|
3315
3437
|
/**
|
|
@@ -4214,6 +4336,16 @@ export interface Rule {
|
|
|
4214
4336
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4215
4337
|
*/
|
|
4216
4338
|
TargetSchemaName?: string
|
|
4339
|
+
/**
|
|
4340
|
+
* 项目id
|
|
4341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4342
|
+
*/
|
|
4343
|
+
ProjectId?: string
|
|
4344
|
+
/**
|
|
4345
|
+
* 项目名称
|
|
4346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4347
|
+
*/
|
|
4348
|
+
ProjectName?: string
|
|
4217
4349
|
}
|
|
4218
4350
|
|
|
4219
4351
|
/**
|
|
@@ -4321,14 +4453,26 @@ export interface DescribeInstanceLogDetailRequest {
|
|
|
4321
4453
|
* 数据时间
|
|
4322
4454
|
*/
|
|
4323
4455
|
CurRunDate: string
|
|
4456
|
+
/**
|
|
4457
|
+
* 日志级别,Info/Debug/Warn/Error/All
|
|
4458
|
+
*/
|
|
4459
|
+
LogLevelType?: string
|
|
4460
|
+
/**
|
|
4461
|
+
* 文件类型,Log/Code
|
|
4462
|
+
*/
|
|
4463
|
+
ExecutionFileType?: string
|
|
4464
|
+
/**
|
|
4465
|
+
* 统一执行平台执行id
|
|
4466
|
+
*/
|
|
4467
|
+
ExecutionJobId?: string
|
|
4324
4468
|
/**
|
|
4325
4469
|
* 服务器Ip
|
|
4326
4470
|
*/
|
|
4327
|
-
BrokerIp
|
|
4471
|
+
BrokerIp?: string
|
|
4328
4472
|
/**
|
|
4329
4473
|
* 文件Name
|
|
4330
4474
|
*/
|
|
4331
|
-
OriginFileName
|
|
4475
|
+
OriginFileName?: string
|
|
4332
4476
|
/**
|
|
4333
4477
|
* 起始行
|
|
4334
4478
|
*/
|
|
@@ -4337,6 +4481,14 @@ export interface DescribeInstanceLogDetailRequest {
|
|
|
4337
4481
|
* 每次查询行数
|
|
4338
4482
|
*/
|
|
4339
4483
|
LineCount?: number
|
|
4484
|
+
/**
|
|
4485
|
+
* 查询日志扩展信息,通过统一执行平台接口分页查询日志时需要带上,第一页时为null
|
|
4486
|
+
*/
|
|
4487
|
+
ExtInfo?: string
|
|
4488
|
+
/**
|
|
4489
|
+
* 请求来源,WEB 前端;CLIENT 客户端
|
|
4490
|
+
*/
|
|
4491
|
+
RequestFromSource?: string
|
|
4340
4492
|
}
|
|
4341
4493
|
|
|
4342
4494
|
/**
|
|
@@ -4992,6 +5144,10 @@ export interface GetCosTokenRequest {
|
|
|
4992
5144
|
* 远程地址
|
|
4993
5145
|
*/
|
|
4994
5146
|
RemotePath?: string
|
|
5147
|
+
/**
|
|
5148
|
+
* 地域
|
|
5149
|
+
*/
|
|
5150
|
+
RemoteRegion?: string
|
|
4995
5151
|
}
|
|
4996
5152
|
|
|
4997
5153
|
/**
|
|
@@ -5587,11 +5743,11 @@ export interface DescribeOrganizationalFunctionsRequest {
|
|
|
5587
5743
|
/**
|
|
5588
5744
|
* 过滤条件
|
|
5589
5745
|
*/
|
|
5590
|
-
Filters?: Filter
|
|
5746
|
+
Filters?: Array<Filter>
|
|
5591
5747
|
/**
|
|
5592
5748
|
* 排序条件
|
|
5593
5749
|
*/
|
|
5594
|
-
OrderFields?: OrderField
|
|
5750
|
+
OrderFields?: Array<OrderField>
|
|
5595
5751
|
}
|
|
5596
5752
|
|
|
5597
5753
|
/**
|
|
@@ -5609,6 +5765,20 @@ export interface DescribeRuleTemplateResponse {
|
|
|
5609
5765
|
RequestId?: string
|
|
5610
5766
|
}
|
|
5611
5767
|
|
|
5768
|
+
/**
|
|
5769
|
+
* CreateDataModel返回参数结构体
|
|
5770
|
+
*/
|
|
5771
|
+
export interface CreateDataModelResponse {
|
|
5772
|
+
/**
|
|
5773
|
+
* “Wedata数据建模”的实例id
|
|
5774
|
+
*/
|
|
5775
|
+
Data?: string
|
|
5776
|
+
/**
|
|
5777
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5778
|
+
*/
|
|
5779
|
+
RequestId?: string
|
|
5780
|
+
}
|
|
5781
|
+
|
|
5612
5782
|
/**
|
|
5613
5783
|
* DescribeDependTaskLists请求参数结构体
|
|
5614
5784
|
*/
|
|
@@ -5722,6 +5892,36 @@ export interface DatabaseMeta {
|
|
|
5722
5892
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5723
5893
|
*/
|
|
5724
5894
|
CreateTime?: string
|
|
5895
|
+
/**
|
|
5896
|
+
* 总表数
|
|
5897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5898
|
+
*/
|
|
5899
|
+
TableCount?: number
|
|
5900
|
+
/**
|
|
5901
|
+
* 数据源信息
|
|
5902
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5903
|
+
*/
|
|
5904
|
+
DatasourceList?: Array<GovDatasourceInfo>
|
|
5905
|
+
/**
|
|
5906
|
+
* 采集任务id
|
|
5907
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5908
|
+
*/
|
|
5909
|
+
CollectJobId?: string
|
|
5910
|
+
/**
|
|
5911
|
+
* 采集任务名称
|
|
5912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5913
|
+
*/
|
|
5914
|
+
CollectJobName?: string
|
|
5915
|
+
/**
|
|
5916
|
+
* 引擎id
|
|
5917
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5918
|
+
*/
|
|
5919
|
+
ClusterId?: string
|
|
5920
|
+
/**
|
|
5921
|
+
* 引擎名称
|
|
5922
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5923
|
+
*/
|
|
5924
|
+
ClusterName?: string
|
|
5725
5925
|
}
|
|
5726
5926
|
|
|
5727
5927
|
/**
|
|
@@ -6567,6 +6767,11 @@ export interface DescribeTableQualityDetailsRequest {
|
|
|
6567
6767
|
* DescribeScheduleInstances返回参数结构体
|
|
6568
6768
|
*/
|
|
6569
6769
|
export interface DescribeScheduleInstancesResponse {
|
|
6770
|
+
/**
|
|
6771
|
+
* 请求来源,WEB 前端;CLIENT 客户端
|
|
6772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6773
|
+
*/
|
|
6774
|
+
RequestFromSource?: string
|
|
6570
6775
|
/**
|
|
6571
6776
|
* 实例结果集
|
|
6572
6777
|
*/
|
|
@@ -8321,6 +8526,11 @@ export interface InstanceLogInfo {
|
|
|
8321
8526
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8322
8527
|
*/
|
|
8323
8528
|
ExtensionInfo?: Array<AttributeItemDTO>
|
|
8529
|
+
/**
|
|
8530
|
+
* 统一执行平台,下发执行Id
|
|
8531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8532
|
+
*/
|
|
8533
|
+
ExecutionJobId?: string
|
|
8324
8534
|
}
|
|
8325
8535
|
|
|
8326
8536
|
/**
|
|
@@ -8982,6 +9192,21 @@ export interface InstanceLifeCycleOpsDto {
|
|
|
8982
9192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8983
9193
|
*/
|
|
8984
9194
|
InstanceState?: string
|
|
9195
|
+
/**
|
|
9196
|
+
* 调度运行方式, 0: 周期调度, 1: 空跑调度
|
|
9197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9198
|
+
*/
|
|
9199
|
+
ScheduleRunType?: number
|
|
9200
|
+
/**
|
|
9201
|
+
* 统一执行平台,下发执行Id
|
|
9202
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9203
|
+
*/
|
|
9204
|
+
ExecutionJobId?: string
|
|
9205
|
+
/**
|
|
9206
|
+
* 实例运行类型: 0: 普通运行, 1: 空跑运行
|
|
9207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9208
|
+
*/
|
|
9209
|
+
InstanceRunType?: number
|
|
8985
9210
|
}
|
|
8986
9211
|
|
|
8987
9212
|
/**
|
|
@@ -9176,6 +9401,21 @@ export interface WorkflowScheduleDtoDs {
|
|
|
9176
9401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9177
9402
|
*/
|
|
9178
9403
|
LatestSubmitTime?: string
|
|
9404
|
+
/**
|
|
9405
|
+
* 日历调度是否开启
|
|
9406
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9407
|
+
*/
|
|
9408
|
+
CalendarOpen?: string
|
|
9409
|
+
/**
|
|
9410
|
+
* 日历调度名称
|
|
9411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9412
|
+
*/
|
|
9413
|
+
CalendarName?: string
|
|
9414
|
+
/**
|
|
9415
|
+
* 日历调度id
|
|
9416
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9417
|
+
*/
|
|
9418
|
+
CalendarId?: string
|
|
9179
9419
|
}
|
|
9180
9420
|
|
|
9181
9421
|
/**
|
|
@@ -11024,6 +11264,20 @@ export interface BatchResultDs {
|
|
|
11024
11264
|
Total?: number
|
|
11025
11265
|
}
|
|
11026
11266
|
|
|
11267
|
+
/**
|
|
11268
|
+
* DeleteDataModel返回参数结构体
|
|
11269
|
+
*/
|
|
11270
|
+
export interface DeleteDataModelResponse {
|
|
11271
|
+
/**
|
|
11272
|
+
* 是否销毁成功
|
|
11273
|
+
*/
|
|
11274
|
+
Data?: boolean
|
|
11275
|
+
/**
|
|
11276
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11277
|
+
*/
|
|
11278
|
+
RequestId?: string
|
|
11279
|
+
}
|
|
11280
|
+
|
|
11027
11281
|
/**
|
|
11028
11282
|
* DescribeIntegrationNode请求参数结构体
|
|
11029
11283
|
*/
|
|
@@ -13971,6 +14225,10 @@ export interface InstanceApiOpsRequest {
|
|
|
13971
14225
|
* 资源组id,多个资源组id用英文逗号分隔
|
|
13972
14226
|
*/
|
|
13973
14227
|
ExecutorGroupIdList?: Array<string>
|
|
14228
|
+
/**
|
|
14229
|
+
* true 只过滤重跑过的实例,false 忽略此过滤条件,结果集过滤条件中不包括是否重跑
|
|
14230
|
+
*/
|
|
14231
|
+
OnlyRerun?: boolean
|
|
13974
14232
|
}
|
|
13975
14233
|
|
|
13976
14234
|
/**
|
|
@@ -14186,6 +14444,21 @@ export interface InstanceLogInfoOpsDto {
|
|
|
14186
14444
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14187
14445
|
*/
|
|
14188
14446
|
LineCount?: number
|
|
14447
|
+
/**
|
|
14448
|
+
* 统一执行平台日志分页查询参数
|
|
14449
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14450
|
+
*/
|
|
14451
|
+
ExtInfo?: string
|
|
14452
|
+
/**
|
|
14453
|
+
* 日志分页查询,是否最后一页
|
|
14454
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14455
|
+
*/
|
|
14456
|
+
IsEnd?: boolean
|
|
14457
|
+
/**
|
|
14458
|
+
* 文件大小
|
|
14459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14460
|
+
*/
|
|
14461
|
+
FileSize?: string
|
|
14189
14462
|
}
|
|
14190
14463
|
|
|
14191
14464
|
/**
|
|
@@ -15009,6 +15282,20 @@ export interface ModifyApproveStatusRequest {
|
|
|
15009
15282
|
Status?: string
|
|
15010
15283
|
}
|
|
15011
15284
|
|
|
15285
|
+
/**
|
|
15286
|
+
* UpdateDataModelRegistryInfo返回参数结构体
|
|
15287
|
+
*/
|
|
15288
|
+
export interface UpdateDataModelRegistryInfoResponse {
|
|
15289
|
+
/**
|
|
15290
|
+
* 数语向wedata注册成功
|
|
15291
|
+
*/
|
|
15292
|
+
Data?: boolean
|
|
15293
|
+
/**
|
|
15294
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15295
|
+
*/
|
|
15296
|
+
RequestId?: string
|
|
15297
|
+
}
|
|
15298
|
+
|
|
15012
15299
|
/**
|
|
15013
15300
|
* DescribeOperateOpsTasks返回参数结构体
|
|
15014
15301
|
*/
|
|
@@ -15745,6 +16032,31 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
15745
16032
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15746
16033
|
*/
|
|
15747
16034
|
Schema?: string
|
|
16035
|
+
/**
|
|
16036
|
+
* 关联数据眼信息
|
|
16037
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16038
|
+
*/
|
|
16039
|
+
CollectDatasourceList?: Array<GovDatasourceInfo>
|
|
16040
|
+
/**
|
|
16041
|
+
* 采集任务id
|
|
16042
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16043
|
+
*/
|
|
16044
|
+
CollectJobId?: string
|
|
16045
|
+
/**
|
|
16046
|
+
* 采集任务名称
|
|
16047
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16048
|
+
*/
|
|
16049
|
+
CollectJobName?: string
|
|
16050
|
+
/**
|
|
16051
|
+
* 数据源urn
|
|
16052
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16053
|
+
*/
|
|
16054
|
+
Urn?: string
|
|
16055
|
+
/**
|
|
16056
|
+
* 是否有修改业务权限
|
|
16057
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16058
|
+
*/
|
|
16059
|
+
HasBizPermission?: boolean
|
|
15748
16060
|
}
|
|
15749
16061
|
|
|
15750
16062
|
/**
|
|
@@ -17350,14 +17662,30 @@ export interface DescribeInstanceLogFileRequest {
|
|
|
17350
17662
|
* 实例数据时间
|
|
17351
17663
|
*/
|
|
17352
17664
|
CurRunDate: string
|
|
17665
|
+
/**
|
|
17666
|
+
* 请求来源,WEB 前端;CLIENT 客户端
|
|
17667
|
+
*/
|
|
17668
|
+
RequestFromSource?: string
|
|
17353
17669
|
/**
|
|
17354
17670
|
* 执行机IP
|
|
17355
17671
|
*/
|
|
17356
|
-
BrokerIp
|
|
17672
|
+
BrokerIp?: string
|
|
17357
17673
|
/**
|
|
17358
17674
|
* 日志文件名
|
|
17359
17675
|
*/
|
|
17360
|
-
OriginFileName
|
|
17676
|
+
OriginFileName?: string
|
|
17677
|
+
/**
|
|
17678
|
+
* 执行平台下发执行id
|
|
17679
|
+
*/
|
|
17680
|
+
ExecutionJobId?: string
|
|
17681
|
+
/**
|
|
17682
|
+
* 日志级别,Info/Debug/Warn/Error/All
|
|
17683
|
+
*/
|
|
17684
|
+
LogLevelType?: string
|
|
17685
|
+
/**
|
|
17686
|
+
* 文件类型,Log/Code
|
|
17687
|
+
*/
|
|
17688
|
+
ExecutionFileType?: string
|
|
17361
17689
|
}
|
|
17362
17690
|
|
|
17363
17691
|
/**
|
|
@@ -17867,6 +18195,11 @@ export interface RuleExecResult {
|
|
|
17867
18195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17868
18196
|
*/
|
|
17869
18197
|
AlarmLevel?: number
|
|
18198
|
+
/**
|
|
18199
|
+
* 触发条件
|
|
18200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18201
|
+
*/
|
|
18202
|
+
TriggerCondition?: string
|
|
17870
18203
|
}
|
|
17871
18204
|
|
|
17872
18205
|
/**
|
|
@@ -18161,32 +18494,32 @@ export interface SystemRole {
|
|
|
18161
18494
|
/**
|
|
18162
18495
|
* 角色id
|
|
18163
18496
|
*/
|
|
18164
|
-
RoleId
|
|
18497
|
+
RoleId?: string
|
|
18165
18498
|
/**
|
|
18166
18499
|
* 角色名称
|
|
18167
18500
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18168
18501
|
*/
|
|
18169
|
-
Name
|
|
18502
|
+
Name?: string
|
|
18170
18503
|
/**
|
|
18171
18504
|
* 角色昵称
|
|
18172
18505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18173
18506
|
*/
|
|
18174
|
-
NameCn
|
|
18507
|
+
NameCn?: string
|
|
18175
18508
|
/**
|
|
18176
18509
|
* 描述
|
|
18177
18510
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18178
18511
|
*/
|
|
18179
|
-
Description
|
|
18512
|
+
Description?: string
|
|
18180
18513
|
/**
|
|
18181
18514
|
* 角色权限
|
|
18182
18515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18183
18516
|
*/
|
|
18184
|
-
Privileges
|
|
18517
|
+
Privileges?: Array<RolePrivilege>
|
|
18185
18518
|
/**
|
|
18186
18519
|
* 方法路径
|
|
18187
18520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18188
18521
|
*/
|
|
18189
|
-
MethodPaths
|
|
18522
|
+
MethodPaths?: Array<string>
|
|
18190
18523
|
/**
|
|
18191
18524
|
* 角色类型, 分为System,Tenant,Project,Commercial
|
|
18192
18525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -19985,6 +20318,10 @@ export interface DescribeSchedulerInstanceStatusRequest {
|
|
|
19985
20318
|
* DescribeScheduleInstances请求参数结构体
|
|
19986
20319
|
*/
|
|
19987
20320
|
export interface DescribeScheduleInstancesRequest {
|
|
20321
|
+
/**
|
|
20322
|
+
* 请求来源,WEB 前端;CLIENT 客户端
|
|
20323
|
+
*/
|
|
20324
|
+
RequestFromSource?: string
|
|
19988
20325
|
/**
|
|
19989
20326
|
* 实例列表
|
|
19990
20327
|
*/
|
|
@@ -20057,6 +20394,10 @@ export interface DescribeScheduleInstancesRequest {
|
|
|
20057
20394
|
* 是否计算总数
|
|
20058
20395
|
*/
|
|
20059
20396
|
IsCount?: boolean
|
|
20397
|
+
/**
|
|
20398
|
+
* 项目ID列表,用于多项目实例列表筛选,请注意,该字段传入时 ProjectId 字段也必须传,且传入的 ProjectIds 中的项目ID必须是当前用户有权限的项目ID,否则会由于权限校验失败报错
|
|
20399
|
+
*/
|
|
20400
|
+
ProjectIds?: Array<string>
|
|
20060
20401
|
}
|
|
20061
20402
|
|
|
20062
20403
|
/**
|
|
@@ -20474,6 +20815,23 @@ export interface RenewWorkflowSchedulerInfoDsRequest {
|
|
|
20474
20815
|
* CrontabExpression
|
|
20475
20816
|
*/
|
|
20476
20817
|
CrontabExpression?: string
|
|
20818
|
+
/**
|
|
20819
|
+
* 0:不修改
|
|
20820
|
+
1:将任务的上游依赖配置改为默认值
|
|
20821
|
+
*/
|
|
20822
|
+
ModifyCycleValue?: string
|
|
20823
|
+
/**
|
|
20824
|
+
* 是否开启日历调度 1 开启 0关闭
|
|
20825
|
+
*/
|
|
20826
|
+
CalendarOpen?: string
|
|
20827
|
+
/**
|
|
20828
|
+
* 日历名称
|
|
20829
|
+
*/
|
|
20830
|
+
CalendarName?: string
|
|
20831
|
+
/**
|
|
20832
|
+
* 日历id
|
|
20833
|
+
*/
|
|
20834
|
+
CalendarId?: string
|
|
20477
20835
|
}
|
|
20478
20836
|
|
|
20479
20837
|
/**
|
|
@@ -21364,6 +21722,36 @@ export interface DescribeIntegrationTaskResponse {
|
|
|
21364
21722
|
RequestId?: string
|
|
21365
21723
|
}
|
|
21366
21724
|
|
|
21725
|
+
/**
|
|
21726
|
+
* CreateDataModel请求参数结构体
|
|
21727
|
+
*/
|
|
21728
|
+
export interface CreateDataModelRequest {
|
|
21729
|
+
/**
|
|
21730
|
+
* 云应用的实例id
|
|
21731
|
+
*/
|
|
21732
|
+
CloudappId: string
|
|
21733
|
+
/**
|
|
21734
|
+
* 用户的子账号id
|
|
21735
|
+
*/
|
|
21736
|
+
UserId: string
|
|
21737
|
+
/**
|
|
21738
|
+
* Wedata数据建模购买参数,包年包月类型单位,年:y,月:m,默认m
|
|
21739
|
+
*/
|
|
21740
|
+
TimeUnit?: string
|
|
21741
|
+
/**
|
|
21742
|
+
* Wedata数据建模购买参数,购买时长,默认1
|
|
21743
|
+
*/
|
|
21744
|
+
TimeSpan?: number
|
|
21745
|
+
/**
|
|
21746
|
+
* Wedata数据建模购买参数,是否自动续费,是:1,否:0,默认0
|
|
21747
|
+
*/
|
|
21748
|
+
AutoRenewFlag?: number
|
|
21749
|
+
/**
|
|
21750
|
+
* Wedata数据建模购买参数,标准版:DATA_MODEL_STANDARD,企业版:DATA_MODEL_PRO,默认DATA_MODEL_STANDARD
|
|
21751
|
+
*/
|
|
21752
|
+
DataModelVersion?: string
|
|
21753
|
+
}
|
|
21754
|
+
|
|
21367
21755
|
/**
|
|
21368
21756
|
* DescribeQualityScoreTrend返回参数结构体
|
|
21369
21757
|
*/
|
|
@@ -22579,6 +22967,11 @@ export interface OrganizationalFunction {
|
|
|
22579
22967
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22580
22968
|
*/
|
|
22581
22969
|
EnvType?: string
|
|
22970
|
+
/**
|
|
22971
|
+
* 函数资源文件类型
|
|
22972
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22973
|
+
*/
|
|
22974
|
+
FunctionResourceFileType?: string
|
|
22582
22975
|
}
|
|
22583
22976
|
|
|
22584
22977
|
/**
|
|
@@ -22780,6 +23173,24 @@ export interface RuleGroupPage {
|
|
|
22780
23173
|
Items: Array<RuleGroup>
|
|
22781
23174
|
}
|
|
22782
23175
|
|
|
23176
|
+
/**
|
|
23177
|
+
* DeleteDataModel请求参数结构体
|
|
23178
|
+
*/
|
|
23179
|
+
export interface DeleteDataModelRequest {
|
|
23180
|
+
/**
|
|
23181
|
+
* 云应用的实例id
|
|
23182
|
+
*/
|
|
23183
|
+
CloudappId: string
|
|
23184
|
+
/**
|
|
23185
|
+
* 数据建模的实例id
|
|
23186
|
+
*/
|
|
23187
|
+
DataModelId: string
|
|
23188
|
+
/**
|
|
23189
|
+
* 用户的子账号id
|
|
23190
|
+
*/
|
|
23191
|
+
UserId: string
|
|
23192
|
+
}
|
|
23193
|
+
|
|
22783
23194
|
/**
|
|
22784
23195
|
* DescribeApproveList返回参数结构体
|
|
22785
23196
|
*/
|