Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/4ee364f1-75f2-427e-b7e9-51f0a8c5e19c
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/4ee364f1-75f2-427e-b7e9-51f0a8c5e19c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxOSIsImVtYWlsIjoiZW1haWwtMjg4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5NzN9.z9Mo_SMi3N7g5Vqf7mEKHhN-Nxu1UrQIDPbrxR7rXX8" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "4ee364f1-75f2-427e-b7e9-51f0a8c5e19c",
"url": "/v2/quota_definitions/4ee364f1-75f2-427e-b7e9-51f0a8c5e19c",
"created_at": "2015-11-13T17:02:53Z",
"updated_at": null
},
"entity": {
"name": "name-2355",
"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