NEWXRPAAS

新版XRPAAS平台


根据登录名称获取配额列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>根据登录名称获取配额列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8188/cloudrender/quota/getQuotaByLoginName</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </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> <tr> <td style="text-align: left;">loginName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>登录名称(自动获取)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 10000, &amp;quot;state&amp;quot;: true, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 15, &amp;quot;loginName&amp;quot;: &amp;quot;itmc1&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;ITMC&amp;quot;, &amp;quot;quotaSign&amp;quot;: 1, &amp;quot;concurrency&amp;quot;: 3, &amp;quot;createTime&amp;quot;: &amp;quot;2023-09-05 11:19:09&amp;quot;, &amp;quot;auditStatus&amp;quot;: 1, &amp;quot;reason&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;auditCompleteDate&amp;quot;: null, &amp;quot;idles&amp;quot;: null, &amp;quot;occupancy&amp;quot;: null, &amp;quot;useAndConcurrence&amp;quot;: null, &amp;quot;itemString&amp;quot;: null }, { &amp;quot;id&amp;quot;: 16, &amp;quot;loginName&amp;quot;: &amp;quot;itmc1&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;ITMC&amp;quot;, &amp;quot;quotaSign&amp;quot;: 2, &amp;quot;concurrency&amp;quot;: 3, &amp;quot;createTime&amp;quot;: &amp;quot;2023-09-05 11:19:15&amp;quot;, &amp;quot;auditStatus&amp;quot;: 1, &amp;quot;reason&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;auditCompleteDate&amp;quot;: null, &amp;quot;idles&amp;quot;: null, &amp;quot;occupancy&amp;quot;: null, &amp;quot;useAndConcurrence&amp;quot;: null, &amp;quot;itemString&amp;quot;: null } ], &amp;quot;message&amp;quot;: &amp;quot;获取配额列表成功&amp;quot;, &amp;quot;total&amp;quot;: null }</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;">data</td> <td style="text-align: left;">LIst</td> <td>配额列表</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML