Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/0d435ae5-b056-45ca-a7b6-76cdb25a068b
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/0d435ae5-b056-45ca-a7b6-76cdb25a068b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM5OSIsImVtYWlsIjoiZW1haWwtMjg5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MTR9.GbOuw5au5lNH7UvtNoBUopCAxWJ1zbaYfIjcBUxLGRs" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "0d435ae5-b056-45ca-a7b6-76cdb25a068b",
"url": "/v2/quota_definitions/0d435ae5-b056-45ca-a7b6-76cdb25a068b",
"created_at": "2015-07-27T22:43:34Z",
"updated_at": null
},
"entity": {
"name": "name-2339",
"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