备份概览@作业rto和rpo获取极值
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>作业rto和rpo获取极值</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:90/api/dbackupapi/getJobsrtorpo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;minrto&quot;: &quot;1S&quot;,
&quot;maxrpo&quot;: &quot;270 D&quot;,
&quot;minrpo&quot;: &quot;23 H&quot;,
&quot;maxrto&quot;: &quot;5 H&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">minrto</td>
<td style="text-align: left;">string</td>
<td>最小rto</td>
</tr>
<tr>
<td style="text-align: left;">maxrpo</td>
<td style="text-align: left;">string</td>
<td>最大rpo</td>
</tr>
<tr>
<td style="text-align: left;">minrpo</td>
<td style="text-align: left;">string</td>
<td>最小rpo</td>
</tr>
<tr>
<td style="text-align: left;">maxrto</td>
<td style="text-align: left;">string</td>
<td>最大rto</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>