查询已上架应用列表
基本信息
Action
DescribeApps
Path
/iaas
Method
GET
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app |
Array |
否 |
应用 |
app_name |
String |
否 |
应用名称 |
app_type |
Array |
否 |
查询应用类型 |
display_columns |
Array |
否 |
返回字段 |
exclude_apps |
Array |
否 |
排除应用列表 |
filter_monitor |
Integer |
否 |
是否只查询自定义监控应用 |
owner |
String |
否 |
应用所有者 |
reverse |
Integer |
否 |
是否倒序 |
shared |
Integer |
否 |
是否共享 |
sort_key |
String |
否 |
排序字段 |
status |
Array |
否 |
状态 |
tags |
Array |
否 |
标签 |
verbose |
Integer |
否 |
冗余字段级别 |
visibility |
String |
否 |
可见状态 |
with_hide |
Integer |
否 |
是否查询隐藏应用 |
without_third |
Integer |
否 |
是否只查询测试用应用 |
返回数据
此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app_set |
Array |
否 |
应用列表 |
app_set.abstraction |
String |
否 |
概述 |
app_set.app_id |
String |
否 |
应用 ID |
app_set.app_name |
String |
否 |
应用名称 |
app_set.app_type |
String |
否 |
应用类型 |
app_set.bundle |
String |
否 |
Bundle 包 ID |
app_set.category |
String |
否 |
应用分类 |
app_set.company_url |
String |
否 |
公司网址 |
app_set.cover_img |
String |
否 |
封面 |
app_set.create_time |
String |
否 |
创建时间 |
app_set.description |
String |
否 |
描述 |
app_set.edition |
Array |
否 |
系列信息 |
app_set.edition.app_id |
String |
否 |
应用 ID |
app_set.edition.create_time |
String |
否 |
创建时间 |
app_set.edition.description |
String |
否 |
描述 |
app_set.edition.edition_id |
String |
否 |
系列 ID |
app_set.edition.is_default |
Integer |
否 |
是否默认 |
app_set.edition.name |
String |
否 |
系列名称 |
app_set.icon |
String |
否 |
图标 |
app_set.icon_link |
String |
否 |
图标链接 |
app_set.owner |
String |
否 |
所有者 |
app_set.screenshot_links |
Array |
否 |
截图链接 |
app_set.screenshots |
Array |
否 |
截图 |
app_set.sla_period |
Integer |
否 |
交付周期 license |
app_set.status |
String |
否 |
应用状态 |
app_set.status_time |
String |
否 |
状态时间 |
app_set.sub_category |
String |
否 |
子分类 |
app_set.tags |
Array |
否 |
标签 |
app_set.terms_of_service |
String |
否 |
服务条款 |
app_set.terms_of_service_link |
String |
否 |
服务条款链接 |
app_set.usage_instructions |
String |
否 |
使用说明 |
app_set.usage_instructions_link |
String |
否 |
使用说明链接 |
total_count |
Integer |
否 |
总数量 |
请求示例
{
"limit": 50,
"offset": 0
}
返回示例
{
"action": "DescribeAppsResponse",
"app_set": [
{
"abstraction": "概述",
"app_id": "app-gtusp816",
"app_name": "PostgreSQL",
"app_type": "cluster",
"bundle": "bun-qingcloud",
"category": "database",
"company_url": "https://www.qingcloud.com/",
"cover_img": "",
"create_time": "2017-10-26T06:56:47Z",
"description": "描述",
"edition": [
{
"app_id": "app-xxxxxx",
"create_time": "2020-05-06T14:02:26",
"description": "",
"edition_id": "appe-xxxxxx",
"is_default": 0,
"name": "基础版"
}
],
"icon": "ca-59l1ake2",
"icon_link": "https://pek3a.qingstor.com/attachment-4-appcenter/public/ca-59l1ake2",
"owner": "usr-xxxxxx",
"screenshot_links": [
"https://pek3a.qingstor.com/attachment-4-appcenter/public/ca-dzofhrdy"
],
"screenshots": [
"ca-dzofhrdy"
],
"sla_period": null,
"status": "active",
"status_time": "2023-07-13T02:35:54Z",
"sub_category": "",
"tags": [],
"terms_of_service": "https://www.qingcloud.com/terms#MySQL-terms",
"terms_of_service_link": "https://pek3a.qingstor.com/term-4-appcenter/app_approved/xxxxxx",
"usage_instructions": "https://docsv4.qingcloud.com/user_guide/database/postgresql/",
"usage_instructions_link": "https://pek3a.qingstor.com/usage-instructions-appcenter/xxxxxx"
}
],
"ret_code": 0,
"total_count": 1
}