获取flow
GET
^api/flows/(?P<flow_id>\d+)$
响应参数 flow
参数名
类型
描述
必填
status
number
0:success,-1:failed
必填
message
string
success/fail reason
必填
id
number
flow_id
必填
name
string
flow name
必填
description
string
description
必填
is_project
number
project标识
必填
edit_user
string
edit_user
必填
is_schedule
number
是否处于调度中的状态
必填
belonging_project_id
number
所属project id
必填
create_time
string
创建时间
必填
update_time
string
更新时间
必填
group_id
number
flow所属组id
必填
is_having_extractmap
number
0/1
必填
响应参数 project
参数名
类型
描述
必填
status
int
示例:0
必填
message
string
示例:success
必填
conns
array
数据列表
必填
current_version
int
示例:3972
必填
dep_flow
array
数据列表
必填
has_args
int
示例:0
必填
id
int
示例:2177
必填
name
string
示例:t_cg3
必填
update_time
string
示例:2020-07-01 14:38:05
必填
description
string
示例:s
必填
is_init
boolean
示例:false
必填
belonging_project_id
int
示例:-1
必填
is_having_extractmap
int
示例:0
必填
edit_user
object
示例:null
必填
id
int
示例:2174
必填
is_schedule
boolean
示例:false
必填
is_project
int
示例:1
必填
name
string
示例:t_group_2
必填
state
boolean
示例:true
必填
create_time
string
示例:2020-04-20 11:56:39
必填
group_id
int
示例:29
必填