Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/0ccc6c8c-a9ae-4dcd-8f9c-6fe6992cd054
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization Quota Definition
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/0ccc6c8c-a9ae-4dcd-8f9c-6fe6992cd054" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2IiwiZW1haWwiOiJlbWFpbC00NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI1OTQ4NjU5fQ.jKz_LIYwtI1QNZbrKD4zQwo1-7xjvn4372zk3lurptk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "0ccc6c8c-a9ae-4dcd-8f9c-6fe6992cd054",
"url": "/v2/quota_definitions/0ccc6c8c-a9ae-4dcd-8f9c-6fe6992cd054",
"created_at": "2015-03-03T00:50:59Z",
"updated_at": null
},
"entity": {
"name": "name-112",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"trial_db_allowed": false,
"instance_memory_limit": -1
}
}
Headers