AI开发平台MODELARTS-获取APP列表:URI

时间:2024-05-31 10:19:00

URI

GET /v1/{project_id}/app-auth/apps

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

用户项目ID。获取方法请参见获取项目ID

表2 Query参数

参数

是否必选

参数类型

描述

app_name

String

APP名称。

limit

String

分页展示时,一页展示多少项。默认为1000。

offset

String

分页展示时,从第几页开始。默认为0。

order

String

返回的APP列表排序方式,可选值包括asc、desc。默认为asc。

sort_by

String

返回的APP列表按何属性排序,可选值包括app_name、created_at、updated_at。默认为name。

workspace_id

String

工作空间id。

iphertext_enabled

Boolean

是否明文展示appsecret。

app_ids

Array

需要明文展示的app_id集合。

support.huaweicloud.com/api-modelarts/ListApigApps.html