API网关 APIG-查看流控策略详情:响应消息
响应消息
参数 |
类型 |
说明 |
---|---|---|
id |
String |
流控策略的ID |
name |
String |
流控策略的名称 |
api_call_limits |
Integer |
单个API流控时间内能够被访问的次数限制 |
user_call_limits |
Integer |
单个用户流控时间内能够访问API的次数限制 |
app_call_limits |
Integer |
单个APP流控时间内能够访问API的次数限制 |
ip_call_limits |
Integer |
单个IP流控时间内能够访问API的次数限制 |
time_interval |
Integer |
流控的时长 |
time_unit |
String |
流控的时间单位 |
remark |
String |
描述 |
create_time |
Timestamp |
创建时间 |
is_include_special_throttle |
Integer |
是否包含特殊流控配置:
|
type |
Integer |
流控策略的类型,取值如下:
|
bind_num |
Integer |
流控绑定的API数量 |
enable_adaptive_control |
String |
是否开启动态流控:
暂不支持 |
{"id": "0325b671-2d50-4614-9868-22102262695d","name": "每秒1000次","api_call_limits": 1000,"user_call_limits": 500,"app_call_limits": 300, "ip_call_limits": 600,"time_interval": 1,"time_unit": "SECOND","create_time": "2017-12-29T01:55:59Z","remark": "API每秒1000次,用户500次,APP300次,IP600次","is_inclu_special_throttle": 2, "type":1,"bind_num": 0, "enable_adaptive_control": "FALSE"}
- API网关流量控制策略_流量管控_API网关APIG-华为云
- API网关的策略_API网关的插件策略_APIG传统策略
- 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-华为云