octavia/api-ref/source/v2/examples/quotas-list-response.json
Adam Harwell bd0206a6ea Correct naming for quota resources
Story: 2002997
Task: 23013

Change-Id: Ie2f3944676f04e80b8dd4affe947b03d36d854f5
2018-07-25 21:54:54 -07:00

13 lines
253 B
JSON

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