Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/ffc4f259-1613-41ae-b0bb-3f0120633496
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/ffc4f259-1613-41ae-b0bb-3f0120633496" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5OSIsImVtYWlsIjoiZW1haWwtMTM5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjA1MDY2NDZ9.l3CXsdYwkA0tkFMIsum1-bgtiJrJKQF7qRAMBpFmiZU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "ffc4f259-1613-41ae-b0bb-3f0120633496",
"url": "/v2/quota_definitions/ffc4f259-1613-41ae-b0bb-3f0120633496",
"created_at": "2016-04-06T00:17:26Z",
"updated_at": null
},
"entity": {
"name": "name-602",
"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,
"app_task_limit": -1,
"total_service_keys": -1
}
}
Headers