最近更新时间:2024-02-26 15:54:30
创建流量控制插件
POST
application/x-www-form-urlencoded
公共参数列表 详情
名称 | 类型 | 必填 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ | 操作接口名,系统规定参数,取值: AddFlowPlugin |
Version | String | 是 | 确定值 | 固定为:2019-05-01 | |
PluginName | String | 是 | 3-64个字符 | 插件名称 | |
PluginDesc | String | 否 | 255个字符内 | 插件描述 | |
Period | Integer | 是 | 时长,1-1秒 2-1分钟 3-1小时 4-1天 | ||
ReqCount | Integer | 是 | 流量限制 | ||
AccountReqCount | Integer | 否 | 用户流量限制 | ||
AppReqCount | Integer | 否 | 应用流量限制 |
通过指定 Accept:application/json,返回的数据格式为json
请求示例
curl -X GET|POST \
'http://apigw.api.ksyun.com/?Action=AddFlowPlugin&Version=2019-05-01&PluginName=TestFlowPlugin&Period=2&ReqCount=100&AccountReqCount=&AppReqCount=&PluginDesc=' \
-H 'authorization: xxx, SignedHeaders=accept;content-type;host;x-amz-date, Signature=xxx' \
-H 'accept: application/json' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'host: apigw.api.ksyun.com' \
-H 'x-amz-date: 20170720T022802Z'
响应成功返回示例
{
"Res": [],
"RequestId": "7de19b5e-0791-4269-872b-c3e05b53c3c8"
}
访问API错误码查看更多错误码
纯净模式