Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/eea5b689-0ee0-4473-bb51-a15542516f5a
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/eea5b689-0ee0-4473-bb51-a15542516f5a" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMSIsImVtYWlsIjoiZW1haWwtMTY4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MjF9.uTWMRWV6ZkJ1OJhNOoyUhQenD8VWn2iTRzV3t-FZ-3s" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "eea5b689-0ee0-4473-bb51-a15542516f5a",
"url": "/v2/space_quota_definitions/eea5b689-0ee0-4473-bb51-a15542516f5a",
"created_at": "2016-01-26T22:20:21Z",
"updated_at": null
},
"entity": {
"name": "name-948",
"organization_guid": "595b962d-c9ea-4933-9a97-c1d7739ac05d",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"app_instance_limit": -1,
"organization_url": "/v2/organizations/595b962d-c9ea-4933-9a97-c1d7739ac05d",
"spaces_url": "/v2/space_quota_definitions/eea5b689-0ee0-4473-bb51-a15542516f5a/spaces"
}
}
Headers