查询用户安装过的应用
基本信息
Action
DescribeUserApps
Path
/iaas
Method
GET
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app |
String |
否 |
app_id |
app_type |
String |
否 |
|
exclude_apps |
Array |
否 |
排除的app_id |
owner |
String |
是 |
app |
project_id |
String |
否 |
所属项目 |
reverse |
Integer |
否 |
是否倒序展示 |
search_word |
String |
否 |
查询条件 |
status |
Array |
否 |
app状态 |
usage_status |
String |
否 |
使用状态 |
返回数据
此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app_set |
Array |
否 |
app集合 |
app_set.abstraction |
String |
否 |
|
app_set.access_sys_id |
String |
否 |
|
app_set.app_iam_policy_id |
String |
否 |
|
app_set.app_id |
String |
否 |
应用 ID |
app_set.app_name |
String |
否 |
应用名称 |
app_set.app_type |
String |
否 |
应用类型 |
app_set.approved_app_iam_policy_id |
String |
否 |
|
app_set.approved_auth_level |
String |
否 |
|
app_set.auth_level |
String |
否 |
|
app_set.category |
String |
否 |
|
app_set.cluster_statistics |
String |
否 |
|
app_set.description |
String |
否 |
|
app_set.icon |
String |
否 |
图片 ID |
app_set.plugins |
String |
否 |
|
app_set.saas_multiple_instance |
String |
否 |
|
app_set.sso_login |
String |
否 |
|
app_set.status |
String |
否 |
|
app_set.url |
String |
否 |
外链 |
app_set.usage_status |
String |
否 |
|
total_count |
Integer |
否 |
查询结果总数 |
请求示例
{
"owner": "admin",
"status": [
"active"
]
}
返回示例
{
"action": "DescribeUserAppsResponse",
"app_set": [
{
"abstraction": "",
"access_sys_id": "",
"app_iam_policy_id": "",
"app_id": "app-n28v5lhg",
"app_name": "RabbitMQ",
"app_type": "cluster",
"approved_app_iam_policy_id": "",
"approved_auth_level": 0,
"auth_level": 0,
"category": "bigdata",
"cluster_statistics": {},
"create_time": "2023-04-23T10:10:20Z",
"description": "",
"icon": "ca-3zo3ta52",
"plugins": null,
"saas_multiple_instance": "0",
"sso_login": "0",
"status": "active",
"status_time": "2023-05-17T03:00:11Z",
"url": "",
"usage_status": "enabled"
}
],
"ret_code": 0,
"total_count": 47
}