基本信息

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
}