开天集成工作台 MSSI-查询流历史活动记录:响应参数

时间:2024-04-24 16:58:10

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

total

Long

历史记录总数。

histories

Array of histories objects

所有历史记录的信息。

表4 histories

参数

参数类型

描述

id

String

流运行记录ID。

flow_id

String

流ID。

flow_name

String

流名称。

flow_version_id

String

流运行版本ID。

run_model

String

流运行模式,通常有手动、自动、测试三种。

  • 手动:需要用户在页面单击运行流。
  • 自动:会按照触发器的类型自动运行流。
  • 测试:用户在创建流的时候可以测试流的功能。

status

String

最后一次运行,流运行状态。

  • success:流运行成功
  • fail:流运行失败

icon

String

流图标。

start_time

String

流运行的开始时间。

end_time

String

流运行的结束时间。

exec_time

Long

执行时间,单位:毫秒。

running_times

Long

运行次数。

last_time

String

最后一次运行时间。

message

String

最后一次运行,输出的错误信息。

状态码: 403

表5 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

最小长度:8

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

状态码: 500

表6 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

最小长度:8

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

support.huaweicloud.com/api-mssi/mssi_03_0082.html