应用管理与运维平台 SERVICESTAGE-获取组件实例:URI

时间:2024-10-11 16:54:16

URI

GET /v2/{project_id}/cas/applications/{application_id}/components/{component_id}/instances

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

租户项目ID。获取方法,请参考获取项目ID

application_id

String

应用ID。获取方法,请参考获取所有应用

component_id

String

组件ID。获取方法,请参考获取应用所有组件

表2 查询参数

参数

是否必选

参数类型

描述

maxWaitTime

int

用户自定义整体启动时间。

limit

Integer

指定个数,取值[0, 100]或者1000,指定的值不在该范围内的话相当于赋值为10。默认1000,用于不分页的场景。分页的场景取值请用[0, 100]。

offset

Integer

指定偏移量。

order_by

String

排序字段,默认按创建时间排序。

排序字段支持枚举值:create_time、name、version、update_time。

order

String

排序方式。

  • desc,降序排序,默认为desc。
  • asc,升序排序。
support.huaweicloud.com/api-servicestage/servicestage_06_0046.html