查询待审核应用列表
更新时间:2025-08-15 03:41:38
基本信息
Action
DescribeSubmittedApps
Path
/iaas
Method
GET
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app_type |
String |
否 |
查询应用类型 |
reverse |
Integer |
否 |
是否倒序 |
search_word |
String |
否 |
关键词 |
sort_key |
String |
否 |
排序字段,默认提交审核时间 |
status |
Array |
否 |
状态 |
返回数据
此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app_set |
Array |
否 |
应用列表 |
app_set.app_id |
String |
否 |
应用 ID |
app_set.app_name |
String |
否 |
应用名称 |
app_set.app_type |
String |
否 |
应用类型 |
app_set.console_id |
String |
否 |
Console ID |
app_set.icon |
String |
否 |
图标 |
app_set.owner |
String |
否 |
所有者 |
app_set.passed_reviews |
Array |
否 |
通过审核的渠道 |
app_set.review_time |
String |
否 |
审核时间 |
app_set.reviews |
Integer |
否 |
审核次数 |
app_set.status |
String |
否 |
应用状态 |
app_set.submit_time |
String |
否 |
提交审核时间 |
app_set.version_id |
String |
否 |
版本 ID |
app_set.version_name |
String |
否 |
版本名字 |
total_count |
Integer |
否 |
总数量 |
请求示例
{
"limit": 50,
"offset": 0
}
返回示例
{
"action": "DescribeSubmittedAppsResponse",
"app_set": [
{
"app_id": "app-xxxxxx",
"app_name": "测试应用",
"app_type": "cluster",
"console_id": "qingcloud",
"icon": "ca-vd5swrrp",
"owner": "usr-xxxxxx",
"passed_reviews": [
"dev",
"channel"
],
"review_time": "2017-11-23T11:07:09",
"reviews": 3,
"status": "approved",
"submit_time": null,
"version_id": "appv-xxxxxx",
"version_name": "测试版本"
}
],
"ret_code": 0,
"total_count": 1
}