Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/23e401ef-9513-4feb-9924-227794c2acdd
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/23e401ef-9513-4feb-9924-227794c2acdd" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQzNiIsImVtYWlsIjoiZW1haWwtMjk4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjM2MTg3Mjl9.riBzU1qc8AeJiroa_akor-xtsqmyZ2XHTENBuosalPw" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "23e401ef-9513-4feb-9924-227794c2acdd",
"url": "/v2/space_quota_definitions/23e401ef-9513-4feb-9924-227794c2acdd",
"created_at": "2016-05-12T00:45:29Z",
"updated_at": null
},
"entity": {
"name": "name-2464",
"organization_guid": "25b783bc-ba22-47e7-9ef5-137f9d1036de",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"app_instance_limit": -1,
"app_task_limit": 5,
"total_service_keys": 600,
"total_reserved_route_ports": -1,
"organization_url": "/v2/organizations/25b783bc-ba22-47e7-9ef5-137f9d1036de",
"spaces_url": "/v2/space_quota_definitions/23e401ef-9513-4feb-9924-227794c2acdd/spaces"
}
}
Headers