916eb2c689
Adds the v3 API samples for the limits and simple tenant usage extensions. Bundled together to reduce review load Partially implements blueprint v3-api-specification +DocImpact Change-Id: I1b73d7acf8d1bbccec2fff6180799edd3f3b12aa
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"limits": {
|
|
"absolute": {
|
|
"maxImageMeta": 128,
|
|
"maxPersonality": 5,
|
|
"maxPersonalitySize": 10240,
|
|
"maxSecurityGroupRules": 20,
|
|
"maxSecurityGroups": 10,
|
|
"maxServerMeta": 128,
|
|
"maxTotalCores": 20,
|
|
"maxTotalFloatingIps": 10,
|
|
"maxTotalInstances": 10,
|
|
"maxTotalKeypairs": 100,
|
|
"maxTotalRAMSize": 51200
|
|
},
|
|
"rate": [
|
|
{
|
|
"limit": [
|
|
{
|
|
"next-available": "2013-09-09T13:37:32Z",
|
|
"remaining": 10,
|
|
"unit": "MINUTE",
|
|
"value": 10,
|
|
"verb": "POST"
|
|
},
|
|
{
|
|
"next-available": "2013-09-09T13:37:32Z",
|
|
"remaining": 10,
|
|
"unit": "MINUTE",
|
|
"value": 10,
|
|
"verb": "PUT"
|
|
},
|
|
{
|
|
"next-available": "2013-09-09T13:37:32Z",
|
|
"remaining": 100,
|
|
"unit": "MINUTE",
|
|
"value": 100,
|
|
"verb": "DELETE"
|
|
}
|
|
],
|
|
"regex": ".*",
|
|
"uri": "*"
|
|
},
|
|
{
|
|
"limit": [
|
|
{
|
|
"next-available": "2013-09-09T13:37:32Z",
|
|
"remaining": 50,
|
|
"unit": "DAY",
|
|
"value": 50,
|
|
"verb": "POST"
|
|
}
|
|
],
|
|
"regex": "^/servers",
|
|
"uri": "*/servers"
|
|
},
|
|
{
|
|
"limit": [
|
|
{
|
|
"next-available": "2013-09-09T13:37:32Z",
|
|
"remaining": 3,
|
|
"unit": "MINUTE",
|
|
"value": 3,
|
|
"verb": "GET"
|
|
}
|
|
],
|
|
"regex": ".*changes_since.*",
|
|
"uri": "*changes_since*"
|
|
}
|
|
]
|
|
}
|
|
} |