We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec93f0 commit ee95afeCopy full SHA for ee95afe
tests/unit/Networking/v2/Fixtures/quotas-get.resp
@@ -0,0 +1,31 @@
1
+HTTP/1.1 200 OK
2
+Content-Type: application/json
3
+
4
+{
5
+ "quotas":[
6
+ {
7
+ "subnet":1,
8
+ "network":1,
9
+ "floatingip":10,
10
+ "tenant_id":"fake_tenant_1",
11
+ "subnetpool":-1,
12
+ "security_group_rule":100,
13
+ "security_group":10,
14
+ "router":1,
15
+ "rbac_policy":10,
16
+ "port":13
17
+ },
18
19
+ "subnet":10,
20
+ "network":10,
21
+ "floatingip":50,
22
+ "tenant_id":"fake_tenant_2",
23
24
25
26
+ "router":10,
27
28
+ "port":50
29
+ }
30
+ ]
31
+}
0 commit comments