Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/901e08ab-15de-47be-beeb-dcfa0b8cc114
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/901e08ab-15de-47be-beeb-dcfa0b8cc114" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE2MSIsImVtYWlsIjoiZW1haWwtOTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NTM2MjMwMX0.HnPYYM5ctIAqhh3CpLLoHzEhoAcfFBoP9Zh2tkPl_pU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "901e08ab-15de-47be-beeb-dcfa0b8cc114",
"url": "/v2/quota_definitions/901e08ab-15de-47be-beeb-dcfa0b8cc114",
"created_at": "2015-10-13T17:31:41Z",
"updated_at": null
},
"entity": {
"name": "name-340",
"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