7275aafc9e
Now the quota-set API only returned single attribute 'limit', this change intends to add a new API 'quota-sets/{project_id}/detail' to retrieve more info with attributes 'in_use', 'limit', 'reserved'. APIImpact Implements: blueprint admin-check-tenant-quota-usage Depends-On: Ie0eb7d32b7b032ffdb7f7dd47f68841211e7d7a6 Change-Id: I499b099a3ba7704a2108cd15f80ff507e24b7cd0
21 lines
655 B
JSON
21 lines
655 B
JSON
{
|
|
"quota_set": {
|
|
"id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"shares": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"snapshot_gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"snapshots": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"share_networks": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0}
|
|
}
|
|
}
|