云应用引擎 CAE-获取组件事件列表:响应参数

时间:2023-12-27 17:21:59

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

api_version

String

API版本,固定值“v1”,该值不可修改。

枚举值:

  • v1

kind

String

API类型,固定值“ComponentEvent”,该值不可修改。

枚举值:

  • ComponentEvent

items

Array of EventItem objects

事件项。

表4 EventItem

参数

参数类型

描述

name

String

事件名称。

involved_object_kind

String

涉及对象类型。

枚举值:

  • Component

  • ComponentInstance

  • ComponentScaling

involved_object

String

涉及对象。

message

String

组件事件信息。

created_at

String

创建时间。

updated_at

String

更新时间。

status

String

组件事件状态。

枚举值:

  • Warning

  • Normal

count

Integer

事件发生次数。

support.huaweicloud.com/api-cae/ListComponentEvents.html