tencentcloud-sdk-nodejs-wedata 4.0.962 → 4.0.963

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.
@@ -1277,6 +1277,32 @@ export interface JudgeResourceFileResponse {
1277
1277
  RequestId?: string
1278
1278
  }
1279
1279
 
1280
+ /**
1281
+ * 获取数据服务API的发布态信息列表过滤条件
1282
+ */
1283
+ export interface DataServicePublishedApiListFilter {
1284
+ /**
1285
+ * 请求路径关键词筛选
1286
+ */
1287
+ PathUrl?: string
1288
+ /**
1289
+ * Api名称关键词筛选
1290
+ */
1291
+ Keyword?: string
1292
+ /**
1293
+ * Api认证方式筛选 0:免认证 1:应用认证
1294
+ */
1295
+ AuthTypes?: Array<number | bigint>
1296
+ /**
1297
+ * 服务Api状态 1:已上线 3:已下线
1298
+ */
1299
+ ApiStatus?: Array<number | bigint>
1300
+ /**
1301
+ * API配置方式 0:向导、1、脚本、2、注册Api
1302
+ */
1303
+ ConfigTypes?: Array<number | bigint>
1304
+ }
1305
+
1280
1306
  /**
1281
1307
  * SubmitTask请求参数结构体
1282
1308
  */
@@ -1723,18 +1749,19 @@ export interface DescribeFieldBasicInfoResponse {
1723
1749
  }
1724
1750
 
1725
1751
  /**
1726
- * DescribeStatisticInstanceStatusTrendOps返回参数结构体
1752
+ * ColumnItem
1727
1753
  */
1728
- export interface DescribeStatisticInstanceStatusTrendOpsResponse {
1754
+ export interface ColumnItem {
1729
1755
  /**
1730
- * 实例状态统计结果
1756
+ * ColumnName1
1731
1757
  注意:此字段可能返回 null,表示取不到有效值。
1732
1758
  */
1733
- Data?: Array<InstanceStatisticInfo>
1759
+ ColumnName?: string
1734
1760
  /**
1735
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1761
+ * ColumnName1
1762
+ 注意:此字段可能返回 null,表示取不到有效值。
1736
1763
  */
1737
- RequestId?: string
1764
+ ColumnRef?: string
1738
1765
  }
1739
1766
 
1740
1767
  /**
@@ -2139,21 +2166,54 @@ export interface DescribeInstanceByCycleResponse {
2139
2166
  }
2140
2167
 
2141
2168
  /**
2142
- * DescribeIntegrationStatisticsRecordsTrend请求参数结构体
2169
+ * 数据服务入参
2143
2170
  */
2144
- export interface DescribeIntegrationStatisticsRecordsTrendRequest {
2171
+ export interface DataServiceRequestParam {
2145
2172
  /**
2146
- * 任务类型(实时:201,离线:202)
2173
+ * 参数名称
2174
+ 注意:此字段可能返回 null,表示取不到有效值。
2147
2175
  */
2148
- TaskType: number
2176
+ ParamName: string
2149
2177
  /**
2150
- * 项目id
2178
+ * 绑定字段
2179
+ 注意:此字段可能返回 null,表示取不到有效值。
2151
2180
  */
2152
- ProjectId: string
2181
+ BindField: string
2153
2182
  /**
2154
- * 查询日期
2183
+ * 参数类型
2184
+ 注意:此字段可能返回 null,表示取不到有效值。
2155
2185
  */
2156
- QueryDate?: string
2186
+ ParamType: string
2187
+ /**
2188
+ * 参数位置
2189
+ 注意:此字段可能返回 null,表示取不到有效值。
2190
+ */
2191
+ ParamPosition: string
2192
+ /**
2193
+ * 操作符
2194
+ 注意:此字段可能返回 null,表示取不到有效值。
2195
+ */
2196
+ Operator: string
2197
+ /**
2198
+ * 是否为空
2199
+ 注意:此字段可能返回 null,表示取不到有效值。
2200
+ */
2201
+ NonEmpty: number
2202
+ /**
2203
+ * 默认值
2204
+ 注意:此字段可能返回 null,表示取不到有效值。
2205
+ */
2206
+ DefaultValue?: string
2207
+ /**
2208
+ * 示例值
2209
+ 注意:此字段可能返回 null,表示取不到有效值。
2210
+ */
2211
+ ExampleValue?: string
2212
+ /**
2213
+ * 参数描述
2214
+ 注意:此字段可能返回 null,表示取不到有效值。
2215
+ */
2216
+ Description?: string
2157
2217
  }
2158
2218
 
2159
2219
  /**
@@ -4412,6 +4472,32 @@ export interface DescribeSchedulerTaskTypeCntResponse {
4412
4472
  RequestId?: string
4413
4473
  }
4414
4474
 
4475
+ /**
4476
+ * 数据质量生产调度任务业务实体
4477
+ */
4478
+ export interface ProdSchedulerTask {
4479
+ /**
4480
+ * 生产调度任务工作流ID
4481
+ 注意:此字段可能返回 null,表示取不到有效值。
4482
+ */
4483
+ WorkflowId: string
4484
+ /**
4485
+ * 生产调度任务Id
4486
+ 注意:此字段可能返回 null,表示取不到有效值。
4487
+ */
4488
+ TaskId?: string
4489
+ /**
4490
+ * 生产调度任务名称
4491
+ 注意:此字段可能返回 null,表示取不到有效值。
4492
+ */
4493
+ TaskName?: string
4494
+ /**
4495
+ * 生产调度任务任务类型
4496
+ 注意:此字段可能返回 null,表示取不到有效值。
4497
+ */
4498
+ CycleType?: number
4499
+ }
4500
+
4415
4501
  /**
4416
4502
  * DeleteCustomFunction返回参数结构体
4417
4503
  */
@@ -6955,24 +7041,29 @@ export interface FindAllFolderResponse {
6955
7041
  }
6956
7042
 
6957
7043
  /**
6958
- * 表生命周期相关信息
7044
+ * DescribeDataServicePublishedApiList请求参数结构体
6959
7045
  */
6960
- export interface LifecycleInfo {
7046
+ export interface DescribeDataServicePublishedApiListRequest {
6961
7047
  /**
6962
- * 生命周期值
6963
- 注意:此字段可能返回 null,表示取不到有效值。
7048
+ * 页码
6964
7049
  */
6965
- Lifecycle?: number
7050
+ PageNumber: number
6966
7051
  /**
6967
- * 列名
6968
- 注意:此字段可能返回 null,表示取不到有效值。
7052
+ * 每页大小
6969
7053
  */
6970
- Columns?: Array<string>
7054
+ PageSize: number
6971
7055
  /**
6972
- * 日期格式
6973
- 注意:此字段可能返回 null,表示取不到有效值。
7056
+ * 项目ID
6974
7057
  */
6975
- DateFormat?: Array<string>
7058
+ ProjectId: string
7059
+ /**
7060
+ * 查询参数
7061
+ */
7062
+ Filters?: DataServicePublishedApiListFilter
7063
+ /**
7064
+ * 排序配置
7065
+ */
7066
+ OrderFields?: Array<DataServiceRequestListOrder>
6976
7067
  }
6977
7068
 
6978
7069
  /**
@@ -7204,6 +7295,37 @@ export interface KillOpsMakePlanInstancesResponse {
7204
7295
  RequestId?: string
7205
7296
  }
7206
7297
 
7298
+ /**
7299
+ * 数据服务入参
7300
+ */
7301
+ export interface DataServiceResponseParam {
7302
+ /**
7303
+ * 参数名称
7304
+ 注意:此字段可能返回 null,表示取不到有效值。
7305
+ */
7306
+ ParamName: string
7307
+ /**
7308
+ * 绑定字段
7309
+ 注意:此字段可能返回 null,表示取不到有效值。
7310
+ */
7311
+ BindField: string
7312
+ /**
7313
+ * 参数类型
7314
+ 注意:此字段可能返回 null,表示取不到有效值。
7315
+ */
7316
+ ParamType: string
7317
+ /**
7318
+ * 示例值
7319
+ 注意:此字段可能返回 null,表示取不到有效值。
7320
+ */
7321
+ ExampleValue: string
7322
+ /**
7323
+ * 参数描述
7324
+ 注意:此字段可能返回 null,表示取不到有效值。
7325
+ */
7326
+ Description: string
7327
+ }
7328
+
7207
7329
  /**
7208
7330
  * TaskLog请求参数结构体
7209
7331
  */
@@ -7265,6 +7387,107 @@ export interface OpsTaskLinkInfoDto {
7265
7387
  LinkStyle?: string
7266
7388
  }
7267
7389
 
7390
+ /**
7391
+ * 开发空间-脚本相关响应
7392
+ */
7393
+ export interface ScriptInfoResponse {
7394
+ /**
7395
+ * 资源id
7396
+ 注意:此字段可能返回 null,表示取不到有效值。
7397
+ */
7398
+ ResourceId?: string
7399
+ /**
7400
+ * 脚本名称
7401
+ 注意:此字段可能返回 null,表示取不到有效值。
7402
+ */
7403
+ FileName?: string
7404
+ /**
7405
+ * 文件扩展名类型
7406
+ 注意:此字段可能返回 null,表示取不到有效值。
7407
+ */
7408
+ FileExtensionType?: string
7409
+ /**
7410
+ * 文件类型
7411
+ 注意:此字段可能返回 null,表示取不到有效值。
7412
+ */
7413
+ Type?: string
7414
+ /**
7415
+ * md5值
7416
+ 注意:此字段可能返回 null,表示取不到有效值。
7417
+ */
7418
+ Md5Value?: string
7419
+ /**
7420
+ * 创建时间
7421
+ 注意:此字段可能返回 null,表示取不到有效值。
7422
+ */
7423
+ CreateTime?: string
7424
+ /**
7425
+ * 更新时间
7426
+ 注意:此字段可能返回 null,表示取不到有效值。
7427
+ */
7428
+ UpdateTime?: string
7429
+ /**
7430
+ * 文件大小
7431
+ 注意:此字段可能返回 null,表示取不到有效值。
7432
+ */
7433
+ Size?: number
7434
+ /**
7435
+ * 本地路径
7436
+ 注意:此字段可能返回 null,表示取不到有效值。
7437
+ */
7438
+ LocalPath?: string
7439
+ /**
7440
+ * 远程路径
7441
+ 注意:此字段可能返回 null,表示取不到有效值。
7442
+ */
7443
+ RemotePath?: string
7444
+ /**
7445
+ * 用户名称
7446
+ 注意:此字段可能返回 null,表示取不到有效值。
7447
+ */
7448
+ OwnerName?: string
7449
+ /**
7450
+ * 用户id
7451
+ 注意:此字段可能返回 null,表示取不到有效值。
7452
+ */
7453
+ Owner?: string
7454
+ /**
7455
+ * 路径深度
7456
+ 注意:此字段可能返回 null,表示取不到有效值。
7457
+ */
7458
+ PathDepth?: number
7459
+ /**
7460
+ * 项目id
7461
+ 注意:此字段可能返回 null,表示取不到有效值。
7462
+ */
7463
+ ProjectId?: string
7464
+ /**
7465
+ * 附加信息
7466
+ 注意:此字段可能返回 null,表示取不到有效值。
7467
+ */
7468
+ ExtraInfo?: string
7469
+ /**
7470
+ * 本地临时文件路径
7471
+ 注意:此字段可能返回 null,表示取不到有效值。
7472
+ */
7473
+ LocalTempPath?: string
7474
+ /**
7475
+ * 本地压缩文件路径
7476
+ 注意:此字段可能返回 null,表示取不到有效值。
7477
+ */
7478
+ ZipPath?: string
7479
+ /**
7480
+ * cos桶名
7481
+ 注意:此字段可能返回 null,表示取不到有效值。
7482
+ */
7483
+ Bucket?: string
7484
+ /**
7485
+ * cos地区
7486
+ 注意:此字段可能返回 null,表示取不到有效值。
7487
+ */
7488
+ Region?: string
7489
+ }
7490
+
7268
7491
  /**
7269
7492
  * DescribeIntegrationStatisticsTaskStatus请求参数结构体
7270
7493
  */
@@ -7644,6 +7867,27 @@ export interface DeleteTaskDsResponse {
7644
7867
  RequestId?: string
7645
7868
  }
7646
7869
 
7870
+ /**
7871
+ * 表生命周期相关信息
7872
+ */
7873
+ export interface LifecycleInfo {
7874
+ /**
7875
+ * 生命周期值
7876
+ 注意:此字段可能返回 null,表示取不到有效值。
7877
+ */
7878
+ Lifecycle?: number
7879
+ /**
7880
+ * 列名
7881
+ 注意:此字段可能返回 null,表示取不到有效值。
7882
+ */
7883
+ Columns?: Array<string>
7884
+ /**
7885
+ * 日期格式
7886
+ 注意:此字段可能返回 null,表示取不到有效值。
7887
+ */
7888
+ DateFormat?: Array<string>
7889
+ }
7890
+
7647
7891
  /**
7648
7892
  * DescribeAllByFolderNew返回参数结构体
7649
7893
  */
@@ -7686,6 +7930,58 @@ export interface DescribeDsParentFolderTreeRequest {
7686
7930
  DisplayType?: string
7687
7931
  }
7688
7932
 
7933
+ /**
7934
+ * 获取数据服务API的发布态信息列表响应内容
7935
+ */
7936
+ export interface DescribeDataServicePublishedApiListResp {
7937
+ /**
7938
+ * 服务id
7939
+ */
7940
+ Id?: string
7941
+ /**
7942
+ * 服务Api名称
7943
+ */
7944
+ ApiName?: string
7945
+ /**
7946
+ * 所属目录名称
7947
+ */
7948
+ ApiFolderName?: string
7949
+ /**
7950
+ * 服务Api标签名称集合
7951
+ */
7952
+ ApiTagNames?: string
7953
+ /**
7954
+ * 服务负责人
7955
+ */
7956
+ OwnerName?: string
7957
+ /**
7958
+ * 服务创建时间
7959
+ */
7960
+ CreateTime?: string
7961
+ /**
7962
+ * Api的id
7963
+ */
7964
+ ApiId?: string
7965
+ /**
7966
+ * 服务Api认证方式 0:免认证 1:应用认证
7967
+ */
7968
+ AuthType?: number
7969
+ /**
7970
+ * 服务Api状态 0:创建 1:已上线 2:已删除 3:已下线
7971
+ */
7972
+ ApiStatus?: number
7973
+ /**
7974
+ * 配置方式 0:向导、1、脚本、2、注册Api
7975
+ 注意:此字段可能返回 null,表示取不到有效值。
7976
+ */
7977
+ ConfigType?: number
7978
+ /**
7979
+ * 更新时间
7980
+ 注意:此字段可能返回 null,表示取不到有效值。
7981
+ */
7982
+ ModifyTime?: string
7983
+ }
7984
+
7689
7985
  /**
7690
7986
  * KillScheduleInstances返回参数结构体
7691
7987
  */
@@ -9974,6 +10270,21 @@ export interface DescribeAlarmReceiverRequest {
9974
10270
  MonitorType?: number
9975
10271
  }
9976
10272
 
10273
+ /**
10274
+ * DescribeStatisticInstanceStatusTrendOps返回参数结构体
10275
+ */
10276
+ export interface DescribeStatisticInstanceStatusTrendOpsResponse {
10277
+ /**
10278
+ * 实例状态统计结果
10279
+ 注意:此字段可能返回 null,表示取不到有效值。
10280
+ */
10281
+ Data?: Array<InstanceStatisticInfo>
10282
+ /**
10283
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10284
+ */
10285
+ RequestId?: string
10286
+ }
10287
+
9977
10288
  /**
9978
10289
  * 集成离线任务实例信息
9979
10290
  */
@@ -12918,29 +13229,17 @@ export interface DescribeTopTableStatResponse {
12918
13229
  }
12919
13230
 
12920
13231
  /**
12921
- * 数据质量生产调度任务业务实体
13232
+ * DescribeDataServicePublishedApiDetail请求参数结构体
12922
13233
  */
12923
- export interface ProdSchedulerTask {
13234
+ export interface DescribeDataServicePublishedApiDetailRequest {
12924
13235
  /**
12925
- * 生产调度任务工作流ID
12926
- 注意:此字段可能返回 null,表示取不到有效值。
12927
- */
12928
- WorkflowId: string
12929
- /**
12930
- * 生产调度任务Id
12931
- 注意:此字段可能返回 null,表示取不到有效值。
13236
+ * 服务Id
12932
13237
  */
12933
- TaskId?: string
12934
- /**
12935
- * 生产调度任务名称
12936
- 注意:此字段可能返回 null,表示取不到有效值。
12937
- */
12938
- TaskName?: string
13238
+ Id: string
12939
13239
  /**
12940
- * 生产调度任务任务类型
12941
- 注意:此字段可能返回 null,表示取不到有效值。
13240
+ * 项目ID
12942
13241
  */
12943
- CycleType?: number
13242
+ ProjectId: string
12944
13243
  }
12945
13244
 
12946
13245
  /**
@@ -13159,6 +13458,24 @@ export interface AdhocRecord {
13159
13458
  InstanceId?: string
13160
13459
  }
13161
13460
 
13461
+ /**
13462
+ * DescribeDataServicePublishedApiList返回参数结构体
13463
+ */
13464
+ export interface DescribeDataServicePublishedApiListResponse {
13465
+ /**
13466
+ * 总条数
13467
+ */
13468
+ TotalCount?: number
13469
+ /**
13470
+ * 服务列表
13471
+ */
13472
+ DataSet?: Array<DescribeDataServicePublishedApiListResp>
13473
+ /**
13474
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13475
+ */
13476
+ RequestId?: string
13477
+ }
13478
+
13162
13479
  /**
13163
13480
  * TriggerDsEvent返回参数结构体
13164
13481
  */
@@ -13346,29 +13663,21 @@ export interface SimpleTaskInfo {
13346
13663
  }
13347
13664
 
13348
13665
  /**
13349
- * DescribeSchedulerTaskCntByStatus请求参数结构体
13666
+ * DescribeIntegrationStatisticsRecordsTrend请求参数结构体
13350
13667
  */
13351
- export interface DescribeSchedulerTaskCntByStatusRequest {
13352
- /**
13353
- * 1
13354
- */
13355
- TaskType?: number
13356
- /**
13357
- * Y
13358
- */
13359
- TypeName?: string
13668
+ export interface DescribeIntegrationStatisticsRecordsTrendRequest {
13360
13669
  /**
13361
- * 111
13670
+ * 任务类型(实时:201,离线:202)
13362
13671
  */
13363
- ProjectId?: string
13672
+ TaskType: number
13364
13673
  /**
13365
- * 1
13674
+ * 项目id
13366
13675
  */
13367
- InCharge?: string
13676
+ ProjectId: string
13368
13677
  /**
13369
- * 工作流ID
13678
+ * 查询日期
13370
13679
  */
13371
- WorkflowId?: string
13680
+ QueryDate?: string
13372
13681
  }
13373
13682
 
13374
13683
  /**
@@ -14656,6 +14965,32 @@ export interface TaskAlarmInfo {
14656
14965
  DingDingWebHooks?: string
14657
14966
  }
14658
14967
 
14968
+ /**
14969
+ * DescribeSchedulerTaskCntByStatus请求参数结构体
14970
+ */
14971
+ export interface DescribeSchedulerTaskCntByStatusRequest {
14972
+ /**
14973
+ * 1
14974
+ */
14975
+ TaskType?: number
14976
+ /**
14977
+ * Y
14978
+ */
14979
+ TypeName?: string
14980
+ /**
14981
+ * 111
14982
+ */
14983
+ ProjectId?: string
14984
+ /**
14985
+ * 1
14986
+ */
14987
+ InCharge?: string
14988
+ /**
14989
+ * 工作流ID
14990
+ */
14991
+ WorkflowId?: string
14992
+ }
14993
+
14659
14994
  /**
14660
14995
  * ModifyApproveStatus请求参数结构体
14661
14996
  */
@@ -15112,19 +15447,17 @@ export interface AlarmIndicatorInfo {
15112
15447
  }
15113
15448
 
15114
15449
  /**
15115
- * ColumnItem
15450
+ * DescribeDataServicePublishedApiDetail返回参数结构体
15116
15451
  */
15117
- export interface ColumnItem {
15452
+ export interface DescribeDataServicePublishedApiDetailResponse {
15118
15453
  /**
15119
- * ColumnName1
15120
- 注意:此字段可能返回 null,表示取不到有效值。
15454
+ * 服务详情
15121
15455
  */
15122
- ColumnName?: string
15456
+ Data?: DescribeDataServicePublishedApiDetailResp
15123
15457
  /**
15124
- * ColumnName1
15125
- 注意:此字段可能返回 null,表示取不到有效值。
15458
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15126
15459
  */
15127
- ColumnRef?: string
15460
+ RequestId?: string
15128
15461
  }
15129
15462
 
15130
15463
  /**
@@ -19864,6 +20197,23 @@ export interface DescribeSchedulerRunTimeInstanceCntByStatusRequest {
19864
20197
  SortType?: string
19865
20198
  }
19866
20199
 
20200
+ /**
20201
+ * 数据服务通用排序参数
20202
+ */
20203
+ export interface DataServiceRequestListOrder {
20204
+ /**
20205
+ * 排序参数名称
20206
+ 取值:
20207
+ CreateTime 表示按照创建时间排序
20208
+ ModifyTime 表示按照更新时间排序
20209
+ */
20210
+ Name?: string
20211
+ /**
20212
+ * 排序参数顺序
20213
+ */
20214
+ Direction?: string
20215
+ }
20216
+
19867
20217
  /**
19868
20218
  * map
19869
20219
  */
@@ -20196,104 +20546,91 @@ export interface DescribeExecStrategyRequest {
20196
20546
  }
20197
20547
 
20198
20548
  /**
20199
- * 开发空间-脚本相关响应
20549
+ * 查询数据服务API的发布态信息详情出参
20200
20550
  */
20201
- export interface ScriptInfoResponse {
20202
- /**
20203
- * 资源id
20204
- 注意:此字段可能返回 null,表示取不到有效值。
20205
- */
20206
- ResourceId?: string
20551
+ export interface DescribeDataServicePublishedApiDetailResp {
20207
20552
  /**
20208
- * 脚本名称
20209
- 注意:此字段可能返回 null,表示取不到有效值。
20553
+ * 服务Api名称
20210
20554
  */
20211
- FileName?: string
20555
+ ApiName?: string
20212
20556
  /**
20213
- * 文件扩展名类型
20214
- 注意:此字段可能返回 null,表示取不到有效值。
20557
+ * 服务请求Path
20215
20558
  */
20216
- FileExtensionType?: string
20559
+ PathUrl?: string
20217
20560
  /**
20218
- * 文件类型
20219
- 注意:此字段可能返回 null,表示取不到有效值。
20561
+ * 服务责任人名称
20220
20562
  */
20221
- Type?: string
20563
+ OwnerName?: string
20222
20564
  /**
20223
- * md5值
20224
- 注意:此字段可能返回 null,表示取不到有效值。
20565
+ * 服务请求方式
20225
20566
  */
20226
- Md5Value?: string
20567
+ RequestType?: string
20227
20568
  /**
20228
- * 创建时间
20569
+ * 服务标签名称集合
20229
20570
  注意:此字段可能返回 null,表示取不到有效值。
20230
20571
  */
20231
- CreateTime?: string
20572
+ ApiTagNames?: string
20232
20573
  /**
20233
- * 更新时间
20574
+ * 服务描述
20234
20575
  注意:此字段可能返回 null,表示取不到有效值。
20235
20576
  */
20236
- UpdateTime?: string
20577
+ ApiDescription?: string
20237
20578
  /**
20238
- * 文件大小
20579
+ * 服务请求返回示例
20239
20580
  注意:此字段可能返回 null,表示取不到有效值。
20240
20581
  */
20241
- Size?: number
20582
+ RequestExample?: string
20242
20583
  /**
20243
- * 本地路径
20584
+ * 服务请求成功返回示例
20244
20585
  注意:此字段可能返回 null,表示取不到有效值。
20245
20586
  */
20246
- LocalPath?: string
20587
+ RequestSuccess?: string
20247
20588
  /**
20248
- * 远程路径
20589
+ * 服务请求失败返回示例
20249
20590
  注意:此字段可能返回 null,表示取不到有效值。
20250
20591
  */
20251
- RemotePath?: string
20592
+ RequestError?: string
20252
20593
  /**
20253
- * 用户名称
20594
+ * 服务请求参数列表
20254
20595
  注意:此字段可能返回 null,表示取不到有效值。
20255
20596
  */
20256
- OwnerName?: string
20597
+ RequestParam?: Array<DataServiceRequestParam>
20257
20598
  /**
20258
- * 用户id
20599
+ * 服务响应参数列表
20259
20600
  注意:此字段可能返回 null,表示取不到有效值。
20260
20601
  */
20261
- Owner?: string
20602
+ ResponseParam?: Array<DataServiceResponseParam>
20262
20603
  /**
20263
- * 路径深度
20264
- 注意:此字段可能返回 null,表示取不到有效值。
20604
+ * 最大qps
20265
20605
  */
20266
- PathDepth?: number
20606
+ MaxAllowQps?: number
20267
20607
  /**
20268
- * 项目id
20269
- 注意:此字段可能返回 null,表示取不到有效值。
20608
+ * 最大记录数
20270
20609
  */
20271
- ProjectId?: string
20610
+ MaxAllowPageSize?: number
20272
20611
  /**
20273
- * 附加信息
20274
- 注意:此字段可能返回 null,表示取不到有效值。
20612
+ * 超时时间,单位ms
20275
20613
  */
20276
- ExtraInfo?: string
20614
+ TimeoutPeriod?: number
20277
20615
  /**
20278
- * 本地临时文件路径
20616
+ * ApiId
20279
20617
  注意:此字段可能返回 null,表示取不到有效值。
20280
20618
  */
20281
- LocalTempPath?: string
20619
+ ApiId?: string
20282
20620
  /**
20283
- * 本地压缩文件路径
20284
- 注意:此字段可能返回 null,表示取不到有效值。
20621
+ * 0:免认证 1:应用认证
20285
20622
  */
20286
- ZipPath?: string
20623
+ AuthType?: number
20287
20624
  /**
20288
- * cos桶名
20625
+ * 请求地址
20289
20626
  注意:此字段可能返回 null,表示取不到有效值。
20290
20627
  */
20291
- Bucket?: string
20628
+ GatewayApiUrl?: string
20292
20629
  /**
20293
- * cos地区
20630
+ * 服务Api状态 1:已上线 3:已下线
20294
20631
  注意:此字段可能返回 null,表示取不到有效值。
20295
20632
  */
20296
- Region?: string
20633
+ ApiStatus?: number
20297
20634
  }
20298
20635
 
20299
20636
  /**