Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/c1b8a422-e2b2-4e28-8a16-90ebef2a6922
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/c1b8a422-e2b2-4e28-8a16-90ebef2a6922" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ0NCIsImVtYWlsIjoiZW1haWwtMzE1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MzZ9.6a20u2PDgYtYDU6eFx38uvXcgA4Y-2MU8PIVXzpCkLI" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "c1b8a422-e2b2-4e28-8a16-90ebef2a6922",
"url": "/v2/quota_definitions/c1b8a422-e2b2-4e28-8a16-90ebef2a6922",
"created_at": "2016-01-26T22:20:36Z",
"updated_at": null
},
"entity": {
"name": "name-2527",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"total_private_domains": -1,
"memory_limit": 20480,
"trial_db_allowed": false,
"instance_memory_limit": -1,
"app_instance_limit": -1
}
}
Headers