创建流量控制策略
<p>流量控制策略即限制单位时间内指定API被调用的次数。</p>
<p>为保证API持续稳定地对外提供服务,可对指定API绑定流量控制策略,对其进行流量控制。</p>
<p><span style="font-size:18px"><strong>前提条件</strong></span></p>
<p>您已成功发布API,可参考<a href="https://pinganyun.com/ssr/help/middleware/APIGateway/Instance_Management.Publishing_API.API_Management.Publish_API" target="_blank">发布API</a>。</p>
<p><span style="font-size:18px"><strong>注意事项</strong></span></p>
<ol>
<li>每个用户在每个地域下最多可创建100个流控策略。</li>
<li>一个流量控制策略可以绑定多个API,但同一环境中一个API只能绑定一个流量控制策略。</li>
<li>流量控制策略与API是相互独立的,只有将流量控制策略绑定到指定的API后,流量控制策略才对指定的API生效,可参考<a href="https://pinganyun.com/ssr/help/middleware/APIGateway/Instance_Management.Publishing_API.Flow_Control.Bind_API" target="_blank">绑定API</a>。</li>
</ol>
<p><span style="font-size:18px"><strong>操作步骤</strong></span></p>
<p>1. 登录<a href="https://pinganyun.com/console/apiGateway" target="_blank">API网关管理控制台</a>。</p>
<p>2. 单击左侧导航栏<strong>开放</strong><strong>API</strong> ><strong> </strong><strong>流量控制</strong>,进入<strong>流量控制</strong>页面。</p>
<p>3. 选择目标地域。</p>
<p>4. 单击页面右上角的<strong>创建</strong>,进入<strong>创建流量控制策略</strong>页面。</p>
<p>5. 根据以下信息创建流量控制策略。</p>
<table border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="background-color:#ededed; vertical-align:top">
<p><strong>配置项</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>策略名称</p>
</td>
<td style="vertical-align:top">
<p>创建的流量控制策略名称。</p>
<p><!--[if gte mso 9]><xml>
<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1025"
DrawAspect="Content" ObjectID="_1633941675">
</o:OLEObject>
</xml><![endif]--><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113506-1c4efa839d07.png" style="height:26px; margin:0px; width:65px" />:</p>
<p>1. 流量控制策略名称在当前主账户的每个地域下必须唯一。</p>
<p>2. 流量控制策略的长度为2~50个字符。</p>
<p>3. 可包含汉字、英文、下划线_、或数字。</p>
<p>4. 需要以英文或汉字开始。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>单位</p>
</td>
<td style="vertical-align:top">
<p>流量限制的单位时间。目前支持:秒、分钟、小时及天。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>API流量限制</p>
</td>
<td style="vertical-align:top">
<p>单位时间内,单个API允许被调用的次数上限,单位:次。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>(可选)用户流量限制</p>
</td>
<td style="vertical-align:top">
<p>单位时间内,单个用户对该流量策略绑定API的调用次数上限,单位:次。</p>
<p><!--[if gte mso 9]><xml>
<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1026"
DrawAspect="Content" ObjectID="_1633941676">
</o:OLEObject>
</xml><![endif]--><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113506-1c4efa839d07.png" style="height:26px; margin:0px; width:65px" />:用户流量限制需小于等于API流量限制。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>(可选)应用流量限制</p>
</td>
<td style="vertical-align:top">
<p>单位时间内,单个应用对该流量策略绑定API的调用次数上限,单位:次。</p>
<p><!--[if gte mso 9]><xml>
<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1027"
DrawAspect="Content" ObjectID="_1633941677">
</o:OLEObject>
</xml><![endif]--><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113506-1c4efa839d07.png" style="height:26px; margin:0px; width:65px" />:应用流量限制需小于等于用户流量限制。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>描述</p>
</td>
<td style="vertical-align:top">
<p>流量控制策略的相关描述。</p>
<p><!--[if gte mso 9]><xml>
<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1028"
DrawAspect="Content" ObjectID="_1633941678">
</o:OLEObject>
</xml><![endif]--><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113506-1c4efa839d07.png" style="height:26px; margin:0px; width:65px" />:描述信息的长度为1~200个字符。</p>
</td>
</tr>
</tbody>
</table>
<p>6. 单击<strong>确认</strong>。</p>
<p><span style="font-size:18px"><strong>执行结果</strong></span></p>
<p><strong>方法一</strong></p>
<p>在<strong>流量控制</strong>页面下方提示<strong>创建成功</strong>。</p>
<p><strong>方法二</strong></p>
<p>在<strong>流量控制</strong>页面的目标地域下,可看到刚刚创建的流量控制策略。</p>
<p><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113552-108b7ebb9574.png" style="height:54px; width:830px" /></p>
<p><span style="font-size:18px"><strong>后续操作</strong></span></p>
<p>在<strong>流量控制</strong>页面的目标地域下,单击目标流量控制策略的名称,进入<strong>流量控制策略详情</strong>页面,可查看流量控制策略的基本信息。</p>
<p><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010113546-12dd3efa9957.png" style="height:139px; width:830px" /></p>
<p> </p>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!