summaryrefslogtreecommitdiffstats
path: root/doc/api_samples/os-extended-quotas/quotas-update-post-resp.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api_samples/os-extended-quotas/quotas-update-post-resp.json')
-rw-r--r--doc/api_samples/os-extended-quotas/quotas-update-post-resp.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/api_samples/os-extended-quotas/quotas-update-post-resp.json b/doc/api_samples/os-extended-quotas/quotas-update-post-resp.json
new file mode 100644
index 000000000..d9024b77d
--- /dev/null
+++ b/doc/api_samples/os-extended-quotas/quotas-update-post-resp.json
@@ -0,0 +1,16 @@
+{
+ "quota_set": {
+ "cores": 20,
+ "fixed_ips": -1,
+ "floating_ips": 10,
+ "injected_file_content_bytes": 10240,
+ "injected_file_path_bytes": 255,
+ "injected_files": 5,
+ "instances": 45,
+ "key_pairs": 100,
+ "metadata_items": 128,
+ "ram": 51200,
+ "security_group_rules": 20,
+ "security_groups": 10
+ }
+}