octavia/api-ref/source/v2/examples/quotas-list-response.json
johnsom 2ca2b8076d Add v2 Quota API section
This patch adds the quota section to the v2 API reference.

Change-Id: I23cd2c4a65e4d7bf3c85f176a3042fefe0fb35b9
Partial-Bug: #1558385
2017-06-28 09:32:56 -07:00

13 lines
255 B
JSON

{
"quotas": [
{
"load_balancer": 5,
"member": 50,
"health_monitor": -1,
"listener": null,
"project_id": "e3cd678b11784734bc366148aa37580e",
"pool": null
}
]
}