Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/43c75368-7253-43c4-a89c-010be09f33e9
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/43c75368-7253-43c4-a89c-010be09f33e9" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwNCIsImVtYWlsIjoiZW1haWwtMTQwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyNzB9.mIhVQk8osLqnYmnMlbA5JFCseAGZblFyj78tJh9skW4" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "43c75368-7253-43c4-a89c-010be09f33e9",
"url": "/v2/quota_definitions/43c75368-7253-43c4-a89c-010be09f33e9",
"created_at": "2016-01-19T19:41:10Z",
"updated_at": null
},
"entity": {
"name": "name-1708",
"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