Retrieve a Particular Organization Quota Definition
GET /v2/quota_definitions/:guid
Request
Route
GET /v2/quota_definitions/1cee2cde-d04b-44e1-b180-7fd75f786808
Headers
cURL
curl "https://api.[your-domain.com]/v2/quota_definitions/1cee2cde-d04b-44e1-b180-7fd75f786808" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MiIsImVtYWlsIjoiZW1haWwtMjUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NTR9.Hd2ReguyImAJsUf1ch_HZKp7qjrAvxwd_v5KXrbcr_Y" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "1cee2cde-d04b-44e1-b180-7fd75f786808",
"url": "/v2/quota_definitions/1cee2cde-d04b-44e1-b180-7fd75f786808",
"created_at": "2015-09-30T23:30:54Z",
"updated_at": null
},
"entity": {
"name": "name-1908",
"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