5.151. 할당량
| 이름 | 요약 |
|---|---|
|
| 할당량을 검색합니다. |
|
| 할당량을 삭제합니다. |
|
| 할당량을 업데이트합니다. |
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>
| 이름 | 유형 | direction | 요약 |
|---|---|---|---|
|
| out |