
This patch adds API ref for the quota details extension. Change-Id: Ided70f4718c4422ddee506ca3cc961ac63fd483e Partial-Bug: #1704914
40 lines
794 B
JSON
40 lines
794 B
JSON
{
|
|
"quota": {
|
|
"rbac_policy": {
|
|
"used": 4,
|
|
"limit": 10,
|
|
"reserved": 0
|
|
},
|
|
"subnetpool": {
|
|
"used": 2,
|
|
"limit": -1,
|
|
"reserved": 0
|
|
},
|
|
"security_group_rule": {
|
|
"used": 10,
|
|
"limit": 100,
|
|
"reserved": 1
|
|
},
|
|
"security_group": {
|
|
"used": 3,
|
|
"limit": 10,
|
|
"reserved": 0
|
|
},
|
|
"subnet": {
|
|
"used": 3,
|
|
"limit": 100,
|
|
"reserved": 0
|
|
},
|
|
"port": {
|
|
"used": 21,
|
|
"limit": 500,
|
|
"reserved": 3
|
|
},
|
|
"network" :{
|
|
"used": 9,
|
|
"limit": 100,
|
|
"reserved": 2
|
|
}
|
|
}
|
|
}
|