API网关 APIG-查看流控策略未绑定的API列表:响应消息
响应消息
名称 |
类型 |
说明 |
---|---|---|
total |
Integer |
满足查询条件的API的总个数 |
size |
Integer |
当前查询到的列表长度 |
apis |
字典数据类型 |
当前查询到的API列表 |
参数 |
类型 |
说明 |
---|---|---|
id |
String |
API编号 |
name |
String |
API名称 |
group_id |
String |
API所属分组的编号 |
group_name |
String |
API所属分组的名称 |
type |
Integer |
API类型 |
remark |
String |
API描述 |
run_env_name |
String |
发布的环境名 |
run_env_id |
String |
发布的环境编号 |
publish_id |
String |
发布记录的编号 |
throttle_apply_id |
String |
与流控策略的绑定关系编号 |
throttle_name |
String |
绑定的流控策略名称 |
apply_time |
Timestamp |
已绑定的流控策略的绑定时间 |
auth_type |
String |
API的认证方式 |
req_uri |
String |
API的访问地址 |
响应消息样例:
{"total": 2,"size": 2,"apis": [{"id": "5bbc47e2-95b0-4a56-904e-a3cdc422f8e9","name": "查询分组列表","type": 1,"remark": "查询分组列表","group_id": "73c58022-f20d-495a-a188-85d718647f09","group_name": "api_group_001","run_env_name": "RELEASE","run_env_id": "DEFAULT_ENVIRONMENT_RELEASE_ID","publish_id": "65e6fe53-1ac3-4481-ba36-9f0bc6f22057","auth_type": "APP","req_uri": "/test"},{"id": "6632a062-9dcf-4f18-9646-3cabb925a290","name": "查询API列表","type": 1,"remark": "查询API列表","group_id": "73c58022-f20d-495a-a188-85d718647f09","group_name": "api_group_001","run_env_name": "RELEASE","run_env_id": "DEFAULT_ENVIRONMENT_RELEASE_ID","publish_id": "374a6d5a-20c7-4ea1-82e1-19fce4556956","auth_type": "APP","req_uri": "/test"}]}