Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/a7ee35be-1b52-430d-8a3e-98fd5d4247e3
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/a7ee35be-1b52-430d-8a3e-98fd5d4247e3" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4OCIsImVtYWlsIjoiZW1haWwtMjgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk4MDB9.uJh1EM-swH621st1v58U6CvgERi0E0wPnNZrJHKF_lY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "a7ee35be-1b52-430d-8a3e-98fd5d4247e3",
"url": "/v2/quota_definitions/a7ee35be-1b52-430d-8a3e-98fd5d4247e3",
"created_at": "2015-07-06T23:23:20Z",
"updated_at": null
},
"entity": {
"name": "name-2227",
"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
}
}
Headers