API网关 APIG-查询APP列表:响应消息
响应消息
名称 |
类型 |
说明 |
---|---|---|
total |
Integer |
符合条件的APP总数 |
size |
Integer |
本次查询返回的列表长度 |
apps |
字典数据类型 |
APP列表 |
参数 |
类型 |
说明 |
---|---|---|
id |
String |
编号 |
name |
String |
名称 |
status |
Integer |
状态 |
app_key |
String |
APP的key |
app_secret |
String |
密钥 |
register_time |
Timestamp |
创建时间 |
remark |
String |
描述 |
update_time |
Timestamp |
更新时间 |
creator |
String |
APP的创建者,取值如下:
|
app_type |
String |
APP类型,默认为apig |
bind_num |
Integer |
绑定的API数量 |
{ "total": 2, "size": 2, "apps": [{ "id": "98ef****a286a4", "name": "app_002", "status": 1, "app_key": "f627f****54d3fe2", "app_secret": "******", "remark": "第二个APP", "register_time": "2017-12-28T12:32:50Z", "update_time": "2017-12-28T12:32:50Z", "creator": "MARKET", "app_type": "apig", "bind_num": 2 }, { "id": "14b39****4537e9", "name": "app_001", "status": 1, "app_key": "d49b****76eb", "app_secret": "******", "remark": "第一个APP", "register_time": "2017-12-28T12:26:54Z", "update_time": "2017-12-28T12:29:35.571Z", "creator": "USER", "app_type": "apig", "bind_num": 2 }] }
- API网关基本概念_云原生API网关_API网关APIG-华为云
- 什么是API网关_API网关有什么作用_API网关APIG-华为云
- API网关双重认证_双重认证方式_API网关APIG-华为云
- API网关有哪些使用场景_API网关作用_API网关APIG-华为云
- API网关流量控制策略_流量管控_API网关APIG-华为云
- 调用API_API调用流程_API网关APIG-华为云
- API网关支持http到https自动重定向_开放API_API网关APIG-华为云
- API网关跨VPC开放后端服务_API开放后端服务_API网关APIG-华为云
- 使用API网关开放本地数据中心服务能力_开放API_API网关APIG-华为云
- 使用API网关开放云容器引擎CCE工作负载_开放API_API网关APIG-华为云