neutron-lib/api-ref/source/v2/samples/quotas/quotas-list-response.json
Hirofumi Ichihara 4f71837e41 api-ref: Cleanup quotas API
The tags for neutron-in-tree-api-ref remain there.
This patch makes quotas api-ref cler more and then removes the tags.

Change-Id: If43a8a5c82f08925703cbd4500abbea2c043fe25
2017-02-24 10:50:57 -05:00

18 lines
436 B
JSON

{
"quotas": [
{
"floatingip": 50,
"network": 15,
"port": 50,
"project_id": "bab7d5c60cd041a0a36f7c4b6e1dd978",
"rbac_policy": -1,
"router": 10,
"security_group": 10,
"security_group_rule": 100,
"subnet": 10,
"subnetpool": -1,
"tenant_id": "bab7d5c60cd041a0a36f7c4b6e1dd978"
}
]
}