调试API
<p>成功创建API后,需要验证服务是否正常,本文主要介绍如何在<a href="https://pinganyun.com/console/apiGateway" target="_blank">API网关管理控制台</a>调试API。</p>
<p><span style="font-size:18px"><strong>前提条件</strong></span></p>
<p>1. 您已成功发布API,可参考<a href="https://pinganyun.com/ssr/help/middleware/APIGateway/Instance_Management.Publishing_API.API_Management.Publish_API" target="_blank">发布API</a>。</p>
<p>2. 您已成功授权应用,可参考<a href="https://pinganyun.com/ssr/help/middleware/APIGateway/Instance_Management.Call_API.APP_Management.Authorizing_APP" target="_blank">获取授权</a>。</p>
<p>3. 您已成功搭建后端服务或在创建API时选择Mock模式。</p>
<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> API</strong><strong>管理</strong>,进入<strong>API</strong><strong>管理</strong>页面。</p>
<p>3. 选择目标地域。</p>
<p>4. 单击目标API<strong>操作</strong>列的<img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20193010110650-18115536954a.png" style="height:20px; margin:0px; width:9px" /> > <strong>调试</strong>,进入<strong>API</strong><strong>调试</strong>页面。</p>
<p>5. 在<strong>调试面板</strong>区域,填写以下信息: </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>调试API的环境。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>应用</p>
</td>
<td style="vertical-align:top">
<p>授权调用API的应用。</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>Http Method</p>
</td>
<td style="vertical-align:top">
<p>API接口的调用方式。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>PATH</p>
</td>
<td style="vertical-align:top">
<p>API的请求路径。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>Parameter</p>
</td>
<td style="vertical-align:top">
<p>在API的请求路径中设置了参数时,填写参数的取值。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>Headers</p>
</td>
<td style="vertical-align:top">
<p>请求路径中的Header参数。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top">
<p>Query</p>
</td>
<td style="vertical-align:top">
<p>请求路径中的Query参数。</p>
</td>
</tr>
</tbody>
</table>
<p>6. 单击<strong>发送请求</strong>。</p>
<p><span style="font-size:18px"><strong>执行结果</strong></span></p>
<p>在API调试页面的返回结果区域,可以看到后端服务的返回数据。</p>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!