API网关 APIG-创建特殊设置:请求消息
请求消息
参数 |
是否必选 |
类型 |
说明 |
---|---|---|---|
call_limits |
是 |
Integer |
流控时间内特殊对象能够访问API的最大次数限制 |
instance_id |
是 |
String |
特殊APP的编号或特殊租户的账号ID |
instance_type |
是 |
String |
对象类型:APP/USER |
strategy_id |
是 |
String |
流控策略编号 |
请求消息样例:
{"call_limits": 150,"instance_id": "98efd77d-10b5-4eca-8170-ed30a4a286a4","instance_type": "APP","strategy_id": "a3106cfe-801f-4919-b0d7-d785dc5b47f9"}