tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -175,6 +175,13 @@
|
|
175
175
|
"output": "CreateCustomFunctionResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
178
|
+
"CreateDataModel": {
|
179
|
+
"document": "创建数据建模,提供给云应用使用,实现“Wedata数据建模”的下单发货",
|
180
|
+
"input": "CreateDataModelRequest",
|
181
|
+
"name": "(仅公有云)创建数据建模,提供给云应用使用,实现\"Wedata数据建模\"的下单发货",
|
182
|
+
"output": "CreateDataModelResponse",
|
183
|
+
"status": "online"
|
184
|
+
},
|
178
185
|
"CreateDataSource": {
|
179
186
|
"document": "创建数据源",
|
180
187
|
"input": "CreateDataSourceRequest",
|
@@ -294,6 +301,13 @@
|
|
294
301
|
"output": "DeleteCustomFunctionResponse",
|
295
302
|
"status": "online"
|
296
303
|
},
|
304
|
+
"DeleteDataModel": {
|
305
|
+
"document": "销毁数据建模,提供给云应用使用,实现“Wedata数据建模”的销毁",
|
306
|
+
"input": "DeleteDataModelRequest",
|
307
|
+
"name": "(仅公有云)销毁数据建模,提供给云应用使用,实现Wedata数据建模的销毁",
|
308
|
+
"output": "DeleteDataModelResponse",
|
309
|
+
"status": "online"
|
310
|
+
},
|
297
311
|
"DeleteDataSources": {
|
298
312
|
"document": "删除数据源",
|
299
313
|
"input": "DeleteDataSourcesRequest",
|
@@ -476,6 +490,20 @@
|
|
476
490
|
"output": "DescribeDataCheckStatResponse",
|
477
491
|
"status": "online"
|
478
492
|
},
|
493
|
+
"DescribeDataServicePublishedApiDetail": {
|
494
|
+
"document": "查询数据服务API的发布态信息",
|
495
|
+
"input": "DescribeDataServicePublishedApiDetailRequest",
|
496
|
+
"name": "查询数据服务API的发布态信息详情",
|
497
|
+
"output": "DescribeDataServicePublishedApiDetailResponse",
|
498
|
+
"status": "online"
|
499
|
+
},
|
500
|
+
"DescribeDataServicePublishedApiList": {
|
501
|
+
"document": "获取数据服务API的发布态信息列表",
|
502
|
+
"input": "DescribeDataServicePublishedApiListRequest",
|
503
|
+
"name": "获取数据服务API的发布态信息列表",
|
504
|
+
"output": "DescribeDataServicePublishedApiListResponse",
|
505
|
+
"status": "online"
|
506
|
+
},
|
479
507
|
"DescribeDataSourceInfoList": {
|
480
508
|
"document": "获取数据源信息-数据源分页列表",
|
481
509
|
"input": "DescribeDataSourceInfoListRequest",
|
@@ -1617,6 +1645,13 @@
|
|
1617
1645
|
"output": "UnlockIntegrationTaskResponse",
|
1618
1646
|
"status": "online"
|
1619
1647
|
},
|
1648
|
+
"UpdateDataModelRegistryInfo": {
|
1649
|
+
"document": "数语向wedata注册,提供自身cam角色信息,跳转域名、ip、端口信息等",
|
1650
|
+
"input": "UpdateDataModelRegistryInfoRequest",
|
1651
|
+
"name": "(仅公有云)数语向Wedata注册,更新相关信息",
|
1652
|
+
"output": "UpdateDataModelRegistryInfoResponse",
|
1653
|
+
"status": "online"
|
1654
|
+
},
|
1620
1655
|
"UpdateWorkflowOwner": {
|
1621
1656
|
"document": "修改工作流责任人",
|
1622
1657
|
"input": "UpdateWorkflowOwnerRequest",
|
@@ -7046,6 +7081,88 @@
|
|
7046
7081
|
],
|
7047
7082
|
"type": "object"
|
7048
7083
|
},
|
7084
|
+
"CreateDataModelRequest": {
|
7085
|
+
"document": "CreateDataModel请求参数结构体",
|
7086
|
+
"members": [
|
7087
|
+
{
|
7088
|
+
"disabled": false,
|
7089
|
+
"document": "云应用的实例id",
|
7090
|
+
"example": "cloudapp-x3hadra3",
|
7091
|
+
"member": "string",
|
7092
|
+
"name": "CloudappId",
|
7093
|
+
"required": true,
|
7094
|
+
"type": "string"
|
7095
|
+
},
|
7096
|
+
{
|
7097
|
+
"disabled": false,
|
7098
|
+
"document": "用户的子账号id",
|
7099
|
+
"example": "1234567",
|
7100
|
+
"member": "string",
|
7101
|
+
"name": "UserId",
|
7102
|
+
"required": true,
|
7103
|
+
"type": "string"
|
7104
|
+
},
|
7105
|
+
{
|
7106
|
+
"disabled": false,
|
7107
|
+
"document": "Wedata数据建模购买参数,包年包月类型单位,年:y,月:m,默认m",
|
7108
|
+
"example": "m",
|
7109
|
+
"member": "string",
|
7110
|
+
"name": "TimeUnit",
|
7111
|
+
"required": false,
|
7112
|
+
"type": "string"
|
7113
|
+
},
|
7114
|
+
{
|
7115
|
+
"disabled": false,
|
7116
|
+
"document": "Wedata数据建模购买参数,购买时长,默认1",
|
7117
|
+
"example": "1",
|
7118
|
+
"member": "int64",
|
7119
|
+
"name": "TimeSpan",
|
7120
|
+
"required": false,
|
7121
|
+
"type": "int"
|
7122
|
+
},
|
7123
|
+
{
|
7124
|
+
"disabled": false,
|
7125
|
+
"document": "Wedata数据建模购买参数,是否自动续费,是:1,否:0,默认0",
|
7126
|
+
"example": "0",
|
7127
|
+
"member": "uint64",
|
7128
|
+
"name": "AutoRenewFlag",
|
7129
|
+
"required": false,
|
7130
|
+
"type": "int"
|
7131
|
+
},
|
7132
|
+
{
|
7133
|
+
"disabled": false,
|
7134
|
+
"document": "Wedata数据建模购买参数,标准版:DATA_MODEL_STANDARD,企业版:DATA_MODEL_PRO,默认DATA_MODEL_STANDARD",
|
7135
|
+
"example": "DATA_MODEL_STANDARD",
|
7136
|
+
"member": "string",
|
7137
|
+
"name": "DataModelVersion",
|
7138
|
+
"required": false,
|
7139
|
+
"type": "string"
|
7140
|
+
}
|
7141
|
+
],
|
7142
|
+
"type": "object"
|
7143
|
+
},
|
7144
|
+
"CreateDataModelResponse": {
|
7145
|
+
"document": "CreateDataModel返回参数结构体",
|
7146
|
+
"members": [
|
7147
|
+
{
|
7148
|
+
"disabled": false,
|
7149
|
+
"document": "“Wedata数据建模”的实例id",
|
7150
|
+
"example": "0b2c0452-b8cc-447b-9c7c-d115ce28e8ea",
|
7151
|
+
"member": "string",
|
7152
|
+
"name": "Data",
|
7153
|
+
"output_required": false,
|
7154
|
+
"type": "string",
|
7155
|
+
"value_allowed_null": false
|
7156
|
+
},
|
7157
|
+
{
|
7158
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7159
|
+
"member": "string",
|
7160
|
+
"name": "RequestId",
|
7161
|
+
"type": "string"
|
7162
|
+
}
|
7163
|
+
],
|
7164
|
+
"type": "object"
|
7165
|
+
},
|
7049
7166
|
"CreateDataSourceRequest": {
|
7050
7167
|
"document": "CreateDataSource请求参数结构体",
|
7051
7168
|
"members": [
|
@@ -8473,7 +8590,7 @@
|
|
8473
8590
|
},
|
8474
8591
|
{
|
8475
8592
|
"disabled": false,
|
8476
|
-
"document": "
|
8593
|
+
"document": "工作流ID",
|
8477
8594
|
"example": "无",
|
8478
8595
|
"member": "string",
|
8479
8596
|
"name": "WorkflowId",
|
@@ -8488,6 +8605,15 @@
|
|
8488
8605
|
"name": "ParentFolderId",
|
8489
8606
|
"required": false,
|
8490
8607
|
"type": "string"
|
8608
|
+
},
|
8609
|
+
{
|
8610
|
+
"disabled": false,
|
8611
|
+
"document": "目录分类",
|
8612
|
+
"example": "DLC",
|
8613
|
+
"member": "string",
|
8614
|
+
"name": "TaskNodeType",
|
8615
|
+
"required": false,
|
8616
|
+
"type": "string"
|
8491
8617
|
}
|
8492
8618
|
],
|
8493
8619
|
"type": "object"
|
@@ -9033,6 +9159,247 @@
|
|
9033
9159
|
],
|
9034
9160
|
"usage": "out"
|
9035
9161
|
},
|
9162
|
+
"DataServicePublishedApiListFilter": {
|
9163
|
+
"document": "获取数据服务API的发布态信息列表过滤条件",
|
9164
|
+
"members": [
|
9165
|
+
{
|
9166
|
+
"disabled": false,
|
9167
|
+
"document": "请求路径关键词筛选",
|
9168
|
+
"example": "test",
|
9169
|
+
"member": "string",
|
9170
|
+
"name": "PathUrl",
|
9171
|
+
"required": false,
|
9172
|
+
"type": "string"
|
9173
|
+
},
|
9174
|
+
{
|
9175
|
+
"disabled": false,
|
9176
|
+
"document": "Api名称关键词筛选",
|
9177
|
+
"example": "test",
|
9178
|
+
"member": "string",
|
9179
|
+
"name": "Keyword",
|
9180
|
+
"required": false,
|
9181
|
+
"type": "string"
|
9182
|
+
},
|
9183
|
+
{
|
9184
|
+
"disabled": false,
|
9185
|
+
"document": "Api认证方式筛选 0:免认证 1:应用认证",
|
9186
|
+
"example": "[0]",
|
9187
|
+
"member": "uint64",
|
9188
|
+
"name": "AuthTypes",
|
9189
|
+
"required": false,
|
9190
|
+
"type": "list"
|
9191
|
+
},
|
9192
|
+
{
|
9193
|
+
"disabled": false,
|
9194
|
+
"document": "服务Api状态 1:已上线 3:已下线",
|
9195
|
+
"example": "[1]",
|
9196
|
+
"member": "uint64",
|
9197
|
+
"name": "ApiStatus",
|
9198
|
+
"required": false,
|
9199
|
+
"type": "list"
|
9200
|
+
},
|
9201
|
+
{
|
9202
|
+
"disabled": false,
|
9203
|
+
"document": "API配置方式 0:向导、1、脚本、2、注册Api",
|
9204
|
+
"example": "[1]",
|
9205
|
+
"member": "uint64",
|
9206
|
+
"name": "ConfigTypes",
|
9207
|
+
"required": false,
|
9208
|
+
"type": "list"
|
9209
|
+
}
|
9210
|
+
],
|
9211
|
+
"usage": "in"
|
9212
|
+
},
|
9213
|
+
"DataServiceRequestListOrder": {
|
9214
|
+
"document": "数据服务通用排序参数",
|
9215
|
+
"members": [
|
9216
|
+
{
|
9217
|
+
"disabled": false,
|
9218
|
+
"document": "排序参数名称\n取值: \n CreateTime 表示按照创建时间排序\n ModifyTime 表示按照更新时间排序",
|
9219
|
+
"example": "CreateTime, ModifyTime",
|
9220
|
+
"member": "string",
|
9221
|
+
"name": "Name",
|
9222
|
+
"required": false,
|
9223
|
+
"type": "string"
|
9224
|
+
},
|
9225
|
+
{
|
9226
|
+
"disabled": false,
|
9227
|
+
"document": "排序参数顺序",
|
9228
|
+
"example": "ASC",
|
9229
|
+
"member": "string",
|
9230
|
+
"name": "Direction",
|
9231
|
+
"required": false,
|
9232
|
+
"type": "string"
|
9233
|
+
}
|
9234
|
+
],
|
9235
|
+
"usage": "in"
|
9236
|
+
},
|
9237
|
+
"DataServiceRequestParam": {
|
9238
|
+
"document": "数据服务入参",
|
9239
|
+
"members": [
|
9240
|
+
{
|
9241
|
+
"disabled": false,
|
9242
|
+
"document": "参数名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
9243
|
+
"example": "1",
|
9244
|
+
"member": "string",
|
9245
|
+
"name": "ParamName",
|
9246
|
+
"output_required": true,
|
9247
|
+
"required": true,
|
9248
|
+
"type": "string",
|
9249
|
+
"value_allowed_null": true
|
9250
|
+
},
|
9251
|
+
{
|
9252
|
+
"disabled": false,
|
9253
|
+
"document": "绑定字段\n注意:此字段可能返回 null,表示取不到有效值。",
|
9254
|
+
"example": "123-abc",
|
9255
|
+
"member": "string",
|
9256
|
+
"name": "BindField",
|
9257
|
+
"output_required": true,
|
9258
|
+
"required": true,
|
9259
|
+
"type": "string",
|
9260
|
+
"value_allowed_null": true
|
9261
|
+
},
|
9262
|
+
{
|
9263
|
+
"disabled": false,
|
9264
|
+
"document": "参数类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
9265
|
+
"example": "123-abc",
|
9266
|
+
"member": "string",
|
9267
|
+
"name": "ParamType",
|
9268
|
+
"output_required": true,
|
9269
|
+
"required": true,
|
9270
|
+
"type": "string",
|
9271
|
+
"value_allowed_null": true
|
9272
|
+
},
|
9273
|
+
{
|
9274
|
+
"disabled": false,
|
9275
|
+
"document": "参数位置\n注意:此字段可能返回 null,表示取不到有效值。",
|
9276
|
+
"example": "path",
|
9277
|
+
"member": "string",
|
9278
|
+
"name": "ParamPosition",
|
9279
|
+
"output_required": true,
|
9280
|
+
"required": true,
|
9281
|
+
"type": "string",
|
9282
|
+
"value_allowed_null": true
|
9283
|
+
},
|
9284
|
+
{
|
9285
|
+
"disabled": false,
|
9286
|
+
"document": "操作符\n注意:此字段可能返回 null,表示取不到有效值。",
|
9287
|
+
"example": "=",
|
9288
|
+
"member": "string",
|
9289
|
+
"name": "Operator",
|
9290
|
+
"output_required": true,
|
9291
|
+
"required": true,
|
9292
|
+
"type": "string",
|
9293
|
+
"value_allowed_null": true
|
9294
|
+
},
|
9295
|
+
{
|
9296
|
+
"disabled": false,
|
9297
|
+
"document": "是否为空\n注意:此字段可能返回 null,表示取不到有效值。",
|
9298
|
+
"example": "1",
|
9299
|
+
"member": "uint64",
|
9300
|
+
"name": "NonEmpty",
|
9301
|
+
"output_required": true,
|
9302
|
+
"required": true,
|
9303
|
+
"type": "int",
|
9304
|
+
"value_allowed_null": true
|
9305
|
+
},
|
9306
|
+
{
|
9307
|
+
"disabled": false,
|
9308
|
+
"document": "默认值\n注意:此字段可能返回 null,表示取不到有效值。",
|
9309
|
+
"example": "1",
|
9310
|
+
"member": "string",
|
9311
|
+
"name": "DefaultValue",
|
9312
|
+
"output_required": true,
|
9313
|
+
"required": false,
|
9314
|
+
"type": "string",
|
9315
|
+
"value_allowed_null": true
|
9316
|
+
},
|
9317
|
+
{
|
9318
|
+
"disabled": false,
|
9319
|
+
"document": "示例值\n注意:此字段可能返回 null,表示取不到有效值。",
|
9320
|
+
"example": "123-abc",
|
9321
|
+
"member": "string",
|
9322
|
+
"name": "ExampleValue",
|
9323
|
+
"output_required": true,
|
9324
|
+
"required": false,
|
9325
|
+
"type": "string",
|
9326
|
+
"value_allowed_null": true
|
9327
|
+
},
|
9328
|
+
{
|
9329
|
+
"disabled": false,
|
9330
|
+
"document": "参数描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
9331
|
+
"example": "123-abc",
|
9332
|
+
"member": "string",
|
9333
|
+
"name": "Description",
|
9334
|
+
"output_required": true,
|
9335
|
+
"required": false,
|
9336
|
+
"type": "string",
|
9337
|
+
"value_allowed_null": true
|
9338
|
+
}
|
9339
|
+
],
|
9340
|
+
"usage": "both"
|
9341
|
+
},
|
9342
|
+
"DataServiceResponseParam": {
|
9343
|
+
"document": "数据服务入参",
|
9344
|
+
"members": [
|
9345
|
+
{
|
9346
|
+
"disabled": false,
|
9347
|
+
"document": "参数名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
9348
|
+
"example": "1",
|
9349
|
+
"member": "string",
|
9350
|
+
"name": "ParamName",
|
9351
|
+
"output_required": true,
|
9352
|
+
"required": true,
|
9353
|
+
"type": "string",
|
9354
|
+
"value_allowed_null": true
|
9355
|
+
},
|
9356
|
+
{
|
9357
|
+
"disabled": false,
|
9358
|
+
"document": "绑定字段\n注意:此字段可能返回 null,表示取不到有效值。",
|
9359
|
+
"example": "123-abc",
|
9360
|
+
"member": "string",
|
9361
|
+
"name": "BindField",
|
9362
|
+
"output_required": true,
|
9363
|
+
"required": true,
|
9364
|
+
"type": "string",
|
9365
|
+
"value_allowed_null": true
|
9366
|
+
},
|
9367
|
+
{
|
9368
|
+
"disabled": false,
|
9369
|
+
"document": "参数类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
9370
|
+
"example": "123-abc",
|
9371
|
+
"member": "string",
|
9372
|
+
"name": "ParamType",
|
9373
|
+
"output_required": true,
|
9374
|
+
"required": true,
|
9375
|
+
"type": "string",
|
9376
|
+
"value_allowed_null": true
|
9377
|
+
},
|
9378
|
+
{
|
9379
|
+
"disabled": false,
|
9380
|
+
"document": "示例值\n注意:此字段可能返回 null,表示取不到有效值。",
|
9381
|
+
"example": "123-abc",
|
9382
|
+
"member": "string",
|
9383
|
+
"name": "ExampleValue",
|
9384
|
+
"output_required": true,
|
9385
|
+
"required": true,
|
9386
|
+
"type": "string",
|
9387
|
+
"value_allowed_null": true
|
9388
|
+
},
|
9389
|
+
{
|
9390
|
+
"disabled": false,
|
9391
|
+
"document": "参数描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
9392
|
+
"example": "123-abc",
|
9393
|
+
"member": "string",
|
9394
|
+
"name": "Description",
|
9395
|
+
"output_required": true,
|
9396
|
+
"required": true,
|
9397
|
+
"type": "string",
|
9398
|
+
"value_allowed_null": true
|
9399
|
+
}
|
9400
|
+
],
|
9401
|
+
"usage": "both"
|
9402
|
+
},
|
9036
9403
|
"DataSourceInfo": {
|
9037
9404
|
"document": "数据源对象",
|
9038
9405
|
"members": [
|
@@ -9754,6 +10121,66 @@
|
|
9754
10121
|
"output_required": true,
|
9755
10122
|
"type": "string",
|
9756
10123
|
"value_allowed_null": true
|
10124
|
+
},
|
10125
|
+
{
|
10126
|
+
"disabled": false,
|
10127
|
+
"document": "总表数\n注意:此字段可能返回 null,表示取不到有效值。",
|
10128
|
+
"example": "1",
|
10129
|
+
"member": "int64",
|
10130
|
+
"name": "TableCount",
|
10131
|
+
"output_required": false,
|
10132
|
+
"type": "int",
|
10133
|
+
"value_allowed_null": true
|
10134
|
+
},
|
10135
|
+
{
|
10136
|
+
"disabled": false,
|
10137
|
+
"document": "数据源信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
10138
|
+
"example": "无",
|
10139
|
+
"member": "GovDatasourceInfo",
|
10140
|
+
"name": "DatasourceList",
|
10141
|
+
"output_required": false,
|
10142
|
+
"type": "list",
|
10143
|
+
"value_allowed_null": true
|
10144
|
+
},
|
10145
|
+
{
|
10146
|
+
"disabled": false,
|
10147
|
+
"document": "采集任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
10148
|
+
"example": "无",
|
10149
|
+
"member": "string",
|
10150
|
+
"name": "CollectJobId",
|
10151
|
+
"output_required": false,
|
10152
|
+
"type": "string",
|
10153
|
+
"value_allowed_null": true
|
10154
|
+
},
|
10155
|
+
{
|
10156
|
+
"disabled": false,
|
10157
|
+
"document": "采集任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
10158
|
+
"example": "无",
|
10159
|
+
"member": "string",
|
10160
|
+
"name": "CollectJobName",
|
10161
|
+
"output_required": false,
|
10162
|
+
"type": "string",
|
10163
|
+
"value_allowed_null": true
|
10164
|
+
},
|
10165
|
+
{
|
10166
|
+
"disabled": false,
|
10167
|
+
"document": "引擎id\n注意:此字段可能返回 null,表示取不到有效值。",
|
10168
|
+
"example": "无",
|
10169
|
+
"member": "string",
|
10170
|
+
"name": "ClusterId",
|
10171
|
+
"output_required": false,
|
10172
|
+
"type": "string",
|
10173
|
+
"value_allowed_null": true
|
10174
|
+
},
|
10175
|
+
{
|
10176
|
+
"disabled": false,
|
10177
|
+
"document": "引擎名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
10178
|
+
"example": "无",
|
10179
|
+
"member": "string",
|
10180
|
+
"name": "ClusterName",
|
10181
|
+
"output_required": false,
|
10182
|
+
"type": "string",
|
10183
|
+
"value_allowed_null": true
|
9757
10184
|
}
|
9758
10185
|
],
|
9759
10186
|
"usage": "out"
|
@@ -9984,6 +10411,61 @@
|
|
9984
10411
|
],
|
9985
10412
|
"type": "object"
|
9986
10413
|
},
|
10414
|
+
"DeleteDataModelRequest": {
|
10415
|
+
"document": "DeleteDataModel请求参数结构体",
|
10416
|
+
"members": [
|
10417
|
+
{
|
10418
|
+
"disabled": false,
|
10419
|
+
"document": "云应用的实例id",
|
10420
|
+
"example": "cloudapp-x3hadra3",
|
10421
|
+
"member": "string",
|
10422
|
+
"name": "CloudappId",
|
10423
|
+
"required": true,
|
10424
|
+
"type": "string"
|
10425
|
+
},
|
10426
|
+
{
|
10427
|
+
"disabled": false,
|
10428
|
+
"document": "数据建模的实例id",
|
10429
|
+
"example": "f4d52408-5cec-4075-b4f4-5b7154e0a4c7",
|
10430
|
+
"member": "string",
|
10431
|
+
"name": "DataModelId",
|
10432
|
+
"required": true,
|
10433
|
+
"type": "string"
|
10434
|
+
},
|
10435
|
+
{
|
10436
|
+
"disabled": false,
|
10437
|
+
"document": "用户的子账号id",
|
10438
|
+
"example": "12341",
|
10439
|
+
"member": "string",
|
10440
|
+
"name": "UserId",
|
10441
|
+
"required": true,
|
10442
|
+
"type": "string"
|
10443
|
+
}
|
10444
|
+
],
|
10445
|
+
"type": "object"
|
10446
|
+
},
|
10447
|
+
"DeleteDataModelResponse": {
|
10448
|
+
"document": "DeleteDataModel返回参数结构体",
|
10449
|
+
"members": [
|
10450
|
+
{
|
10451
|
+
"disabled": false,
|
10452
|
+
"document": "是否销毁成功",
|
10453
|
+
"example": "true",
|
10454
|
+
"member": "bool",
|
10455
|
+
"name": "Data",
|
10456
|
+
"output_required": false,
|
10457
|
+
"type": "bool",
|
10458
|
+
"value_allowed_null": false
|
10459
|
+
},
|
10460
|
+
{
|
10461
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10462
|
+
"member": "string",
|
10463
|
+
"name": "RequestId",
|
10464
|
+
"type": "string"
|
10465
|
+
}
|
10466
|
+
],
|
10467
|
+
"type": "object"
|
10468
|
+
},
|
9987
10469
|
"DeleteDataSourcesRequest": {
|
9988
10470
|
"document": "DeleteDataSources请求参数结构体",
|
9989
10471
|
"members": [
|
@@ -12283,6 +12765,437 @@
|
|
12283
12765
|
],
|
12284
12766
|
"type": "object"
|
12285
12767
|
},
|
12768
|
+
"DescribeDataServicePublishedApiDetailRequest": {
|
12769
|
+
"document": "DescribeDataServicePublishedApiDetail请求参数结构体",
|
12770
|
+
"members": [
|
12771
|
+
{
|
12772
|
+
"disabled": false,
|
12773
|
+
"document": "服务Id",
|
12774
|
+
"example": "1847084985566855169",
|
12775
|
+
"member": "string",
|
12776
|
+
"name": "Id",
|
12777
|
+
"required": true,
|
12778
|
+
"type": "string"
|
12779
|
+
},
|
12780
|
+
{
|
12781
|
+
"disabled": false,
|
12782
|
+
"document": "项目ID",
|
12783
|
+
"example": "无",
|
12784
|
+
"member": "string",
|
12785
|
+
"name": "ProjectId",
|
12786
|
+
"required": true,
|
12787
|
+
"type": "string"
|
12788
|
+
}
|
12789
|
+
],
|
12790
|
+
"type": "object"
|
12791
|
+
},
|
12792
|
+
"DescribeDataServicePublishedApiDetailResp": {
|
12793
|
+
"document": "查询数据服务API的发布态信息详情出参",
|
12794
|
+
"members": [
|
12795
|
+
{
|
12796
|
+
"disabled": false,
|
12797
|
+
"document": "服务Api名称",
|
12798
|
+
"example": "1",
|
12799
|
+
"member": "string",
|
12800
|
+
"name": "ApiName",
|
12801
|
+
"output_required": true,
|
12802
|
+
"type": "string",
|
12803
|
+
"value_allowed_null": false
|
12804
|
+
},
|
12805
|
+
{
|
12806
|
+
"disabled": false,
|
12807
|
+
"document": "服务请求Path",
|
12808
|
+
"example": "/",
|
12809
|
+
"member": "string",
|
12810
|
+
"name": "PathUrl",
|
12811
|
+
"output_required": true,
|
12812
|
+
"type": "string",
|
12813
|
+
"value_allowed_null": false
|
12814
|
+
},
|
12815
|
+
{
|
12816
|
+
"disabled": false,
|
12817
|
+
"document": "服务责任人名称",
|
12818
|
+
"example": "1",
|
12819
|
+
"member": "string",
|
12820
|
+
"name": "OwnerName",
|
12821
|
+
"output_required": true,
|
12822
|
+
"type": "string",
|
12823
|
+
"value_allowed_null": false
|
12824
|
+
},
|
12825
|
+
{
|
12826
|
+
"disabled": false,
|
12827
|
+
"document": "服务请求方式",
|
12828
|
+
"example": "POST",
|
12829
|
+
"member": "string",
|
12830
|
+
"name": "RequestType",
|
12831
|
+
"output_required": true,
|
12832
|
+
"type": "string",
|
12833
|
+
"value_allowed_null": false
|
12834
|
+
},
|
12835
|
+
{
|
12836
|
+
"disabled": false,
|
12837
|
+
"document": "服务标签名称集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
12838
|
+
"example": "abcd",
|
12839
|
+
"member": "string",
|
12840
|
+
"name": "ApiTagNames",
|
12841
|
+
"output_required": true,
|
12842
|
+
"type": "string",
|
12843
|
+
"value_allowed_null": true
|
12844
|
+
},
|
12845
|
+
{
|
12846
|
+
"disabled": false,
|
12847
|
+
"document": "服务描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
12848
|
+
"example": "2",
|
12849
|
+
"member": "string",
|
12850
|
+
"name": "ApiDescription",
|
12851
|
+
"output_required": true,
|
12852
|
+
"type": "string",
|
12853
|
+
"value_allowed_null": true
|
12854
|
+
},
|
12855
|
+
{
|
12856
|
+
"disabled": false,
|
12857
|
+
"document": "服务请求返回示例\n注意:此字段可能返回 null,表示取不到有效值。",
|
12858
|
+
"example": "1",
|
12859
|
+
"member": "string",
|
12860
|
+
"name": "RequestExample",
|
12861
|
+
"output_required": true,
|
12862
|
+
"type": "string",
|
12863
|
+
"value_allowed_null": true
|
12864
|
+
},
|
12865
|
+
{
|
12866
|
+
"disabled": false,
|
12867
|
+
"document": "服务请求成功返回示例\n注意:此字段可能返回 null,表示取不到有效值。",
|
12868
|
+
"example": "1",
|
12869
|
+
"member": "string",
|
12870
|
+
"name": "RequestSuccess",
|
12871
|
+
"output_required": true,
|
12872
|
+
"type": "string",
|
12873
|
+
"value_allowed_null": true
|
12874
|
+
},
|
12875
|
+
{
|
12876
|
+
"disabled": false,
|
12877
|
+
"document": "服务请求失败返回示例\n注意:此字段可能返回 null,表示取不到有效值。",
|
12878
|
+
"example": "1",
|
12879
|
+
"member": "string",
|
12880
|
+
"name": "RequestError",
|
12881
|
+
"output_required": true,
|
12882
|
+
"type": "string",
|
12883
|
+
"value_allowed_null": true
|
12884
|
+
},
|
12885
|
+
{
|
12886
|
+
"disabled": false,
|
12887
|
+
"document": "服务请求参数列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
12888
|
+
"example": "1",
|
12889
|
+
"member": "DataServiceRequestParam",
|
12890
|
+
"name": "RequestParam",
|
12891
|
+
"output_required": false,
|
12892
|
+
"type": "list",
|
12893
|
+
"value_allowed_null": true
|
12894
|
+
},
|
12895
|
+
{
|
12896
|
+
"disabled": false,
|
12897
|
+
"document": "服务响应参数列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
12898
|
+
"example": "1",
|
12899
|
+
"member": "DataServiceResponseParam",
|
12900
|
+
"name": "ResponseParam",
|
12901
|
+
"output_required": false,
|
12902
|
+
"type": "list",
|
12903
|
+
"value_allowed_null": true
|
12904
|
+
},
|
12905
|
+
{
|
12906
|
+
"disabled": false,
|
12907
|
+
"document": "最大qps",
|
12908
|
+
"example": "100",
|
12909
|
+
"member": "int64",
|
12910
|
+
"name": "MaxAllowQps",
|
12911
|
+
"output_required": true,
|
12912
|
+
"type": "int",
|
12913
|
+
"value_allowed_null": false
|
12914
|
+
},
|
12915
|
+
{
|
12916
|
+
"disabled": false,
|
12917
|
+
"document": "最大记录数",
|
12918
|
+
"example": "2000",
|
12919
|
+
"member": "int64",
|
12920
|
+
"name": "MaxAllowPageSize",
|
12921
|
+
"output_required": true,
|
12922
|
+
"type": "int",
|
12923
|
+
"value_allowed_null": false
|
12924
|
+
},
|
12925
|
+
{
|
12926
|
+
"disabled": false,
|
12927
|
+
"document": "超时时间,单位ms",
|
12928
|
+
"example": "5000",
|
12929
|
+
"member": "uint64",
|
12930
|
+
"name": "TimeoutPeriod",
|
12931
|
+
"output_required": true,
|
12932
|
+
"type": "int",
|
12933
|
+
"value_allowed_null": false
|
12934
|
+
},
|
12935
|
+
{
|
12936
|
+
"disabled": false,
|
12937
|
+
"document": "ApiId\n注意:此字段可能返回 null,表示取不到有效值。",
|
12938
|
+
"example": "20321213123",
|
12939
|
+
"member": "string",
|
12940
|
+
"name": "ApiId",
|
12941
|
+
"output_required": true,
|
12942
|
+
"type": "string",
|
12943
|
+
"value_allowed_null": true
|
12944
|
+
},
|
12945
|
+
{
|
12946
|
+
"disabled": false,
|
12947
|
+
"document": "0:免认证 1:应用认证",
|
12948
|
+
"example": "0",
|
12949
|
+
"member": "uint64",
|
12950
|
+
"name": "AuthType",
|
12951
|
+
"output_required": true,
|
12952
|
+
"type": "int",
|
12953
|
+
"value_allowed_null": false
|
12954
|
+
},
|
12955
|
+
{
|
12956
|
+
"disabled": false,
|
12957
|
+
"document": "请求地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
12958
|
+
"example": "http://127.0.0.1/test_0725_01",
|
12959
|
+
"member": "string",
|
12960
|
+
"name": "GatewayApiUrl",
|
12961
|
+
"output_required": true,
|
12962
|
+
"type": "string",
|
12963
|
+
"value_allowed_null": true
|
12964
|
+
},
|
12965
|
+
{
|
12966
|
+
"disabled": false,
|
12967
|
+
"document": "服务Api状态 1:已上线 3:已下线\n注意:此字段可能返回 null,表示取不到有效值。",
|
12968
|
+
"example": "1",
|
12969
|
+
"member": "uint64",
|
12970
|
+
"name": "ApiStatus",
|
12971
|
+
"output_required": true,
|
12972
|
+
"type": "int",
|
12973
|
+
"value_allowed_null": true
|
12974
|
+
}
|
12975
|
+
],
|
12976
|
+
"usage": "out"
|
12977
|
+
},
|
12978
|
+
"DescribeDataServicePublishedApiDetailResponse": {
|
12979
|
+
"document": "DescribeDataServicePublishedApiDetail返回参数结构体",
|
12980
|
+
"members": [
|
12981
|
+
{
|
12982
|
+
"disabled": false,
|
12983
|
+
"document": "服务详情",
|
12984
|
+
"example": "无",
|
12985
|
+
"member": "DescribeDataServicePublishedApiDetailResp",
|
12986
|
+
"name": "Data",
|
12987
|
+
"output_required": true,
|
12988
|
+
"type": "object",
|
12989
|
+
"value_allowed_null": false
|
12990
|
+
},
|
12991
|
+
{
|
12992
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12993
|
+
"member": "string",
|
12994
|
+
"name": "RequestId",
|
12995
|
+
"type": "string"
|
12996
|
+
}
|
12997
|
+
],
|
12998
|
+
"type": "object"
|
12999
|
+
},
|
13000
|
+
"DescribeDataServicePublishedApiListRequest": {
|
13001
|
+
"document": "DescribeDataServicePublishedApiList请求参数结构体",
|
13002
|
+
"members": [
|
13003
|
+
{
|
13004
|
+
"disabled": false,
|
13005
|
+
"document": "页码",
|
13006
|
+
"example": "1",
|
13007
|
+
"member": "uint64",
|
13008
|
+
"name": "PageNumber",
|
13009
|
+
"required": true,
|
13010
|
+
"type": "int"
|
13011
|
+
},
|
13012
|
+
{
|
13013
|
+
"disabled": false,
|
13014
|
+
"document": "每页大小",
|
13015
|
+
"example": "10",
|
13016
|
+
"member": "uint64",
|
13017
|
+
"name": "PageSize",
|
13018
|
+
"required": true,
|
13019
|
+
"type": "int"
|
13020
|
+
},
|
13021
|
+
{
|
13022
|
+
"disabled": false,
|
13023
|
+
"document": "项目ID",
|
13024
|
+
"example": "无",
|
13025
|
+
"member": "string",
|
13026
|
+
"name": "ProjectId",
|
13027
|
+
"required": true,
|
13028
|
+
"type": "string"
|
13029
|
+
},
|
13030
|
+
{
|
13031
|
+
"disabled": false,
|
13032
|
+
"document": "查询参数",
|
13033
|
+
"example": "无",
|
13034
|
+
"member": "DataServicePublishedApiListFilter",
|
13035
|
+
"name": "Filters",
|
13036
|
+
"required": false,
|
13037
|
+
"type": "object"
|
13038
|
+
},
|
13039
|
+
{
|
13040
|
+
"disabled": false,
|
13041
|
+
"document": "排序配置",
|
13042
|
+
"example": "无",
|
13043
|
+
"member": "DataServiceRequestListOrder",
|
13044
|
+
"name": "OrderFields",
|
13045
|
+
"required": false,
|
13046
|
+
"type": "list"
|
13047
|
+
}
|
13048
|
+
],
|
13049
|
+
"type": "object"
|
13050
|
+
},
|
13051
|
+
"DescribeDataServicePublishedApiListResp": {
|
13052
|
+
"document": "获取数据服务API的发布态信息列表响应内容",
|
13053
|
+
"members": [
|
13054
|
+
{
|
13055
|
+
"disabled": false,
|
13056
|
+
"document": "服务id",
|
13057
|
+
"example": "1",
|
13058
|
+
"member": "string",
|
13059
|
+
"name": "Id",
|
13060
|
+
"output_required": true,
|
13061
|
+
"type": "string",
|
13062
|
+
"value_allowed_null": false
|
13063
|
+
},
|
13064
|
+
{
|
13065
|
+
"disabled": false,
|
13066
|
+
"document": "服务Api名称",
|
13067
|
+
"example": "apiName_test",
|
13068
|
+
"member": "string",
|
13069
|
+
"name": "ApiName",
|
13070
|
+
"output_required": true,
|
13071
|
+
"type": "string",
|
13072
|
+
"value_allowed_null": false
|
13073
|
+
},
|
13074
|
+
{
|
13075
|
+
"disabled": false,
|
13076
|
+
"document": "所属目录名称",
|
13077
|
+
"example": "abcd",
|
13078
|
+
"member": "string",
|
13079
|
+
"name": "ApiFolderName",
|
13080
|
+
"output_required": true,
|
13081
|
+
"type": "string",
|
13082
|
+
"value_allowed_null": false
|
13083
|
+
},
|
13084
|
+
{
|
13085
|
+
"disabled": false,
|
13086
|
+
"document": "服务Api标签名称集合",
|
13087
|
+
"example": "测试",
|
13088
|
+
"member": "string",
|
13089
|
+
"name": "ApiTagNames",
|
13090
|
+
"output_required": true,
|
13091
|
+
"type": "string",
|
13092
|
+
"value_allowed_null": false
|
13093
|
+
},
|
13094
|
+
{
|
13095
|
+
"disabled": false,
|
13096
|
+
"document": "服务负责人",
|
13097
|
+
"example": "104593123",
|
13098
|
+
"member": "string",
|
13099
|
+
"name": "OwnerName",
|
13100
|
+
"output_required": true,
|
13101
|
+
"type": "string",
|
13102
|
+
"value_allowed_null": false
|
13103
|
+
},
|
13104
|
+
{
|
13105
|
+
"disabled": false,
|
13106
|
+
"document": "服务创建时间",
|
13107
|
+
"example": "2022-05-09 12:00:00",
|
13108
|
+
"member": "string",
|
13109
|
+
"name": "CreateTime",
|
13110
|
+
"output_required": true,
|
13111
|
+
"type": "string",
|
13112
|
+
"value_allowed_null": false
|
13113
|
+
},
|
13114
|
+
{
|
13115
|
+
"disabled": false,
|
13116
|
+
"document": "Api的id",
|
13117
|
+
"example": "\"1121\"",
|
13118
|
+
"member": "string",
|
13119
|
+
"name": "ApiId",
|
13120
|
+
"output_required": true,
|
13121
|
+
"type": "string",
|
13122
|
+
"value_allowed_null": false
|
13123
|
+
},
|
13124
|
+
{
|
13125
|
+
"disabled": false,
|
13126
|
+
"document": "服务Api认证方式 0:免认证 1:应用认证",
|
13127
|
+
"example": "1",
|
13128
|
+
"member": "int64",
|
13129
|
+
"name": "AuthType",
|
13130
|
+
"output_required": true,
|
13131
|
+
"type": "int",
|
13132
|
+
"value_allowed_null": false
|
13133
|
+
},
|
13134
|
+
{
|
13135
|
+
"disabled": false,
|
13136
|
+
"document": "服务Api状态 0:创建 1:已上线 2:已删除 3:已下线",
|
13137
|
+
"example": "1",
|
13138
|
+
"member": "int64",
|
13139
|
+
"name": "ApiStatus",
|
13140
|
+
"output_required": true,
|
13141
|
+
"type": "int",
|
13142
|
+
"value_allowed_null": false
|
13143
|
+
},
|
13144
|
+
{
|
13145
|
+
"disabled": false,
|
13146
|
+
"document": "配置方式 0:向导、1、脚本、2、注册Api\n注意:此字段可能返回 null,表示取不到有效值。",
|
13147
|
+
"example": "0",
|
13148
|
+
"member": "uint64",
|
13149
|
+
"name": "ConfigType",
|
13150
|
+
"output_required": false,
|
13151
|
+
"type": "int",
|
13152
|
+
"value_allowed_null": true
|
13153
|
+
},
|
13154
|
+
{
|
13155
|
+
"disabled": false,
|
13156
|
+
"document": "更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
13157
|
+
"example": "2022-05-09 12:00:00",
|
13158
|
+
"member": "string",
|
13159
|
+
"name": "ModifyTime",
|
13160
|
+
"output_required": false,
|
13161
|
+
"type": "string",
|
13162
|
+
"value_allowed_null": true
|
13163
|
+
}
|
13164
|
+
],
|
13165
|
+
"usage": "out"
|
13166
|
+
},
|
13167
|
+
"DescribeDataServicePublishedApiListResponse": {
|
13168
|
+
"document": "DescribeDataServicePublishedApiList返回参数结构体",
|
13169
|
+
"members": [
|
13170
|
+
{
|
13171
|
+
"disabled": false,
|
13172
|
+
"document": "总条数",
|
13173
|
+
"example": "1",
|
13174
|
+
"member": "uint64",
|
13175
|
+
"name": "TotalCount",
|
13176
|
+
"output_required": true,
|
13177
|
+
"type": "int",
|
13178
|
+
"value_allowed_null": false
|
13179
|
+
},
|
13180
|
+
{
|
13181
|
+
"disabled": false,
|
13182
|
+
"document": "服务列表",
|
13183
|
+
"example": "无",
|
13184
|
+
"member": "DescribeDataServicePublishedApiListResp",
|
13185
|
+
"name": "DataSet",
|
13186
|
+
"output_required": true,
|
13187
|
+
"type": "list",
|
13188
|
+
"value_allowed_null": false
|
13189
|
+
},
|
13190
|
+
{
|
13191
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13192
|
+
"member": "string",
|
13193
|
+
"name": "RequestId",
|
13194
|
+
"type": "string"
|
13195
|
+
}
|
13196
|
+
],
|
13197
|
+
"type": "object"
|
13198
|
+
},
|
12286
13199
|
"DescribeDataSourceInfoListRequest": {
|
12287
13200
|
"document": "DescribeDataSourceInfoList请求参数结构体",
|
12288
13201
|
"members": [
|
@@ -14123,13 +15036,40 @@
|
|
14123
15036
|
"required": true,
|
14124
15037
|
"type": "string"
|
14125
15038
|
},
|
15039
|
+
{
|
15040
|
+
"disabled": false,
|
15041
|
+
"document": "日志级别,Info/Debug/Warn/Error/All",
|
15042
|
+
"example": "无",
|
15043
|
+
"member": "string",
|
15044
|
+
"name": "LogLevelType",
|
15045
|
+
"required": false,
|
15046
|
+
"type": "string"
|
15047
|
+
},
|
15048
|
+
{
|
15049
|
+
"disabled": false,
|
15050
|
+
"document": "文件类型,Log/Code",
|
15051
|
+
"example": "无",
|
15052
|
+
"member": "string",
|
15053
|
+
"name": "ExecutionFileType",
|
15054
|
+
"required": false,
|
15055
|
+
"type": "string"
|
15056
|
+
},
|
15057
|
+
{
|
15058
|
+
"disabled": false,
|
15059
|
+
"document": "统一执行平台执行id",
|
15060
|
+
"example": "无",
|
15061
|
+
"member": "string",
|
15062
|
+
"name": "ExecutionJobId",
|
15063
|
+
"required": false,
|
15064
|
+
"type": "string"
|
15065
|
+
},
|
14126
15066
|
{
|
14127
15067
|
"disabled": false,
|
14128
15068
|
"document": "服务器Ip",
|
14129
15069
|
"example": "\"172.16.16.16\"",
|
14130
15070
|
"member": "string",
|
14131
15071
|
"name": "BrokerIp",
|
14132
|
-
"required":
|
15072
|
+
"required": false,
|
14133
15073
|
"type": "string"
|
14134
15074
|
},
|
14135
15075
|
{
|
@@ -14138,7 +15078,7 @@
|
|
14138
15078
|
"example": "\"20210602000000-9-all-log-0.20210602222614.log\"",
|
14139
15079
|
"member": "string",
|
14140
15080
|
"name": "OriginFileName",
|
14141
|
-
"required":
|
15081
|
+
"required": false,
|
14142
15082
|
"type": "string"
|
14143
15083
|
},
|
14144
15084
|
{
|
@@ -14158,6 +15098,24 @@
|
|
14158
15098
|
"name": "LineCount",
|
14159
15099
|
"required": false,
|
14160
15100
|
"type": "int"
|
15101
|
+
},
|
15102
|
+
{
|
15103
|
+
"disabled": false,
|
15104
|
+
"document": "查询日志扩展信息,通过统一执行平台接口分页查询日志时需要带上,第一页时为null",
|
15105
|
+
"example": "无",
|
15106
|
+
"member": "string",
|
15107
|
+
"name": "ExtInfo",
|
15108
|
+
"required": false,
|
15109
|
+
"type": "string"
|
15110
|
+
},
|
15111
|
+
{
|
15112
|
+
"disabled": false,
|
15113
|
+
"document": "请求来源,WEB 前端;CLIENT 客户端",
|
15114
|
+
"example": "无",
|
15115
|
+
"member": "string",
|
15116
|
+
"name": "RequestFromSource",
|
15117
|
+
"required": false,
|
15118
|
+
"type": "string"
|
14161
15119
|
}
|
14162
15120
|
],
|
14163
15121
|
"type": "object"
|
@@ -14214,13 +15172,22 @@
|
|
14214
15172
|
"required": true,
|
14215
15173
|
"type": "string"
|
14216
15174
|
},
|
15175
|
+
{
|
15176
|
+
"disabled": false,
|
15177
|
+
"document": "请求来源,WEB 前端;CLIENT 客户端",
|
15178
|
+
"example": "无",
|
15179
|
+
"member": "string",
|
15180
|
+
"name": "RequestFromSource",
|
15181
|
+
"required": false,
|
15182
|
+
"type": "string"
|
15183
|
+
},
|
14217
15184
|
{
|
14218
15185
|
"disabled": false,
|
14219
15186
|
"document": "执行机IP",
|
14220
15187
|
"example": "\"172.16.1.119\"",
|
14221
15188
|
"member": "string",
|
14222
15189
|
"name": "BrokerIp",
|
14223
|
-
"required":
|
15190
|
+
"required": false,
|
14224
15191
|
"type": "string"
|
14225
15192
|
},
|
14226
15193
|
{
|
@@ -14229,7 +15196,34 @@
|
|
14229
15196
|
"example": "\"20230309190426-9-all-log-0.20230309190612.log\"",
|
14230
15197
|
"member": "string",
|
14231
15198
|
"name": "OriginFileName",
|
14232
|
-
"required":
|
15199
|
+
"required": false,
|
15200
|
+
"type": "string"
|
15201
|
+
},
|
15202
|
+
{
|
15203
|
+
"disabled": false,
|
15204
|
+
"document": "执行平台下发执行id",
|
15205
|
+
"example": "无",
|
15206
|
+
"member": "string",
|
15207
|
+
"name": "ExecutionJobId",
|
15208
|
+
"required": false,
|
15209
|
+
"type": "string"
|
15210
|
+
},
|
15211
|
+
{
|
15212
|
+
"disabled": false,
|
15213
|
+
"document": "日志级别,Info/Debug/Warn/Error/All",
|
15214
|
+
"example": "无",
|
15215
|
+
"member": "string",
|
15216
|
+
"name": "LogLevelType",
|
15217
|
+
"required": false,
|
15218
|
+
"type": "string"
|
15219
|
+
},
|
15220
|
+
{
|
15221
|
+
"disabled": false,
|
15222
|
+
"document": "文件类型,Log/Code",
|
15223
|
+
"example": "无",
|
15224
|
+
"member": "string",
|
15225
|
+
"name": "ExecutionFileType",
|
15226
|
+
"required": false,
|
14233
15227
|
"type": "string"
|
14234
15228
|
}
|
14235
15229
|
],
|
@@ -15942,7 +16936,7 @@
|
|
15942
16936
|
"member": "Filter",
|
15943
16937
|
"name": "Filters",
|
15944
16938
|
"required": false,
|
15945
|
-
"type": "
|
16939
|
+
"type": "list"
|
15946
16940
|
},
|
15947
16941
|
{
|
15948
16942
|
"disabled": false,
|
@@ -15951,7 +16945,7 @@
|
|
15951
16945
|
"member": "OrderField",
|
15952
16946
|
"name": "OrderFields",
|
15953
16947
|
"required": false,
|
15954
|
-
"type": "
|
16948
|
+
"type": "list"
|
15955
16949
|
}
|
15956
16950
|
],
|
15957
16951
|
"type": "object"
|
@@ -17722,6 +18716,15 @@
|
|
17722
18716
|
"DescribeScheduleInstancesRequest": {
|
17723
18717
|
"document": "DescribeScheduleInstances请求参数结构体",
|
17724
18718
|
"members": [
|
18719
|
+
{
|
18720
|
+
"disabled": false,
|
18721
|
+
"document": "请求来源,WEB 前端;CLIENT 客户端",
|
18722
|
+
"example": "无",
|
18723
|
+
"member": "string",
|
18724
|
+
"name": "RequestFromSource",
|
18725
|
+
"required": false,
|
18726
|
+
"type": "string"
|
18727
|
+
},
|
17725
18728
|
{
|
17726
18729
|
"disabled": false,
|
17727
18730
|
"document": "实例列表",
|
@@ -17883,6 +18886,15 @@
|
|
17883
18886
|
"name": "IsCount",
|
17884
18887
|
"required": false,
|
17885
18888
|
"type": "bool"
|
18889
|
+
},
|
18890
|
+
{
|
18891
|
+
"disabled": false,
|
18892
|
+
"document": "项目ID列表,用于多项目实例列表筛选,请注意,该字段传入时 ProjectId 字段也必须传,且传入的 ProjectIds 中的项目ID必须是当前用户有权限的项目ID,否则会由于权限校验失败报错",
|
18893
|
+
"example": "无",
|
18894
|
+
"member": "string",
|
18895
|
+
"name": "ProjectIds",
|
18896
|
+
"required": false,
|
18897
|
+
"type": "list"
|
17886
18898
|
}
|
17887
18899
|
],
|
17888
18900
|
"type": "object"
|
@@ -17890,6 +18902,16 @@
|
|
17890
18902
|
"DescribeScheduleInstancesResponse": {
|
17891
18903
|
"document": "DescribeScheduleInstances返回参数结构体",
|
17892
18904
|
"members": [
|
18905
|
+
{
|
18906
|
+
"disabled": false,
|
18907
|
+
"document": "请求来源,WEB 前端;CLIENT 客户端\n注意:此字段可能返回 null,表示取不到有效值。",
|
18908
|
+
"example": "无",
|
18909
|
+
"member": "string",
|
18910
|
+
"name": "RequestFromSource",
|
18911
|
+
"output_required": false,
|
18912
|
+
"type": "string",
|
18913
|
+
"value_allowed_null": true
|
18914
|
+
},
|
17893
18915
|
{
|
17894
18916
|
"disabled": false,
|
17895
18917
|
"document": "实例结果集",
|
@@ -23430,6 +24452,15 @@
|
|
23430
24452
|
"name": "RemotePath",
|
23431
24453
|
"required": false,
|
23432
24454
|
"type": "string"
|
24455
|
+
},
|
24456
|
+
{
|
24457
|
+
"disabled": false,
|
24458
|
+
"document": "地域",
|
24459
|
+
"example": "无",
|
24460
|
+
"member": "string",
|
24461
|
+
"name": "RemoteRegion",
|
24462
|
+
"required": false,
|
24463
|
+
"type": "string"
|
23433
24464
|
}
|
23434
24465
|
],
|
23435
24466
|
"type": "object"
|
@@ -23726,6 +24757,62 @@
|
|
23726
24757
|
],
|
23727
24758
|
"type": "object"
|
23728
24759
|
},
|
24760
|
+
"GovDatasourceInfo": {
|
24761
|
+
"document": "数据源信息",
|
24762
|
+
"members": [
|
24763
|
+
{
|
24764
|
+
"disabled": false,
|
24765
|
+
"document": "数据源id\n注意:此字段可能返回 null,表示取不到有效值。",
|
24766
|
+
"example": "无",
|
24767
|
+
"member": "string",
|
24768
|
+
"name": "DatasourceId",
|
24769
|
+
"output_required": false,
|
24770
|
+
"type": "string",
|
24771
|
+
"value_allowed_null": true
|
24772
|
+
},
|
24773
|
+
{
|
24774
|
+
"disabled": false,
|
24775
|
+
"document": "数据源名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
24776
|
+
"example": "无",
|
24777
|
+
"member": "string",
|
24778
|
+
"name": "DatasourceName",
|
24779
|
+
"output_required": false,
|
24780
|
+
"type": "string",
|
24781
|
+
"value_allowed_null": true
|
24782
|
+
},
|
24783
|
+
{
|
24784
|
+
"disabled": false,
|
24785
|
+
"document": "数据源集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
24786
|
+
"example": "无",
|
24787
|
+
"member": "string",
|
24788
|
+
"name": "DatasourceClusterId",
|
24789
|
+
"output_required": false,
|
24790
|
+
"type": "string",
|
24791
|
+
"value_allowed_null": true
|
24792
|
+
},
|
24793
|
+
{
|
24794
|
+
"disabled": false,
|
24795
|
+
"document": "数据源urn\n注意:此字段可能返回 null,表示取不到有效值。",
|
24796
|
+
"example": "无",
|
24797
|
+
"member": "string",
|
24798
|
+
"name": "DatasourceUrn",
|
24799
|
+
"output_required": false,
|
24800
|
+
"type": "string",
|
24801
|
+
"value_allowed_null": true
|
24802
|
+
},
|
24803
|
+
{
|
24804
|
+
"disabled": false,
|
24805
|
+
"document": "数据源环境\n注意:此字段可能返回 null,表示取不到有效值。",
|
24806
|
+
"example": "无",
|
24807
|
+
"member": "string",
|
24808
|
+
"name": "DatasourceEnv",
|
24809
|
+
"output_required": false,
|
24810
|
+
"type": "string",
|
24811
|
+
"value_allowed_null": true
|
24812
|
+
}
|
24813
|
+
],
|
24814
|
+
"usage": "out"
|
24815
|
+
},
|
23729
24816
|
"InstanceApiOpsRequest": {
|
23730
24817
|
"document": "实例查询类型",
|
23731
24818
|
"members": [
|
@@ -24007,6 +25094,15 @@
|
|
24007
25094
|
"name": "ExecutorGroupIdList",
|
24008
25095
|
"required": false,
|
24009
25096
|
"type": "list"
|
25097
|
+
},
|
25098
|
+
{
|
25099
|
+
"disabled": false,
|
25100
|
+
"document": "true 只过滤重跑过的实例,false 忽略此过滤条件,结果集过滤条件中不包括是否重跑",
|
25101
|
+
"example": "无",
|
25102
|
+
"member": "bool",
|
25103
|
+
"name": "OnlyRerun",
|
25104
|
+
"required": false,
|
25105
|
+
"type": "bool"
|
24010
25106
|
}
|
24011
25107
|
],
|
24012
25108
|
"usage": "in"
|
@@ -24186,6 +25282,39 @@
|
|
24186
25282
|
"required": false,
|
24187
25283
|
"type": "string",
|
24188
25284
|
"value_allowed_null": true
|
25285
|
+
},
|
25286
|
+
{
|
25287
|
+
"disabled": false,
|
25288
|
+
"document": "调度运行方式, 0: 周期调度, 1: 空跑调度\n注意:此字段可能返回 null,表示取不到有效值。",
|
25289
|
+
"example": "0",
|
25290
|
+
"member": "uint64",
|
25291
|
+
"name": "ScheduleRunType",
|
25292
|
+
"output_required": false,
|
25293
|
+
"required": false,
|
25294
|
+
"type": "int",
|
25295
|
+
"value_allowed_null": true
|
25296
|
+
},
|
25297
|
+
{
|
25298
|
+
"disabled": false,
|
25299
|
+
"document": "统一执行平台,下发执行Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
25300
|
+
"example": "无",
|
25301
|
+
"member": "string",
|
25302
|
+
"name": "ExecutionJobId",
|
25303
|
+
"output_required": false,
|
25304
|
+
"required": false,
|
25305
|
+
"type": "string",
|
25306
|
+
"value_allowed_null": true
|
25307
|
+
},
|
25308
|
+
{
|
25309
|
+
"disabled": false,
|
25310
|
+
"document": "实例运行类型: 0: 普通运行, 1: 空跑运行\n注意:此字段可能返回 null,表示取不到有效值。",
|
25311
|
+
"example": "1",
|
25312
|
+
"member": "uint64",
|
25313
|
+
"name": "InstanceRunType",
|
25314
|
+
"output_required": false,
|
25315
|
+
"required": false,
|
25316
|
+
"type": "int",
|
25317
|
+
"value_allowed_null": true
|
24189
25318
|
}
|
24190
25319
|
],
|
24191
25320
|
"usage": "both"
|
@@ -24430,7 +25559,7 @@
|
|
24430
25559
|
"example": "123",
|
24431
25560
|
"member": "string",
|
24432
25561
|
"name": "FileSize",
|
24433
|
-
"output_required":
|
25562
|
+
"output_required": false,
|
24434
25563
|
"required": false,
|
24435
25564
|
"type": "string",
|
24436
25565
|
"value_allowed_null": true
|
@@ -24441,7 +25570,7 @@
|
|
24441
25570
|
"example": "123_2022-12-12 00:00:00",
|
24442
25571
|
"member": "string",
|
24443
25572
|
"name": "OriginFileName",
|
24444
|
-
"output_required":
|
25573
|
+
"output_required": false,
|
24445
25574
|
"required": false,
|
24446
25575
|
"type": "string",
|
24447
25576
|
"value_allowed_null": true
|
@@ -24522,6 +25651,17 @@
|
|
24522
25651
|
"required": false,
|
24523
25652
|
"type": "list",
|
24524
25653
|
"value_allowed_null": true
|
25654
|
+
},
|
25655
|
+
{
|
25656
|
+
"disabled": false,
|
25657
|
+
"document": "统一执行平台,下发执行Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
25658
|
+
"example": "无",
|
25659
|
+
"member": "string",
|
25660
|
+
"name": "ExecutionJobId",
|
25661
|
+
"output_required": false,
|
25662
|
+
"required": false,
|
25663
|
+
"type": "string",
|
25664
|
+
"value_allowed_null": true
|
24525
25665
|
}
|
24526
25666
|
],
|
24527
25667
|
"usage": "both"
|
@@ -24588,6 +25728,36 @@
|
|
24588
25728
|
"output_required": false,
|
24589
25729
|
"type": "int",
|
24590
25730
|
"value_allowed_null": true
|
25731
|
+
},
|
25732
|
+
{
|
25733
|
+
"disabled": false,
|
25734
|
+
"document": "统一执行平台日志分页查询参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
25735
|
+
"example": "无",
|
25736
|
+
"member": "string",
|
25737
|
+
"name": "ExtInfo",
|
25738
|
+
"output_required": false,
|
25739
|
+
"type": "string",
|
25740
|
+
"value_allowed_null": true
|
25741
|
+
},
|
25742
|
+
{
|
25743
|
+
"disabled": false,
|
25744
|
+
"document": "日志分页查询,是否最后一页\n注意:此字段可能返回 null,表示取不到有效值。",
|
25745
|
+
"example": "无",
|
25746
|
+
"member": "bool",
|
25747
|
+
"name": "IsEnd",
|
25748
|
+
"output_required": false,
|
25749
|
+
"type": "bool",
|
25750
|
+
"value_allowed_null": true
|
25751
|
+
},
|
25752
|
+
{
|
25753
|
+
"disabled": false,
|
25754
|
+
"document": "文件大小\n注意:此字段可能返回 null,表示取不到有效值。",
|
25755
|
+
"example": "无",
|
25756
|
+
"member": "string",
|
25757
|
+
"name": "FileSize",
|
25758
|
+
"output_required": false,
|
25759
|
+
"type": "string",
|
25760
|
+
"value_allowed_null": true
|
24591
25761
|
}
|
24592
25762
|
],
|
24593
25763
|
"usage": "out"
|
@@ -25428,6 +26598,28 @@
|
|
25428
26598
|
"required": false,
|
25429
26599
|
"type": "list",
|
25430
26600
|
"value_allowed_null": true
|
26601
|
+
},
|
26602
|
+
{
|
26603
|
+
"disabled": false,
|
26604
|
+
"document": "并发策略, 0: 等待并发, 1: kill自身\n注意:此字段可能返回 null,表示取不到有效值。",
|
26605
|
+
"example": "0",
|
26606
|
+
"member": "uint64",
|
26607
|
+
"name": "ConcurrentStrategy",
|
26608
|
+
"output_required": false,
|
26609
|
+
"required": false,
|
26610
|
+
"type": "int",
|
26611
|
+
"value_allowed_null": true
|
26612
|
+
},
|
26613
|
+
{
|
26614
|
+
"disabled": false,
|
26615
|
+
"document": "调度运行方式, 0: 周期调度, 1: 空跑调度\n注意:此字段可能返回 null,表示取不到有效值。",
|
26616
|
+
"example": "1",
|
26617
|
+
"member": "uint64",
|
26618
|
+
"name": "ScheduleRunType",
|
26619
|
+
"output_required": false,
|
26620
|
+
"required": false,
|
26621
|
+
"type": "int",
|
26622
|
+
"value_allowed_null": true
|
25431
26623
|
}
|
25432
26624
|
],
|
25433
26625
|
"usage": "both"
|
@@ -31241,6 +32433,16 @@
|
|
31241
32433
|
"output_required": false,
|
31242
32434
|
"type": "string",
|
31243
32435
|
"value_allowed_null": true
|
32436
|
+
},
|
32437
|
+
{
|
32438
|
+
"disabled": false,
|
32439
|
+
"document": "函数资源文件类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
32440
|
+
"example": "JAR;PYTHON",
|
32441
|
+
"member": "string",
|
32442
|
+
"name": "FunctionResourceFileType",
|
32443
|
+
"output_required": false,
|
32444
|
+
"type": "string",
|
32445
|
+
"value_allowed_null": true
|
31244
32446
|
}
|
31245
32447
|
],
|
31246
32448
|
"usage": "out"
|
@@ -31717,7 +32919,7 @@
|
|
31717
32919
|
"example": "[]",
|
31718
32920
|
"member": "SystemRole",
|
31719
32921
|
"name": "Roles",
|
31720
|
-
"
|
32922
|
+
"output_required": true,
|
31721
32923
|
"type": "list",
|
31722
32924
|
"value_allowed_null": true
|
31723
32925
|
},
|
@@ -31727,7 +32929,7 @@
|
|
31727
32929
|
"example": "名称",
|
31728
32930
|
"member": "string",
|
31729
32931
|
"name": "UserName",
|
31730
|
-
"
|
32932
|
+
"output_required": true,
|
31731
32933
|
"type": "string",
|
31732
32934
|
"value_allowed_null": true
|
31733
32935
|
},
|
@@ -31737,7 +32939,7 @@
|
|
31737
32939
|
"example": "1",
|
31738
32940
|
"member": "string",
|
31739
32941
|
"name": "UserId",
|
31740
|
-
"
|
32942
|
+
"output_required": true,
|
31741
32943
|
"type": "string",
|
31742
32944
|
"value_allowed_null": true
|
31743
32945
|
},
|
@@ -31747,7 +32949,7 @@
|
|
31747
32949
|
"example": "1",
|
31748
32950
|
"member": "string",
|
31749
32951
|
"name": "CreateTime",
|
31750
|
-
"
|
32952
|
+
"output_required": true,
|
31751
32953
|
"type": "string",
|
31752
32954
|
"value_allowed_null": true
|
31753
32955
|
},
|
@@ -31757,7 +32959,7 @@
|
|
31757
32959
|
"example": "true",
|
31758
32960
|
"member": "bool",
|
31759
32961
|
"name": "Creator",
|
31760
|
-
"
|
32962
|
+
"output_required": true,
|
31761
32963
|
"type": "bool",
|
31762
32964
|
"value_allowed_null": true
|
31763
32965
|
},
|
@@ -31767,7 +32969,7 @@
|
|
31767
32969
|
"example": "无",
|
31768
32970
|
"member": "string",
|
31769
32971
|
"name": "DisplayName",
|
31770
|
-
"
|
32972
|
+
"output_required": true,
|
31771
32973
|
"type": "string",
|
31772
32974
|
"value_allowed_null": true
|
31773
32975
|
},
|
@@ -31777,9 +32979,49 @@
|
|
31777
32979
|
"example": "无",
|
31778
32980
|
"member": "bool",
|
31779
32981
|
"name": "IsProjectAdmin",
|
31780
|
-
"
|
32982
|
+
"output_required": true,
|
31781
32983
|
"type": "bool",
|
31782
32984
|
"value_allowed_null": true
|
32985
|
+
},
|
32986
|
+
{
|
32987
|
+
"disabled": false,
|
32988
|
+
"document": "手机号\n注意:此字段可能返回 null,表示取不到有效值。",
|
32989
|
+
"example": "无",
|
32990
|
+
"member": "string",
|
32991
|
+
"name": "PhoneNum",
|
32992
|
+
"output_required": false,
|
32993
|
+
"type": "string",
|
32994
|
+
"value_allowed_null": true
|
32995
|
+
},
|
32996
|
+
{
|
32997
|
+
"disabled": false,
|
32998
|
+
"document": "邮箱\n注意:此字段可能返回 null,表示取不到有效值。",
|
32999
|
+
"example": "无",
|
33000
|
+
"member": "string",
|
33001
|
+
"name": "Email",
|
33002
|
+
"output_required": false,
|
33003
|
+
"type": "string",
|
33004
|
+
"value_allowed_null": true
|
33005
|
+
},
|
33006
|
+
{
|
33007
|
+
"disabled": false,
|
33008
|
+
"document": "主账号id\n注意:此字段可能返回 null,表示取不到有效值。",
|
33009
|
+
"example": "无",
|
33010
|
+
"member": "string",
|
33011
|
+
"name": "OwnerUin",
|
33012
|
+
"output_required": false,
|
33013
|
+
"type": "string",
|
33014
|
+
"value_allowed_null": true
|
33015
|
+
},
|
33016
|
+
{
|
33017
|
+
"disabled": false,
|
33018
|
+
"document": "租户iD\n注意:此字段可能返回 null,表示取不到有效值。",
|
33019
|
+
"example": "无",
|
33020
|
+
"member": "string",
|
33021
|
+
"name": "AppId",
|
33022
|
+
"output_required": false,
|
33023
|
+
"type": "string",
|
33024
|
+
"value_allowed_null": true
|
31783
33025
|
}
|
31784
33026
|
],
|
31785
33027
|
"usage": "out"
|
@@ -32494,6 +33736,42 @@
|
|
32494
33736
|
"name": "CrontabExpression",
|
32495
33737
|
"required": false,
|
32496
33738
|
"type": "string"
|
33739
|
+
},
|
33740
|
+
{
|
33741
|
+
"disabled": false,
|
33742
|
+
"document": "0:不修改\n1:将任务的上游依赖配置改为默认值 ",
|
33743
|
+
"example": "0、1",
|
33744
|
+
"member": "string",
|
33745
|
+
"name": "ModifyCycleValue",
|
33746
|
+
"required": false,
|
33747
|
+
"type": "string"
|
33748
|
+
},
|
33749
|
+
{
|
33750
|
+
"disabled": false,
|
33751
|
+
"document": "是否开启日历调度 1 开启 0关闭",
|
33752
|
+
"example": "无",
|
33753
|
+
"member": "string",
|
33754
|
+
"name": "CalendarOpen",
|
33755
|
+
"required": false,
|
33756
|
+
"type": "string"
|
33757
|
+
},
|
33758
|
+
{
|
33759
|
+
"disabled": false,
|
33760
|
+
"document": "日历名称",
|
33761
|
+
"example": "无",
|
33762
|
+
"member": "string",
|
33763
|
+
"name": "CalendarName",
|
33764
|
+
"required": false,
|
33765
|
+
"type": "string"
|
33766
|
+
},
|
33767
|
+
{
|
33768
|
+
"disabled": false,
|
33769
|
+
"document": "日历id",
|
33770
|
+
"example": "无",
|
33771
|
+
"member": "string",
|
33772
|
+
"name": "CalendarId",
|
33773
|
+
"required": false,
|
33774
|
+
"type": "string"
|
32497
33775
|
}
|
32498
33776
|
],
|
32499
33777
|
"type": "object"
|
@@ -33453,6 +34731,28 @@
|
|
33453
34731
|
"required": false,
|
33454
34732
|
"type": "string",
|
33455
34733
|
"value_allowed_null": true
|
34734
|
+
},
|
34735
|
+
{
|
34736
|
+
"disabled": false,
|
34737
|
+
"document": "项目id\n注意:此字段可能返回 null,表示取不到有效值。",
|
34738
|
+
"example": "123",
|
34739
|
+
"member": "string",
|
34740
|
+
"name": "ProjectId",
|
34741
|
+
"output_required": false,
|
34742
|
+
"required": false,
|
34743
|
+
"type": "string",
|
34744
|
+
"value_allowed_null": true
|
34745
|
+
},
|
34746
|
+
{
|
34747
|
+
"disabled": false,
|
34748
|
+
"document": "项目名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
34749
|
+
"example": "projectName",
|
34750
|
+
"member": "string",
|
34751
|
+
"name": "ProjectName",
|
34752
|
+
"output_required": false,
|
34753
|
+
"required": false,
|
34754
|
+
"type": "string",
|
34755
|
+
"value_allowed_null": true
|
33456
34756
|
}
|
33457
34757
|
],
|
33458
34758
|
"usage": "both"
|
@@ -33900,6 +35200,17 @@
|
|
33900
35200
|
"required": false,
|
33901
35201
|
"type": "int",
|
33902
35202
|
"value_allowed_null": true
|
35203
|
+
},
|
35204
|
+
{
|
35205
|
+
"disabled": false,
|
35206
|
+
"document": "触发条件\n注意:此字段可能返回 null,表示取不到有效值。",
|
35207
|
+
"example": "固定值>1",
|
35208
|
+
"member": "string",
|
35209
|
+
"name": "TriggerCondition",
|
35210
|
+
"output_required": false,
|
35211
|
+
"required": false,
|
35212
|
+
"type": "string",
|
35213
|
+
"value_allowed_null": true
|
33903
35214
|
}
|
33904
35215
|
],
|
33905
35216
|
"usage": "both"
|
@@ -34752,6 +36063,61 @@
|
|
34752
36063
|
"required": false,
|
34753
36064
|
"type": "string",
|
34754
36065
|
"value_allowed_null": true
|
36066
|
+
},
|
36067
|
+
{
|
36068
|
+
"disabled": false,
|
36069
|
+
"document": "项目id\n注意:此字段可能返回 null,表示取不到有效值。",
|
36070
|
+
"example": "123",
|
36071
|
+
"member": "string",
|
36072
|
+
"name": "ProjectId",
|
36073
|
+
"output_required": false,
|
36074
|
+
"required": false,
|
36075
|
+
"type": "string",
|
36076
|
+
"value_allowed_null": true
|
36077
|
+
},
|
36078
|
+
{
|
36079
|
+
"disabled": false,
|
36080
|
+
"document": "项目名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
36081
|
+
"example": "项目1",
|
36082
|
+
"member": "string",
|
36083
|
+
"name": "ProjectName",
|
36084
|
+
"output_required": false,
|
36085
|
+
"required": false,
|
36086
|
+
"type": "string",
|
36087
|
+
"value_allowed_null": true
|
36088
|
+
},
|
36089
|
+
{
|
36090
|
+
"disabled": false,
|
36091
|
+
"document": "实例状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
36092
|
+
"example": "INITIAL",
|
36093
|
+
"member": "string",
|
36094
|
+
"name": "InstanceStatus",
|
36095
|
+
"output_required": false,
|
36096
|
+
"required": false,
|
36097
|
+
"type": "string",
|
36098
|
+
"value_allowed_null": true
|
36099
|
+
},
|
36100
|
+
{
|
36101
|
+
"disabled": false,
|
36102
|
+
"document": "实例运行的开始时间",
|
36103
|
+
"example": "yyyy-MM-dd HH:mm:ss",
|
36104
|
+
"member": "string",
|
36105
|
+
"name": "StartTime",
|
36106
|
+
"output_required": false,
|
36107
|
+
"required": false,
|
36108
|
+
"type": "string",
|
36109
|
+
"value_allowed_null": false
|
36110
|
+
},
|
36111
|
+
{
|
36112
|
+
"disabled": false,
|
36113
|
+
"document": "实例运行的结束时间",
|
36114
|
+
"example": "yyyy-MM-dd HH:mm:ss",
|
36115
|
+
"member": "string",
|
36116
|
+
"name": "FinishTime",
|
36117
|
+
"output_required": false,
|
36118
|
+
"required": false,
|
36119
|
+
"type": "string",
|
36120
|
+
"value_allowed_null": false
|
34755
36121
|
}
|
34756
36122
|
],
|
34757
36123
|
"usage": "both"
|
@@ -38462,7 +39828,7 @@
|
|
38462
39828
|
"example": "1",
|
38463
39829
|
"member": "string",
|
38464
39830
|
"name": "RoleId",
|
38465
|
-
"
|
39831
|
+
"output_required": true,
|
38466
39832
|
"type": "string",
|
38467
39833
|
"value_allowed_null": false
|
38468
39834
|
},
|
@@ -38472,7 +39838,7 @@
|
|
38472
39838
|
"example": "Name",
|
38473
39839
|
"member": "string",
|
38474
39840
|
"name": "Name",
|
38475
|
-
"
|
39841
|
+
"output_required": true,
|
38476
39842
|
"type": "string",
|
38477
39843
|
"value_allowed_null": true
|
38478
39844
|
},
|
@@ -38482,7 +39848,7 @@
|
|
38482
39848
|
"example": "Name",
|
38483
39849
|
"member": "string",
|
38484
39850
|
"name": "NameCn",
|
38485
|
-
"
|
39851
|
+
"output_required": true,
|
38486
39852
|
"type": "string",
|
38487
39853
|
"value_allowed_null": true
|
38488
39854
|
},
|
@@ -38492,7 +39858,7 @@
|
|
38492
39858
|
"example": "描述",
|
38493
39859
|
"member": "string",
|
38494
39860
|
"name": "Description",
|
38495
|
-
"
|
39861
|
+
"output_required": true,
|
38496
39862
|
"type": "string",
|
38497
39863
|
"value_allowed_null": true
|
38498
39864
|
},
|
@@ -38502,7 +39868,7 @@
|
|
38502
39868
|
"example": "[]",
|
38503
39869
|
"member": "RolePrivilege",
|
38504
39870
|
"name": "Privileges",
|
38505
|
-
"
|
39871
|
+
"output_required": true,
|
38506
39872
|
"type": "list",
|
38507
39873
|
"value_allowed_null": true
|
38508
39874
|
},
|
@@ -38512,7 +39878,7 @@
|
|
38512
39878
|
"example": "[]",
|
38513
39879
|
"member": "string",
|
38514
39880
|
"name": "MethodPaths",
|
38515
|
-
"
|
39881
|
+
"output_required": true,
|
38516
39882
|
"type": "list",
|
38517
39883
|
"value_allowed_null": true
|
38518
39884
|
},
|
@@ -38522,7 +39888,7 @@
|
|
38522
39888
|
"example": "无",
|
38523
39889
|
"member": "string",
|
38524
39890
|
"name": "RoleType",
|
38525
|
-
"
|
39891
|
+
"output_required": true,
|
38526
39892
|
"type": "string",
|
38527
39893
|
"value_allowed_null": true
|
38528
39894
|
},
|
@@ -38532,7 +39898,7 @@
|
|
38532
39898
|
"example": "无",
|
38533
39899
|
"member": "bool",
|
38534
39900
|
"name": "SystemInit",
|
38535
|
-
"
|
39901
|
+
"output_required": true,
|
38536
39902
|
"type": "bool",
|
38537
39903
|
"value_allowed_null": true
|
38538
39904
|
},
|
@@ -38542,7 +39908,7 @@
|
|
38542
39908
|
"example": "无",
|
38543
39909
|
"member": "string",
|
38544
39910
|
"name": "Params",
|
38545
|
-
"
|
39911
|
+
"output_required": true,
|
38546
39912
|
"type": "string",
|
38547
39913
|
"value_allowed_null": true
|
38548
39914
|
}
|
@@ -40197,6 +41563,56 @@
|
|
40197
41563
|
"output_required": false,
|
40198
41564
|
"type": "string",
|
40199
41565
|
"value_allowed_null": true
|
41566
|
+
},
|
41567
|
+
{
|
41568
|
+
"disabled": false,
|
41569
|
+
"document": "关联数据眼信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
41570
|
+
"example": "无",
|
41571
|
+
"member": "GovDatasourceInfo",
|
41572
|
+
"name": "CollectDatasourceList",
|
41573
|
+
"output_required": false,
|
41574
|
+
"type": "list",
|
41575
|
+
"value_allowed_null": true
|
41576
|
+
},
|
41577
|
+
{
|
41578
|
+
"disabled": false,
|
41579
|
+
"document": "采集任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
41580
|
+
"example": "无",
|
41581
|
+
"member": "string",
|
41582
|
+
"name": "CollectJobId",
|
41583
|
+
"output_required": false,
|
41584
|
+
"type": "string",
|
41585
|
+
"value_allowed_null": true
|
41586
|
+
},
|
41587
|
+
{
|
41588
|
+
"disabled": false,
|
41589
|
+
"document": "采集任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
41590
|
+
"example": "无",
|
41591
|
+
"member": "string",
|
41592
|
+
"name": "CollectJobName",
|
41593
|
+
"output_required": false,
|
41594
|
+
"type": "string",
|
41595
|
+
"value_allowed_null": true
|
41596
|
+
},
|
41597
|
+
{
|
41598
|
+
"disabled": false,
|
41599
|
+
"document": "数据源urn\n注意:此字段可能返回 null,表示取不到有效值。",
|
41600
|
+
"example": "无",
|
41601
|
+
"member": "string",
|
41602
|
+
"name": "Urn",
|
41603
|
+
"output_required": false,
|
41604
|
+
"type": "string",
|
41605
|
+
"value_allowed_null": true
|
41606
|
+
},
|
41607
|
+
{
|
41608
|
+
"disabled": false,
|
41609
|
+
"document": "是否有修改业务权限\n注意:此字段可能返回 null,表示取不到有效值。",
|
41610
|
+
"example": "无",
|
41611
|
+
"member": "bool",
|
41612
|
+
"name": "HasBizPermission",
|
41613
|
+
"output_required": false,
|
41614
|
+
"type": "bool",
|
41615
|
+
"value_allowed_null": true
|
40200
41616
|
}
|
40201
41617
|
],
|
40202
41618
|
"usage": "out"
|
@@ -43107,6 +44523,106 @@
|
|
43107
44523
|
],
|
43108
44524
|
"type": "object"
|
43109
44525
|
},
|
44526
|
+
"UpdateDataModelRegistryInfoRequest": {
|
44527
|
+
"document": "UpdateDataModelRegistryInfo请求参数结构体",
|
44528
|
+
"members": [
|
44529
|
+
{
|
44530
|
+
"disabled": false,
|
44531
|
+
"document": "云应用的实例id",
|
44532
|
+
"example": "cloudapp-x3hadra3",
|
44533
|
+
"member": "string",
|
44534
|
+
"name": "CloudappId",
|
44535
|
+
"required": true,
|
44536
|
+
"type": "string"
|
44537
|
+
},
|
44538
|
+
{
|
44539
|
+
"disabled": false,
|
44540
|
+
"document": "数语的CAM角色",
|
44541
|
+
"example": "Cloudapp_x3HADRA3_Role",
|
44542
|
+
"member": "string",
|
44543
|
+
"name": "AppCamRole",
|
44544
|
+
"required": true,
|
44545
|
+
"type": "string"
|
44546
|
+
},
|
44547
|
+
{
|
44548
|
+
"disabled": false,
|
44549
|
+
"document": "数语的ip",
|
44550
|
+
"example": "140.xx.xx.xx",
|
44551
|
+
"member": "string",
|
44552
|
+
"name": "Ip",
|
44553
|
+
"required": false,
|
44554
|
+
"type": "string"
|
44555
|
+
},
|
44556
|
+
{
|
44557
|
+
"disabled": false,
|
44558
|
+
"document": "数语的端口",
|
44559
|
+
"example": "18091",
|
44560
|
+
"member": "uint64",
|
44561
|
+
"name": "Port",
|
44562
|
+
"required": false,
|
44563
|
+
"type": "int"
|
44564
|
+
},
|
44565
|
+
{
|
44566
|
+
"disabled": false,
|
44567
|
+
"document": "数语的CAM角色id",
|
44568
|
+
"example": "4000000001321",
|
44569
|
+
"member": "string",
|
44570
|
+
"name": "AppCamRoleId",
|
44571
|
+
"required": false,
|
44572
|
+
"type": "string"
|
44573
|
+
},
|
44574
|
+
{
|
44575
|
+
"disabled": false,
|
44576
|
+
"document": "服务提供方",
|
44577
|
+
"example": "shuyu",
|
44578
|
+
"member": "string",
|
44579
|
+
"name": "Provider",
|
44580
|
+
"required": false,
|
44581
|
+
"type": "string"
|
44582
|
+
},
|
44583
|
+
{
|
44584
|
+
"disabled": false,
|
44585
|
+
"document": "租户id",
|
44586
|
+
"example": "1234456",
|
44587
|
+
"member": "string",
|
44588
|
+
"name": "TenantId",
|
44589
|
+
"required": false,
|
44590
|
+
"type": "string"
|
44591
|
+
},
|
44592
|
+
{
|
44593
|
+
"disabled": false,
|
44594
|
+
"document": "主账号id",
|
44595
|
+
"example": "1234456",
|
44596
|
+
"member": "string",
|
44597
|
+
"name": "OwnId",
|
44598
|
+
"required": false,
|
44599
|
+
"type": "string"
|
44600
|
+
}
|
44601
|
+
],
|
44602
|
+
"type": "object"
|
44603
|
+
},
|
44604
|
+
"UpdateDataModelRegistryInfoResponse": {
|
44605
|
+
"document": "UpdateDataModelRegistryInfo返回参数结构体",
|
44606
|
+
"members": [
|
44607
|
+
{
|
44608
|
+
"disabled": false,
|
44609
|
+
"document": "数语向wedata注册成功",
|
44610
|
+
"example": "true",
|
44611
|
+
"member": "bool",
|
44612
|
+
"name": "Data",
|
44613
|
+
"output_required": false,
|
44614
|
+
"type": "bool",
|
44615
|
+
"value_allowed_null": false
|
44616
|
+
},
|
44617
|
+
{
|
44618
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
44619
|
+
"member": "string",
|
44620
|
+
"name": "RequestId",
|
44621
|
+
"type": "string"
|
44622
|
+
}
|
44623
|
+
],
|
44624
|
+
"type": "object"
|
44625
|
+
},
|
43110
44626
|
"UpdateWorkflowOwnerRequest": {
|
43111
44627
|
"document": "UpdateWorkflowOwner请求参数结构体",
|
43112
44628
|
"members": [
|
@@ -44407,6 +45923,7 @@
|
|
44407
45923
|
"example": "无",
|
44408
45924
|
"member": "string",
|
44409
45925
|
"name": "ProjectId",
|
45926
|
+
"output_required": true,
|
44410
45927
|
"required": false,
|
44411
45928
|
"type": "string",
|
44412
45929
|
"value_allowed_null": true
|
@@ -44417,6 +45934,7 @@
|
|
44417
45934
|
"example": "无",
|
44418
45935
|
"member": "string",
|
44419
45936
|
"name": "WorkflowId",
|
45937
|
+
"output_required": true,
|
44420
45938
|
"required": false,
|
44421
45939
|
"type": "string",
|
44422
45940
|
"value_allowed_null": true
|
@@ -44427,6 +45945,7 @@
|
|
44427
45945
|
"example": "无",
|
44428
45946
|
"member": "string",
|
44429
45947
|
"name": "CreateTime",
|
45948
|
+
"output_required": true,
|
44430
45949
|
"required": false,
|
44431
45950
|
"type": "string",
|
44432
45951
|
"value_allowed_null": true
|
@@ -44437,6 +45956,7 @@
|
|
44437
45956
|
"example": "无",
|
44438
45957
|
"member": "string",
|
44439
45958
|
"name": "Creater",
|
45959
|
+
"output_required": true,
|
44440
45960
|
"required": false,
|
44441
45961
|
"type": "string",
|
44442
45962
|
"value_allowed_null": true
|
@@ -44447,6 +45967,7 @@
|
|
44447
45967
|
"example": "无",
|
44448
45968
|
"member": "string",
|
44449
45969
|
"name": "ModifyTime",
|
45970
|
+
"output_required": true,
|
44450
45971
|
"required": false,
|
44451
45972
|
"type": "string",
|
44452
45973
|
"value_allowed_null": true
|
@@ -44457,6 +45978,7 @@
|
|
44457
45978
|
"example": "无",
|
44458
45979
|
"member": "int64",
|
44459
45980
|
"name": "DelayTime",
|
45981
|
+
"output_required": true,
|
44460
45982
|
"required": false,
|
44461
45983
|
"type": "int",
|
44462
45984
|
"value_allowed_null": true
|
@@ -44467,6 +45989,7 @@
|
|
44467
45989
|
"example": "无",
|
44468
45990
|
"member": "int64",
|
44469
45991
|
"name": "StartupTime",
|
45992
|
+
"output_required": true,
|
44470
45993
|
"required": false,
|
44471
45994
|
"type": "int",
|
44472
45995
|
"value_allowed_null": true
|
@@ -44477,6 +46000,7 @@
|
|
44477
46000
|
"example": "无",
|
44478
46001
|
"member": "string",
|
44479
46002
|
"name": "SelfDepend",
|
46003
|
+
"output_required": true,
|
44480
46004
|
"required": false,
|
44481
46005
|
"type": "string",
|
44482
46006
|
"value_allowed_null": true
|
@@ -44487,6 +46011,7 @@
|
|
44487
46011
|
"example": "无",
|
44488
46012
|
"member": "string",
|
44489
46013
|
"name": "StartTime",
|
46014
|
+
"output_required": true,
|
44490
46015
|
"required": false,
|
44491
46016
|
"type": "string",
|
44492
46017
|
"value_allowed_null": true
|
@@ -44497,6 +46022,7 @@
|
|
44497
46022
|
"example": "无",
|
44498
46023
|
"member": "string",
|
44499
46024
|
"name": "EndTime",
|
46025
|
+
"output_required": true,
|
44500
46026
|
"required": false,
|
44501
46027
|
"type": "string",
|
44502
46028
|
"value_allowed_null": true
|
@@ -44507,6 +46033,7 @@
|
|
44507
46033
|
"example": "无",
|
44508
46034
|
"member": "string",
|
44509
46035
|
"name": "TaskAction",
|
46036
|
+
"output_required": true,
|
44510
46037
|
"required": false,
|
44511
46038
|
"type": "string",
|
44512
46039
|
"value_allowed_null": true
|
@@ -44517,6 +46044,7 @@
|
|
44517
46044
|
"example": "无",
|
44518
46045
|
"member": "string",
|
44519
46046
|
"name": "CycleType",
|
46047
|
+
"output_required": true,
|
44520
46048
|
"required": false,
|
44521
46049
|
"type": "string",
|
44522
46050
|
"value_allowed_null": true
|
@@ -44527,6 +46055,7 @@
|
|
44527
46055
|
"example": "无",
|
44528
46056
|
"member": "int64",
|
44529
46057
|
"name": "CycleStep",
|
46058
|
+
"output_required": true,
|
44530
46059
|
"required": false,
|
44531
46060
|
"type": "int",
|
44532
46061
|
"value_allowed_null": true
|
@@ -44537,6 +46066,7 @@
|
|
44537
46066
|
"example": "无",
|
44538
46067
|
"member": "string",
|
44539
46068
|
"name": "CrontabExpression",
|
46069
|
+
"output_required": true,
|
44540
46070
|
"required": false,
|
44541
46071
|
"type": "string",
|
44542
46072
|
"value_allowed_null": true
|
@@ -44547,6 +46077,7 @@
|
|
44547
46077
|
"example": "无",
|
44548
46078
|
"member": "string",
|
44549
46079
|
"name": "ExecutionStartTime",
|
46080
|
+
"output_required": true,
|
44550
46081
|
"required": false,
|
44551
46082
|
"type": "string",
|
44552
46083
|
"value_allowed_null": true
|
@@ -44557,6 +46088,7 @@
|
|
44557
46088
|
"example": "无",
|
44558
46089
|
"member": "string",
|
44559
46090
|
"name": "ExecutionEndTime",
|
46091
|
+
"output_required": true,
|
44560
46092
|
"required": false,
|
44561
46093
|
"type": "string",
|
44562
46094
|
"value_allowed_null": true
|
@@ -44567,6 +46099,7 @@
|
|
44567
46099
|
"example": "无",
|
44568
46100
|
"member": "string",
|
44569
46101
|
"name": "InstanceInitStrategy",
|
46102
|
+
"output_required": true,
|
44570
46103
|
"required": false,
|
44571
46104
|
"type": "string",
|
44572
46105
|
"value_allowed_null": true
|
@@ -44577,6 +46110,7 @@
|
|
44577
46110
|
"example": "无",
|
44578
46111
|
"member": "string",
|
44579
46112
|
"name": "DependencyWorkflow",
|
46113
|
+
"output_required": true,
|
44580
46114
|
"required": false,
|
44581
46115
|
"type": "string",
|
44582
46116
|
"value_allowed_null": true
|
@@ -44587,6 +46121,7 @@
|
|
44587
46121
|
"example": "无",
|
44588
46122
|
"member": "string",
|
44589
46123
|
"name": "SchedulerDesc",
|
46124
|
+
"output_required": true,
|
44590
46125
|
"required": false,
|
44591
46126
|
"type": "string",
|
44592
46127
|
"value_allowed_null": true
|
@@ -44597,6 +46132,7 @@
|
|
44597
46132
|
"example": "无",
|
44598
46133
|
"member": "string",
|
44599
46134
|
"name": "FirstSubmitTime",
|
46135
|
+
"output_required": true,
|
44600
46136
|
"required": false,
|
44601
46137
|
"type": "string",
|
44602
46138
|
"value_allowed_null": true
|
@@ -44607,6 +46143,40 @@
|
|
44607
46143
|
"example": "无",
|
44608
46144
|
"member": "string",
|
44609
46145
|
"name": "LatestSubmitTime",
|
46146
|
+
"output_required": true,
|
46147
|
+
"required": false,
|
46148
|
+
"type": "string",
|
46149
|
+
"value_allowed_null": true
|
46150
|
+
},
|
46151
|
+
{
|
46152
|
+
"disabled": false,
|
46153
|
+
"document": "日历调度是否开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
46154
|
+
"example": "无",
|
46155
|
+
"member": "string",
|
46156
|
+
"name": "CalendarOpen",
|
46157
|
+
"output_required": false,
|
46158
|
+
"required": false,
|
46159
|
+
"type": "string",
|
46160
|
+
"value_allowed_null": true
|
46161
|
+
},
|
46162
|
+
{
|
46163
|
+
"disabled": false,
|
46164
|
+
"document": "日历调度名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
46165
|
+
"example": "无",
|
46166
|
+
"member": "string",
|
46167
|
+
"name": "CalendarName",
|
46168
|
+
"output_required": false,
|
46169
|
+
"required": false,
|
46170
|
+
"type": "string",
|
46171
|
+
"value_allowed_null": true
|
46172
|
+
},
|
46173
|
+
{
|
46174
|
+
"disabled": false,
|
46175
|
+
"document": "日历调度id\n注意:此字段可能返回 null,表示取不到有效值。",
|
46176
|
+
"example": "无",
|
46177
|
+
"member": "string",
|
46178
|
+
"name": "CalendarId",
|
46179
|
+
"output_required": false,
|
44610
46180
|
"required": false,
|
44611
46181
|
"type": "string",
|
44612
46182
|
"value_allowed_null": true
|