5.151. Quota
| 名称 | 概述 |
|---|---|
|
| 检索配额。 |
|
| 删除配额。 |
|
| 更新配额。 |
5.151.1. 获取 GET 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
检索配额。
检索配额的示例:
GET /ovirt-engine/api/datacenters/123/quotas/456
<quota id="456">
<name>myquota</name>
<description>My new quota for virtual machines</description>
<cluster_hard_limit_pct>20</cluster_hard_limit_pct>
<cluster_soft_limit_pct>80</cluster_soft_limit_pct>
<storage_hard_limit_pct>20</storage_hard_limit_pct>
<storage_soft_limit_pct>80</storage_soft_limit_pct>
</quota>
| 名称 | 类型 | 方向 | 概述 |
|---|---|---|---|
|
| Out |