summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/limit-show-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/limit-show-response.json')
-rw-r--r--api-ref/source/samples/limit-show-response.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/api-ref/source/samples/limit-show-response.json b/api-ref/source/samples/limit-show-response.json
new file mode 100644
index 00000000..f2cab005
--- /dev/null
+++ b/api-ref/source/samples/limit-show-response.json
@@ -0,0 +1,55 @@
+{
+ "limits": [
+ {
+ "max_backups": 50,
+ "max_instances": 10,
+ "max_volumes": 40,
+ "verb": "ABSOLUTE"
+ },
+ {
+ "nextAvailable": "2019-12-23T22:38:41Z",
+ "regex": ".*",
+ "remaining": 199,
+ "unit": "MINUTE",
+ "uri": "*",
+ "value": 200,
+ "verb": "POST"
+ },
+ {
+ "nextAvailable": "2019-12-24T02:49:24Z",
+ "regex": ".*",
+ "remaining": 199,
+ "unit": "MINUTE",
+ "uri": "*",
+ "value": 200,
+ "verb": "PUT"
+ },
+ {
+ "nextAvailable": "2019-12-24T03:42:19Z",
+ "regex": ".*",
+ "remaining": 200,
+ "unit": "MINUTE",
+ "uri": "*",
+ "value": 200,
+ "verb": "DELETE"
+ },
+ {
+ "nextAvailable": "2019-12-24T03:42:19Z",
+ "regex": ".*",
+ "remaining": 199,
+ "unit": "MINUTE",
+ "uri": "*",
+ "value": 200,
+ "verb": "GET"
+ },
+ {
+ "nextAvailable": "2019-12-24T03:42:19Z",
+ "regex": "^/mgmt",
+ "remaining": 200,
+ "unit": "MINUTE",
+ "uri": "*/mgmt",
+ "value": 200,
+ "verb": "POST"
+ }
+ ]
+} \ No newline at end of file