tccli 3.0.1216.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/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 -0
- 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 +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- 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 +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- 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/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- 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/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 +42 -2
- 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 +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- 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/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- 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 +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- 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/dts/v20211206/api.json +4 -4
- 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/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -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/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 +33 -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 +244 -0
- 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 +4 -4
- 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 +2265 -760
- 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/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- 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/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -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 +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- 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 +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- 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 +72 -30
- 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 +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -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.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.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",
|
@@ -1631,6 +1645,13 @@
|
|
1631
1645
|
"output": "UnlockIntegrationTaskResponse",
|
1632
1646
|
"status": "online"
|
1633
1647
|
},
|
1648
|
+
"UpdateDataModelRegistryInfo": {
|
1649
|
+
"document": "数语向wedata注册,提供自身cam角色信息,跳转域名、ip、端口信息等",
|
1650
|
+
"input": "UpdateDataModelRegistryInfoRequest",
|
1651
|
+
"name": "(仅公有云)数语向Wedata注册,更新相关信息",
|
1652
|
+
"output": "UpdateDataModelRegistryInfoResponse",
|
1653
|
+
"status": "online"
|
1654
|
+
},
|
1634
1655
|
"UpdateWorkflowOwner": {
|
1635
1656
|
"document": "修改工作流责任人",
|
1636
1657
|
"input": "UpdateWorkflowOwnerRequest",
|
@@ -7060,6 +7081,88 @@
|
|
7060
7081
|
],
|
7061
7082
|
"type": "object"
|
7062
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
|
+
},
|
7063
7166
|
"CreateDataSourceRequest": {
|
7064
7167
|
"document": "CreateDataSource请求参数结构体",
|
7065
7168
|
"members": [
|
@@ -8487,7 +8590,7 @@
|
|
8487
8590
|
},
|
8488
8591
|
{
|
8489
8592
|
"disabled": false,
|
8490
|
-
"document": "
|
8593
|
+
"document": "工作流ID",
|
8491
8594
|
"example": "无",
|
8492
8595
|
"member": "string",
|
8493
8596
|
"name": "WorkflowId",
|
@@ -8502,6 +8605,15 @@
|
|
8502
8605
|
"name": "ParentFolderId",
|
8503
8606
|
"required": false,
|
8504
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"
|
8505
8617
|
}
|
8506
8618
|
],
|
8507
8619
|
"type": "object"
|
@@ -10009,6 +10121,66 @@
|
|
10009
10121
|
"output_required": true,
|
10010
10122
|
"type": "string",
|
10011
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
|
10012
10184
|
}
|
10013
10185
|
],
|
10014
10186
|
"usage": "out"
|
@@ -10239,6 +10411,61 @@
|
|
10239
10411
|
],
|
10240
10412
|
"type": "object"
|
10241
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
|
+
},
|
10242
10469
|
"DeleteDataSourcesRequest": {
|
10243
10470
|
"document": "DeleteDataSources请求参数结构体",
|
10244
10471
|
"members": [
|
@@ -14809,13 +15036,40 @@
|
|
14809
15036
|
"required": true,
|
14810
15037
|
"type": "string"
|
14811
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
|
+
},
|
14812
15066
|
{
|
14813
15067
|
"disabled": false,
|
14814
15068
|
"document": "服务器Ip",
|
14815
15069
|
"example": "\"172.16.16.16\"",
|
14816
15070
|
"member": "string",
|
14817
15071
|
"name": "BrokerIp",
|
14818
|
-
"required":
|
15072
|
+
"required": false,
|
14819
15073
|
"type": "string"
|
14820
15074
|
},
|
14821
15075
|
{
|
@@ -14824,7 +15078,7 @@
|
|
14824
15078
|
"example": "\"20210602000000-9-all-log-0.20210602222614.log\"",
|
14825
15079
|
"member": "string",
|
14826
15080
|
"name": "OriginFileName",
|
14827
|
-
"required":
|
15081
|
+
"required": false,
|
14828
15082
|
"type": "string"
|
14829
15083
|
},
|
14830
15084
|
{
|
@@ -14844,6 +15098,24 @@
|
|
14844
15098
|
"name": "LineCount",
|
14845
15099
|
"required": false,
|
14846
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"
|
14847
15119
|
}
|
14848
15120
|
],
|
14849
15121
|
"type": "object"
|
@@ -14900,13 +15172,22 @@
|
|
14900
15172
|
"required": true,
|
14901
15173
|
"type": "string"
|
14902
15174
|
},
|
15175
|
+
{
|
15176
|
+
"disabled": false,
|
15177
|
+
"document": "请求来源,WEB 前端;CLIENT 客户端",
|
15178
|
+
"example": "无",
|
15179
|
+
"member": "string",
|
15180
|
+
"name": "RequestFromSource",
|
15181
|
+
"required": false,
|
15182
|
+
"type": "string"
|
15183
|
+
},
|
14903
15184
|
{
|
14904
15185
|
"disabled": false,
|
14905
15186
|
"document": "执行机IP",
|
14906
15187
|
"example": "\"172.16.1.119\"",
|
14907
15188
|
"member": "string",
|
14908
15189
|
"name": "BrokerIp",
|
14909
|
-
"required":
|
15190
|
+
"required": false,
|
14910
15191
|
"type": "string"
|
14911
15192
|
},
|
14912
15193
|
{
|
@@ -14915,7 +15196,34 @@
|
|
14915
15196
|
"example": "\"20230309190426-9-all-log-0.20230309190612.log\"",
|
14916
15197
|
"member": "string",
|
14917
15198
|
"name": "OriginFileName",
|
14918
|
-
"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,
|
14919
15227
|
"type": "string"
|
14920
15228
|
}
|
14921
15229
|
],
|
@@ -16628,7 +16936,7 @@
|
|
16628
16936
|
"member": "Filter",
|
16629
16937
|
"name": "Filters",
|
16630
16938
|
"required": false,
|
16631
|
-
"type": "
|
16939
|
+
"type": "list"
|
16632
16940
|
},
|
16633
16941
|
{
|
16634
16942
|
"disabled": false,
|
@@ -16637,7 +16945,7 @@
|
|
16637
16945
|
"member": "OrderField",
|
16638
16946
|
"name": "OrderFields",
|
16639
16947
|
"required": false,
|
16640
|
-
"type": "
|
16948
|
+
"type": "list"
|
16641
16949
|
}
|
16642
16950
|
],
|
16643
16951
|
"type": "object"
|
@@ -18408,6 +18716,15 @@
|
|
18408
18716
|
"DescribeScheduleInstancesRequest": {
|
18409
18717
|
"document": "DescribeScheduleInstances请求参数结构体",
|
18410
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
|
+
},
|
18411
18728
|
{
|
18412
18729
|
"disabled": false,
|
18413
18730
|
"document": "实例列表",
|
@@ -18569,6 +18886,15 @@
|
|
18569
18886
|
"name": "IsCount",
|
18570
18887
|
"required": false,
|
18571
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"
|
18572
18898
|
}
|
18573
18899
|
],
|
18574
18900
|
"type": "object"
|
@@ -18576,6 +18902,16 @@
|
|
18576
18902
|
"DescribeScheduleInstancesResponse": {
|
18577
18903
|
"document": "DescribeScheduleInstances返回参数结构体",
|
18578
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
|
+
},
|
18579
18915
|
{
|
18580
18916
|
"disabled": false,
|
18581
18917
|
"document": "实例结果集",
|
@@ -24116,6 +24452,15 @@
|
|
24116
24452
|
"name": "RemotePath",
|
24117
24453
|
"required": false,
|
24118
24454
|
"type": "string"
|
24455
|
+
},
|
24456
|
+
{
|
24457
|
+
"disabled": false,
|
24458
|
+
"document": "地域",
|
24459
|
+
"example": "无",
|
24460
|
+
"member": "string",
|
24461
|
+
"name": "RemoteRegion",
|
24462
|
+
"required": false,
|
24463
|
+
"type": "string"
|
24119
24464
|
}
|
24120
24465
|
],
|
24121
24466
|
"type": "object"
|
@@ -24412,6 +24757,62 @@
|
|
24412
24757
|
],
|
24413
24758
|
"type": "object"
|
24414
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
|
+
},
|
24415
24816
|
"InstanceApiOpsRequest": {
|
24416
24817
|
"document": "实例查询类型",
|
24417
24818
|
"members": [
|
@@ -24693,6 +25094,15 @@
|
|
24693
25094
|
"name": "ExecutorGroupIdList",
|
24694
25095
|
"required": false,
|
24695
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"
|
24696
25106
|
}
|
24697
25107
|
],
|
24698
25108
|
"usage": "in"
|
@@ -24872,6 +25282,39 @@
|
|
24872
25282
|
"required": false,
|
24873
25283
|
"type": "string",
|
24874
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
|
24875
25318
|
}
|
24876
25319
|
],
|
24877
25320
|
"usage": "both"
|
@@ -25116,7 +25559,7 @@
|
|
25116
25559
|
"example": "123",
|
25117
25560
|
"member": "string",
|
25118
25561
|
"name": "FileSize",
|
25119
|
-
"output_required":
|
25562
|
+
"output_required": false,
|
25120
25563
|
"required": false,
|
25121
25564
|
"type": "string",
|
25122
25565
|
"value_allowed_null": true
|
@@ -25127,7 +25570,7 @@
|
|
25127
25570
|
"example": "123_2022-12-12 00:00:00",
|
25128
25571
|
"member": "string",
|
25129
25572
|
"name": "OriginFileName",
|
25130
|
-
"output_required":
|
25573
|
+
"output_required": false,
|
25131
25574
|
"required": false,
|
25132
25575
|
"type": "string",
|
25133
25576
|
"value_allowed_null": true
|
@@ -25208,6 +25651,17 @@
|
|
25208
25651
|
"required": false,
|
25209
25652
|
"type": "list",
|
25210
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
|
25211
25665
|
}
|
25212
25666
|
],
|
25213
25667
|
"usage": "both"
|
@@ -25274,6 +25728,36 @@
|
|
25274
25728
|
"output_required": false,
|
25275
25729
|
"type": "int",
|
25276
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
|
25277
25761
|
}
|
25278
25762
|
],
|
25279
25763
|
"usage": "out"
|
@@ -26114,6 +26598,28 @@
|
|
26114
26598
|
"required": false,
|
26115
26599
|
"type": "list",
|
26116
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
|
26117
26623
|
}
|
26118
26624
|
],
|
26119
26625
|
"usage": "both"
|
@@ -31927,6 +32433,16 @@
|
|
31927
32433
|
"output_required": false,
|
31928
32434
|
"type": "string",
|
31929
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
|
31930
32446
|
}
|
31931
32447
|
],
|
31932
32448
|
"usage": "out"
|
@@ -32403,7 +32919,7 @@
|
|
32403
32919
|
"example": "[]",
|
32404
32920
|
"member": "SystemRole",
|
32405
32921
|
"name": "Roles",
|
32406
|
-
"
|
32922
|
+
"output_required": true,
|
32407
32923
|
"type": "list",
|
32408
32924
|
"value_allowed_null": true
|
32409
32925
|
},
|
@@ -32413,7 +32929,7 @@
|
|
32413
32929
|
"example": "名称",
|
32414
32930
|
"member": "string",
|
32415
32931
|
"name": "UserName",
|
32416
|
-
"
|
32932
|
+
"output_required": true,
|
32417
32933
|
"type": "string",
|
32418
32934
|
"value_allowed_null": true
|
32419
32935
|
},
|
@@ -32423,7 +32939,7 @@
|
|
32423
32939
|
"example": "1",
|
32424
32940
|
"member": "string",
|
32425
32941
|
"name": "UserId",
|
32426
|
-
"
|
32942
|
+
"output_required": true,
|
32427
32943
|
"type": "string",
|
32428
32944
|
"value_allowed_null": true
|
32429
32945
|
},
|
@@ -32433,7 +32949,7 @@
|
|
32433
32949
|
"example": "1",
|
32434
32950
|
"member": "string",
|
32435
32951
|
"name": "CreateTime",
|
32436
|
-
"
|
32952
|
+
"output_required": true,
|
32437
32953
|
"type": "string",
|
32438
32954
|
"value_allowed_null": true
|
32439
32955
|
},
|
@@ -32443,7 +32959,7 @@
|
|
32443
32959
|
"example": "true",
|
32444
32960
|
"member": "bool",
|
32445
32961
|
"name": "Creator",
|
32446
|
-
"
|
32962
|
+
"output_required": true,
|
32447
32963
|
"type": "bool",
|
32448
32964
|
"value_allowed_null": true
|
32449
32965
|
},
|
@@ -32453,7 +32969,7 @@
|
|
32453
32969
|
"example": "无",
|
32454
32970
|
"member": "string",
|
32455
32971
|
"name": "DisplayName",
|
32456
|
-
"
|
32972
|
+
"output_required": true,
|
32457
32973
|
"type": "string",
|
32458
32974
|
"value_allowed_null": true
|
32459
32975
|
},
|
@@ -32463,9 +32979,49 @@
|
|
32463
32979
|
"example": "无",
|
32464
32980
|
"member": "bool",
|
32465
32981
|
"name": "IsProjectAdmin",
|
32466
|
-
"
|
32982
|
+
"output_required": true,
|
32467
32983
|
"type": "bool",
|
32468
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
|
32469
33025
|
}
|
32470
33026
|
],
|
32471
33027
|
"usage": "out"
|
@@ -33180,6 +33736,42 @@
|
|
33180
33736
|
"name": "CrontabExpression",
|
33181
33737
|
"required": false,
|
33182
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"
|
33183
33775
|
}
|
33184
33776
|
],
|
33185
33777
|
"type": "object"
|
@@ -34139,6 +34731,28 @@
|
|
34139
34731
|
"required": false,
|
34140
34732
|
"type": "string",
|
34141
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
|
34142
34756
|
}
|
34143
34757
|
],
|
34144
34758
|
"usage": "both"
|
@@ -34586,6 +35200,17 @@
|
|
34586
35200
|
"required": false,
|
34587
35201
|
"type": "int",
|
34588
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
|
34589
35214
|
}
|
34590
35215
|
],
|
34591
35216
|
"usage": "both"
|
@@ -35438,6 +36063,61 @@
|
|
35438
36063
|
"required": false,
|
35439
36064
|
"type": "string",
|
35440
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
|
35441
36121
|
}
|
35442
36122
|
],
|
35443
36123
|
"usage": "both"
|
@@ -39148,7 +39828,7 @@
|
|
39148
39828
|
"example": "1",
|
39149
39829
|
"member": "string",
|
39150
39830
|
"name": "RoleId",
|
39151
|
-
"
|
39831
|
+
"output_required": true,
|
39152
39832
|
"type": "string",
|
39153
39833
|
"value_allowed_null": false
|
39154
39834
|
},
|
@@ -39158,7 +39838,7 @@
|
|
39158
39838
|
"example": "Name",
|
39159
39839
|
"member": "string",
|
39160
39840
|
"name": "Name",
|
39161
|
-
"
|
39841
|
+
"output_required": true,
|
39162
39842
|
"type": "string",
|
39163
39843
|
"value_allowed_null": true
|
39164
39844
|
},
|
@@ -39168,7 +39848,7 @@
|
|
39168
39848
|
"example": "Name",
|
39169
39849
|
"member": "string",
|
39170
39850
|
"name": "NameCn",
|
39171
|
-
"
|
39851
|
+
"output_required": true,
|
39172
39852
|
"type": "string",
|
39173
39853
|
"value_allowed_null": true
|
39174
39854
|
},
|
@@ -39178,7 +39858,7 @@
|
|
39178
39858
|
"example": "描述",
|
39179
39859
|
"member": "string",
|
39180
39860
|
"name": "Description",
|
39181
|
-
"
|
39861
|
+
"output_required": true,
|
39182
39862
|
"type": "string",
|
39183
39863
|
"value_allowed_null": true
|
39184
39864
|
},
|
@@ -39188,7 +39868,7 @@
|
|
39188
39868
|
"example": "[]",
|
39189
39869
|
"member": "RolePrivilege",
|
39190
39870
|
"name": "Privileges",
|
39191
|
-
"
|
39871
|
+
"output_required": true,
|
39192
39872
|
"type": "list",
|
39193
39873
|
"value_allowed_null": true
|
39194
39874
|
},
|
@@ -39198,7 +39878,7 @@
|
|
39198
39878
|
"example": "[]",
|
39199
39879
|
"member": "string",
|
39200
39880
|
"name": "MethodPaths",
|
39201
|
-
"
|
39881
|
+
"output_required": true,
|
39202
39882
|
"type": "list",
|
39203
39883
|
"value_allowed_null": true
|
39204
39884
|
},
|
@@ -39208,7 +39888,7 @@
|
|
39208
39888
|
"example": "无",
|
39209
39889
|
"member": "string",
|
39210
39890
|
"name": "RoleType",
|
39211
|
-
"
|
39891
|
+
"output_required": true,
|
39212
39892
|
"type": "string",
|
39213
39893
|
"value_allowed_null": true
|
39214
39894
|
},
|
@@ -39218,7 +39898,7 @@
|
|
39218
39898
|
"example": "无",
|
39219
39899
|
"member": "bool",
|
39220
39900
|
"name": "SystemInit",
|
39221
|
-
"
|
39901
|
+
"output_required": true,
|
39222
39902
|
"type": "bool",
|
39223
39903
|
"value_allowed_null": true
|
39224
39904
|
},
|
@@ -39228,7 +39908,7 @@
|
|
39228
39908
|
"example": "无",
|
39229
39909
|
"member": "string",
|
39230
39910
|
"name": "Params",
|
39231
|
-
"
|
39911
|
+
"output_required": true,
|
39232
39912
|
"type": "string",
|
39233
39913
|
"value_allowed_null": true
|
39234
39914
|
}
|
@@ -40883,6 +41563,56 @@
|
|
40883
41563
|
"output_required": false,
|
40884
41564
|
"type": "string",
|
40885
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
|
40886
41616
|
}
|
40887
41617
|
],
|
40888
41618
|
"usage": "out"
|
@@ -43793,6 +44523,106 @@
|
|
43793
44523
|
],
|
43794
44524
|
"type": "object"
|
43795
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
|
+
},
|
43796
44626
|
"UpdateWorkflowOwnerRequest": {
|
43797
44627
|
"document": "UpdateWorkflowOwner请求参数结构体",
|
43798
44628
|
"members": [
|
@@ -45093,6 +45923,7 @@
|
|
45093
45923
|
"example": "无",
|
45094
45924
|
"member": "string",
|
45095
45925
|
"name": "ProjectId",
|
45926
|
+
"output_required": true,
|
45096
45927
|
"required": false,
|
45097
45928
|
"type": "string",
|
45098
45929
|
"value_allowed_null": true
|
@@ -45103,6 +45934,7 @@
|
|
45103
45934
|
"example": "无",
|
45104
45935
|
"member": "string",
|
45105
45936
|
"name": "WorkflowId",
|
45937
|
+
"output_required": true,
|
45106
45938
|
"required": false,
|
45107
45939
|
"type": "string",
|
45108
45940
|
"value_allowed_null": true
|
@@ -45113,6 +45945,7 @@
|
|
45113
45945
|
"example": "无",
|
45114
45946
|
"member": "string",
|
45115
45947
|
"name": "CreateTime",
|
45948
|
+
"output_required": true,
|
45116
45949
|
"required": false,
|
45117
45950
|
"type": "string",
|
45118
45951
|
"value_allowed_null": true
|
@@ -45123,6 +45956,7 @@
|
|
45123
45956
|
"example": "无",
|
45124
45957
|
"member": "string",
|
45125
45958
|
"name": "Creater",
|
45959
|
+
"output_required": true,
|
45126
45960
|
"required": false,
|
45127
45961
|
"type": "string",
|
45128
45962
|
"value_allowed_null": true
|
@@ -45133,6 +45967,7 @@
|
|
45133
45967
|
"example": "无",
|
45134
45968
|
"member": "string",
|
45135
45969
|
"name": "ModifyTime",
|
45970
|
+
"output_required": true,
|
45136
45971
|
"required": false,
|
45137
45972
|
"type": "string",
|
45138
45973
|
"value_allowed_null": true
|
@@ -45143,6 +45978,7 @@
|
|
45143
45978
|
"example": "无",
|
45144
45979
|
"member": "int64",
|
45145
45980
|
"name": "DelayTime",
|
45981
|
+
"output_required": true,
|
45146
45982
|
"required": false,
|
45147
45983
|
"type": "int",
|
45148
45984
|
"value_allowed_null": true
|
@@ -45153,6 +45989,7 @@
|
|
45153
45989
|
"example": "无",
|
45154
45990
|
"member": "int64",
|
45155
45991
|
"name": "StartupTime",
|
45992
|
+
"output_required": true,
|
45156
45993
|
"required": false,
|
45157
45994
|
"type": "int",
|
45158
45995
|
"value_allowed_null": true
|
@@ -45163,6 +46000,7 @@
|
|
45163
46000
|
"example": "无",
|
45164
46001
|
"member": "string",
|
45165
46002
|
"name": "SelfDepend",
|
46003
|
+
"output_required": true,
|
45166
46004
|
"required": false,
|
45167
46005
|
"type": "string",
|
45168
46006
|
"value_allowed_null": true
|
@@ -45173,6 +46011,7 @@
|
|
45173
46011
|
"example": "无",
|
45174
46012
|
"member": "string",
|
45175
46013
|
"name": "StartTime",
|
46014
|
+
"output_required": true,
|
45176
46015
|
"required": false,
|
45177
46016
|
"type": "string",
|
45178
46017
|
"value_allowed_null": true
|
@@ -45183,6 +46022,7 @@
|
|
45183
46022
|
"example": "无",
|
45184
46023
|
"member": "string",
|
45185
46024
|
"name": "EndTime",
|
46025
|
+
"output_required": true,
|
45186
46026
|
"required": false,
|
45187
46027
|
"type": "string",
|
45188
46028
|
"value_allowed_null": true
|
@@ -45193,6 +46033,7 @@
|
|
45193
46033
|
"example": "无",
|
45194
46034
|
"member": "string",
|
45195
46035
|
"name": "TaskAction",
|
46036
|
+
"output_required": true,
|
45196
46037
|
"required": false,
|
45197
46038
|
"type": "string",
|
45198
46039
|
"value_allowed_null": true
|
@@ -45203,6 +46044,7 @@
|
|
45203
46044
|
"example": "无",
|
45204
46045
|
"member": "string",
|
45205
46046
|
"name": "CycleType",
|
46047
|
+
"output_required": true,
|
45206
46048
|
"required": false,
|
45207
46049
|
"type": "string",
|
45208
46050
|
"value_allowed_null": true
|
@@ -45213,6 +46055,7 @@
|
|
45213
46055
|
"example": "无",
|
45214
46056
|
"member": "int64",
|
45215
46057
|
"name": "CycleStep",
|
46058
|
+
"output_required": true,
|
45216
46059
|
"required": false,
|
45217
46060
|
"type": "int",
|
45218
46061
|
"value_allowed_null": true
|
@@ -45223,6 +46066,7 @@
|
|
45223
46066
|
"example": "无",
|
45224
46067
|
"member": "string",
|
45225
46068
|
"name": "CrontabExpression",
|
46069
|
+
"output_required": true,
|
45226
46070
|
"required": false,
|
45227
46071
|
"type": "string",
|
45228
46072
|
"value_allowed_null": true
|
@@ -45233,6 +46077,7 @@
|
|
45233
46077
|
"example": "无",
|
45234
46078
|
"member": "string",
|
45235
46079
|
"name": "ExecutionStartTime",
|
46080
|
+
"output_required": true,
|
45236
46081
|
"required": false,
|
45237
46082
|
"type": "string",
|
45238
46083
|
"value_allowed_null": true
|
@@ -45243,6 +46088,7 @@
|
|
45243
46088
|
"example": "无",
|
45244
46089
|
"member": "string",
|
45245
46090
|
"name": "ExecutionEndTime",
|
46091
|
+
"output_required": true,
|
45246
46092
|
"required": false,
|
45247
46093
|
"type": "string",
|
45248
46094
|
"value_allowed_null": true
|
@@ -45253,6 +46099,7 @@
|
|
45253
46099
|
"example": "无",
|
45254
46100
|
"member": "string",
|
45255
46101
|
"name": "InstanceInitStrategy",
|
46102
|
+
"output_required": true,
|
45256
46103
|
"required": false,
|
45257
46104
|
"type": "string",
|
45258
46105
|
"value_allowed_null": true
|
@@ -45263,6 +46110,7 @@
|
|
45263
46110
|
"example": "无",
|
45264
46111
|
"member": "string",
|
45265
46112
|
"name": "DependencyWorkflow",
|
46113
|
+
"output_required": true,
|
45266
46114
|
"required": false,
|
45267
46115
|
"type": "string",
|
45268
46116
|
"value_allowed_null": true
|
@@ -45273,6 +46121,7 @@
|
|
45273
46121
|
"example": "无",
|
45274
46122
|
"member": "string",
|
45275
46123
|
"name": "SchedulerDesc",
|
46124
|
+
"output_required": true,
|
45276
46125
|
"required": false,
|
45277
46126
|
"type": "string",
|
45278
46127
|
"value_allowed_null": true
|
@@ -45283,6 +46132,7 @@
|
|
45283
46132
|
"example": "无",
|
45284
46133
|
"member": "string",
|
45285
46134
|
"name": "FirstSubmitTime",
|
46135
|
+
"output_required": true,
|
45286
46136
|
"required": false,
|
45287
46137
|
"type": "string",
|
45288
46138
|
"value_allowed_null": true
|
@@ -45293,6 +46143,40 @@
|
|
45293
46143
|
"example": "无",
|
45294
46144
|
"member": "string",
|
45295
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,
|
45296
46180
|
"required": false,
|
45297
46181
|
"type": "string",
|
45298
46182
|
"value_allowed_null": true
|