tencentcloud-sdk-nodejs-wedata 4.0.964 → 4.0.970

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.
@@ -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
  */
@@ -1873,6 +1904,29 @@ export interface RuleGroupExecResult {
1873
1904
  注意:此字段可能返回 null,表示取不到有效值。
1874
1905
  */
1875
1906
  DsEnvType?: string
1907
+ /**
1908
+ * 项目id
1909
+ 注意:此字段可能返回 null,表示取不到有效值。
1910
+ */
1911
+ ProjectId?: string
1912
+ /**
1913
+ * 项目名称
1914
+ 注意:此字段可能返回 null,表示取不到有效值。
1915
+ */
1916
+ ProjectName?: string
1917
+ /**
1918
+ * 实例状态
1919
+ 注意:此字段可能返回 null,表示取不到有效值。
1920
+ */
1921
+ InstanceStatus?: string
1922
+ /**
1923
+ * 实例运行的开始时间
1924
+ */
1925
+ StartTime?: string
1926
+ /**
1927
+ * 实例运行的结束时间
1928
+ */
1929
+ FinishTime?: string
1876
1930
  }
1877
1931
 
1878
1932
  /**
@@ -2784,6 +2838,16 @@ export interface InstanceOpsDto {
2784
2838
  注意:此字段可能返回 null,表示取不到有效值。
2785
2839
  */
2786
2840
  CirculateInstanceList?: Array<InstanceOpsDto>
2841
+ /**
2842
+ * 并发策略, 0: 等待并发, 1: kill自身
2843
+ 注意:此字段可能返回 null,表示取不到有效值。
2844
+ */
2845
+ ConcurrentStrategy?: number
2846
+ /**
2847
+ * 调度运行方式, 0: 周期调度, 1: 空跑调度
2848
+ 注意:此字段可能返回 null,表示取不到有效值。
2849
+ */
2850
+ ScheduleRunType?: number
2787
2851
  }
2788
2852
 
2789
2853
  /**
@@ -3279,27 +3343,27 @@ export interface ProjectUserRole {
3279
3343
  * 用户角色对象
3280
3344
  注意:此字段可能返回 null,表示取不到有效值。
3281
3345
  */
3282
- Roles: Array<SystemRole>
3346
+ Roles?: Array<SystemRole>
3283
3347
  /**
3284
3348
  * mc
3285
3349
  注意:此字段可能返回 null,表示取不到有效值。
3286
3350
  */
3287
- UserName: string
3351
+ UserName?: string
3288
3352
  /**
3289
3353
  * 用户id
3290
3354
  注意:此字段可能返回 null,表示取不到有效值。
3291
3355
  */
3292
- UserId: string
3356
+ UserId?: string
3293
3357
  /**
3294
3358
  * 创建时间
3295
3359
  注意:此字段可能返回 null,表示取不到有效值。
3296
3360
  */
3297
- CreateTime: string
3361
+ CreateTime?: string
3298
3362
  /**
3299
3363
  * 是否创建者
3300
3364
  注意:此字段可能返回 null,表示取不到有效值。
3301
3365
  */
3302
- Creator: boolean
3366
+ Creator?: boolean
3303
3367
  /**
3304
3368
  * 显示名称
3305
3369
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3310,6 +3374,26 @@ export interface ProjectUserRole {
3310
3374
  注意:此字段可能返回 null,表示取不到有效值。
3311
3375
  */
3312
3376
  IsProjectAdmin?: boolean
3377
+ /**
3378
+ * 手机号
3379
+ 注意:此字段可能返回 null,表示取不到有效值。
3380
+ */
3381
+ PhoneNum?: string
3382
+ /**
3383
+ * 邮箱
3384
+ 注意:此字段可能返回 null,表示取不到有效值。
3385
+ */
3386
+ Email?: string
3387
+ /**
3388
+ * 主账号id
3389
+ 注意:此字段可能返回 null,表示取不到有效值。
3390
+ */
3391
+ OwnerUin?: string
3392
+ /**
3393
+ * 租户iD
3394
+ 注意:此字段可能返回 null,表示取不到有效值。
3395
+ */
3396
+ AppId?: string
3313
3397
  }
3314
3398
 
3315
3399
  /**
@@ -4214,6 +4298,16 @@ export interface Rule {
4214
4298
  注意:此字段可能返回 null,表示取不到有效值。
4215
4299
  */
4216
4300
  TargetSchemaName?: string
4301
+ /**
4302
+ * 项目id
4303
+ 注意:此字段可能返回 null,表示取不到有效值。
4304
+ */
4305
+ ProjectId?: string
4306
+ /**
4307
+ * 项目名称
4308
+ 注意:此字段可能返回 null,表示取不到有效值。
4309
+ */
4310
+ ProjectName?: string
4217
4311
  }
4218
4312
 
4219
4313
  /**
@@ -4321,14 +4415,26 @@ export interface DescribeInstanceLogDetailRequest {
4321
4415
  * 数据时间
4322
4416
  */
4323
4417
  CurRunDate: string
4418
+ /**
4419
+ * 日志级别,Info/Debug/Warn/Error/All
4420
+ */
4421
+ LogLevelType?: string
4422
+ /**
4423
+ * 文件类型,Log/Code
4424
+ */
4425
+ ExecutionFileType?: string
4426
+ /**
4427
+ * 统一执行平台执行id
4428
+ */
4429
+ ExecutionJobId?: string
4324
4430
  /**
4325
4431
  * 服务器Ip
4326
4432
  */
4327
- BrokerIp: string
4433
+ BrokerIp?: string
4328
4434
  /**
4329
4435
  * 文件Name
4330
4436
  */
4331
- OriginFileName: string
4437
+ OriginFileName?: string
4332
4438
  /**
4333
4439
  * 起始行
4334
4440
  */
@@ -4337,6 +4443,14 @@ export interface DescribeInstanceLogDetailRequest {
4337
4443
  * 每次查询行数
4338
4444
  */
4339
4445
  LineCount?: number
4446
+ /**
4447
+ * 查询日志扩展信息,通过统一执行平台接口分页查询日志时需要带上,第一页时为null
4448
+ */
4449
+ ExtInfo?: string
4450
+ /**
4451
+ * 请求来源,WEB 前端;CLIENT 客户端
4452
+ */
4453
+ RequestFromSource?: string
4340
4454
  }
4341
4455
 
4342
4456
  /**
@@ -4992,6 +5106,10 @@ export interface GetCosTokenRequest {
4992
5106
  * 远程地址
4993
5107
  */
4994
5108
  RemotePath?: string
5109
+ /**
5110
+ * 地域
5111
+ */
5112
+ RemoteRegion?: string
4995
5113
  }
4996
5114
 
4997
5115
  /**
@@ -5587,11 +5705,11 @@ export interface DescribeOrganizationalFunctionsRequest {
5587
5705
  /**
5588
5706
  * 过滤条件
5589
5707
  */
5590
- Filters?: Filter
5708
+ Filters?: Array<Filter>
5591
5709
  /**
5592
5710
  * 排序条件
5593
5711
  */
5594
- OrderFields?: OrderField
5712
+ OrderFields?: Array<OrderField>
5595
5713
  }
5596
5714
 
5597
5715
  /**
@@ -5722,6 +5840,36 @@ export interface DatabaseMeta {
5722
5840
  注意:此字段可能返回 null,表示取不到有效值。
5723
5841
  */
5724
5842
  CreateTime?: string
5843
+ /**
5844
+ * 总表数
5845
+ 注意:此字段可能返回 null,表示取不到有效值。
5846
+ */
5847
+ TableCount?: number
5848
+ /**
5849
+ * 数据源信息
5850
+ 注意:此字段可能返回 null,表示取不到有效值。
5851
+ */
5852
+ DatasourceList?: Array<GovDatasourceInfo>
5853
+ /**
5854
+ * 采集任务id
5855
+ 注意:此字段可能返回 null,表示取不到有效值。
5856
+ */
5857
+ CollectJobId?: string
5858
+ /**
5859
+ * 采集任务名称
5860
+ 注意:此字段可能返回 null,表示取不到有效值。
5861
+ */
5862
+ CollectJobName?: string
5863
+ /**
5864
+ * 引擎id
5865
+ 注意:此字段可能返回 null,表示取不到有效值。
5866
+ */
5867
+ ClusterId?: string
5868
+ /**
5869
+ * 引擎名称
5870
+ 注意:此字段可能返回 null,表示取不到有效值。
5871
+ */
5872
+ ClusterName?: string
5725
5873
  }
5726
5874
 
5727
5875
  /**
@@ -6567,6 +6715,11 @@ export interface DescribeTableQualityDetailsRequest {
6567
6715
  * DescribeScheduleInstances返回参数结构体
6568
6716
  */
6569
6717
  export interface DescribeScheduleInstancesResponse {
6718
+ /**
6719
+ * 请求来源,WEB 前端;CLIENT 客户端
6720
+ 注意:此字段可能返回 null,表示取不到有效值。
6721
+ */
6722
+ RequestFromSource?: string
6570
6723
  /**
6571
6724
  * 实例结果集
6572
6725
  */
@@ -8321,6 +8474,11 @@ export interface InstanceLogInfo {
8321
8474
  注意:此字段可能返回 null,表示取不到有效值。
8322
8475
  */
8323
8476
  ExtensionInfo?: Array<AttributeItemDTO>
8477
+ /**
8478
+ * 统一执行平台,下发执行Id
8479
+ 注意:此字段可能返回 null,表示取不到有效值。
8480
+ */
8481
+ ExecutionJobId?: string
8324
8482
  }
8325
8483
 
8326
8484
  /**
@@ -8982,6 +9140,21 @@ export interface InstanceLifeCycleOpsDto {
8982
9140
  注意:此字段可能返回 null,表示取不到有效值。
8983
9141
  */
8984
9142
  InstanceState?: string
9143
+ /**
9144
+ * 调度运行方式, 0: 周期调度, 1: 空跑调度
9145
+ 注意:此字段可能返回 null,表示取不到有效值。
9146
+ */
9147
+ ScheduleRunType?: number
9148
+ /**
9149
+ * 统一执行平台,下发执行Id
9150
+ 注意:此字段可能返回 null,表示取不到有效值。
9151
+ */
9152
+ ExecutionJobId?: string
9153
+ /**
9154
+ * 实例运行类型: 0: 普通运行, 1: 空跑运行
9155
+ 注意:此字段可能返回 null,表示取不到有效值。
9156
+ */
9157
+ InstanceRunType?: number
8985
9158
  }
8986
9159
 
8987
9160
  /**
@@ -9176,6 +9349,21 @@ export interface WorkflowScheduleDtoDs {
9176
9349
  注意:此字段可能返回 null,表示取不到有效值。
9177
9350
  */
9178
9351
  LatestSubmitTime?: string
9352
+ /**
9353
+ * 日历调度是否开启
9354
+ 注意:此字段可能返回 null,表示取不到有效值。
9355
+ */
9356
+ CalendarOpen?: string
9357
+ /**
9358
+ * 日历调度名称
9359
+ 注意:此字段可能返回 null,表示取不到有效值。
9360
+ */
9361
+ CalendarName?: string
9362
+ /**
9363
+ * 日历调度id
9364
+ 注意:此字段可能返回 null,表示取不到有效值。
9365
+ */
9366
+ CalendarId?: string
9179
9367
  }
9180
9368
 
9181
9369
  /**
@@ -13971,6 +14159,10 @@ export interface InstanceApiOpsRequest {
13971
14159
  * 资源组id,多个资源组id用英文逗号分隔
13972
14160
  */
13973
14161
  ExecutorGroupIdList?: Array<string>
14162
+ /**
14163
+ * true 只过滤重跑过的实例,false 忽略此过滤条件,结果集过滤条件中不包括是否重跑
14164
+ */
14165
+ OnlyRerun?: boolean
13974
14166
  }
13975
14167
 
13976
14168
  /**
@@ -14186,6 +14378,21 @@ export interface InstanceLogInfoOpsDto {
14186
14378
  注意:此字段可能返回 null,表示取不到有效值。
14187
14379
  */
14188
14380
  LineCount?: number
14381
+ /**
14382
+ * 统一执行平台日志分页查询参数
14383
+ 注意:此字段可能返回 null,表示取不到有效值。
14384
+ */
14385
+ ExtInfo?: string
14386
+ /**
14387
+ * 日志分页查询,是否最后一页
14388
+ 注意:此字段可能返回 null,表示取不到有效值。
14389
+ */
14390
+ IsEnd?: boolean
14391
+ /**
14392
+ * 文件大小
14393
+ 注意:此字段可能返回 null,表示取不到有效值。
14394
+ */
14395
+ FileSize?: string
14189
14396
  }
14190
14397
 
14191
14398
  /**
@@ -15745,6 +15952,31 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
15745
15952
  注意:此字段可能返回 null,表示取不到有效值。
15746
15953
  */
15747
15954
  Schema?: string
15955
+ /**
15956
+ * 关联数据眼信息
15957
+ 注意:此字段可能返回 null,表示取不到有效值。
15958
+ */
15959
+ CollectDatasourceList?: Array<GovDatasourceInfo>
15960
+ /**
15961
+ * 采集任务id
15962
+ 注意:此字段可能返回 null,表示取不到有效值。
15963
+ */
15964
+ CollectJobId?: string
15965
+ /**
15966
+ * 采集任务名称
15967
+ 注意:此字段可能返回 null,表示取不到有效值。
15968
+ */
15969
+ CollectJobName?: string
15970
+ /**
15971
+ * 数据源urn
15972
+ 注意:此字段可能返回 null,表示取不到有效值。
15973
+ */
15974
+ Urn?: string
15975
+ /**
15976
+ * 是否有修改业务权限
15977
+ 注意:此字段可能返回 null,表示取不到有效值。
15978
+ */
15979
+ HasBizPermission?: boolean
15748
15980
  }
15749
15981
 
15750
15982
  /**
@@ -17350,14 +17582,30 @@ export interface DescribeInstanceLogFileRequest {
17350
17582
  * 实例数据时间
17351
17583
  */
17352
17584
  CurRunDate: string
17585
+ /**
17586
+ * 请求来源,WEB 前端;CLIENT 客户端
17587
+ */
17588
+ RequestFromSource?: string
17353
17589
  /**
17354
17590
  * 执行机IP
17355
17591
  */
17356
- BrokerIp: string
17592
+ BrokerIp?: string
17357
17593
  /**
17358
17594
  * 日志文件名
17359
17595
  */
17360
- OriginFileName: string
17596
+ OriginFileName?: string
17597
+ /**
17598
+ * 执行平台下发执行id
17599
+ */
17600
+ ExecutionJobId?: string
17601
+ /**
17602
+ * 日志级别,Info/Debug/Warn/Error/All
17603
+ */
17604
+ LogLevelType?: string
17605
+ /**
17606
+ * 文件类型,Log/Code
17607
+ */
17608
+ ExecutionFileType?: string
17361
17609
  }
17362
17610
 
17363
17611
  /**
@@ -17867,6 +18115,11 @@ export interface RuleExecResult {
17867
18115
  注意:此字段可能返回 null,表示取不到有效值。
17868
18116
  */
17869
18117
  AlarmLevel?: number
18118
+ /**
18119
+ * 触发条件
18120
+ 注意:此字段可能返回 null,表示取不到有效值。
18121
+ */
18122
+ TriggerCondition?: string
17870
18123
  }
17871
18124
 
17872
18125
  /**
@@ -18161,32 +18414,32 @@ export interface SystemRole {
18161
18414
  /**
18162
18415
  * 角色id
18163
18416
  */
18164
- RoleId: string
18417
+ RoleId?: string
18165
18418
  /**
18166
18419
  * 角色名称
18167
18420
  注意:此字段可能返回 null,表示取不到有效值。
18168
18421
  */
18169
- Name: string
18422
+ Name?: string
18170
18423
  /**
18171
18424
  * 角色昵称
18172
18425
  注意:此字段可能返回 null,表示取不到有效值。
18173
18426
  */
18174
- NameCn: string
18427
+ NameCn?: string
18175
18428
  /**
18176
18429
  * 描述
18177
18430
  注意:此字段可能返回 null,表示取不到有效值。
18178
18431
  */
18179
- Description: string
18432
+ Description?: string
18180
18433
  /**
18181
18434
  * 角色权限
18182
18435
  注意:此字段可能返回 null,表示取不到有效值。
18183
18436
  */
18184
- Privileges: Array<RolePrivilege>
18437
+ Privileges?: Array<RolePrivilege>
18185
18438
  /**
18186
18439
  * 方法路径
18187
18440
  注意:此字段可能返回 null,表示取不到有效值。
18188
18441
  */
18189
- MethodPaths: Array<string>
18442
+ MethodPaths?: Array<string>
18190
18443
  /**
18191
18444
  * 角色类型, 分为System,Tenant,Project,Commercial
18192
18445
  注意:此字段可能返回 null,表示取不到有效值。
@@ -19985,6 +20238,10 @@ export interface DescribeSchedulerInstanceStatusRequest {
19985
20238
  * DescribeScheduleInstances请求参数结构体
19986
20239
  */
19987
20240
  export interface DescribeScheduleInstancesRequest {
20241
+ /**
20242
+ * 请求来源,WEB 前端;CLIENT 客户端
20243
+ */
20244
+ RequestFromSource?: string
19988
20245
  /**
19989
20246
  * 实例列表
19990
20247
  */
@@ -20057,6 +20314,10 @@ export interface DescribeScheduleInstancesRequest {
20057
20314
  * 是否计算总数
20058
20315
  */
20059
20316
  IsCount?: boolean
20317
+ /**
20318
+ * 项目ID列表,用于多项目实例列表筛选,请注意,该字段传入时 ProjectId 字段也必须传,且传入的 ProjectIds 中的项目ID必须是当前用户有权限的项目ID,否则会由于权限校验失败报错
20319
+ */
20320
+ ProjectIds?: Array<string>
20060
20321
  }
20061
20322
 
20062
20323
  /**
@@ -20474,6 +20735,23 @@ export interface RenewWorkflowSchedulerInfoDsRequest {
20474
20735
  * CrontabExpression
20475
20736
  */
20476
20737
  CrontabExpression?: string
20738
+ /**
20739
+ * 0:不修改
20740
+ 1:将任务的上游依赖配置改为默认值
20741
+ */
20742
+ ModifyCycleValue?: string
20743
+ /**
20744
+ * 是否开启日历调度 1 开启 0关闭
20745
+ */
20746
+ CalendarOpen?: string
20747
+ /**
20748
+ * 日历名称
20749
+ */
20750
+ CalendarName?: string
20751
+ /**
20752
+ * 日历id
20753
+ */
20754
+ CalendarId?: string
20477
20755
  }
20478
20756
 
20479
20757
  /**
@@ -22579,6 +22857,11 @@ export interface OrganizationalFunction {
22579
22857
  注意:此字段可能返回 null,表示取不到有效值。
22580
22858
  */
22581
22859
  EnvType?: string
22860
+ /**
22861
+ * 函数资源文件类型
22862
+ 注意:此字段可能返回 null,表示取不到有效值。
22863
+ */
22864
+ FunctionResourceFileType?: string
22582
22865
  }
22583
22866
 
22584
22867
  /**