5.151. クォータ
Name | 概要 |
---|---|
| クォータを取得します。 |
| クォータを削除します。 |
| クォータを更新します。 |
5.151.1. get 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>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| Out |