API网关 APIG-查看API已绑定的APP列表:URI

时间:2023-12-01 09:43:03

URI

GET /v2/{project_id}/apigw/instances/{instance_id}/app-auths/binded-apps

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID,获取方式请参见获取项目ID

instance_id

String

实例ID,在API网关控制台的“实例信息”中获取。

表2 Query参数

参数

是否必选

参数类型

描述

offset

Long

偏移量,表示从此偏移量开始查询,偏移量小于0时,自动转换为0

缺省值:0

limit

Integer

每页显示的条目数量,条目数量小于等于0时,自动转换为20,条目数量大于500时,自动转换为500

最小值:1

最大值:500

缺省值:20

api_id

String

API编号

app_name

String

APP名称

app_id

String

APP编号

env_id

String

环境编号

support.huaweicloud.com/api-apig/ListAppsBindedToApiV2.html