Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/aa739222-256b-4aef-8ff7-07c8b85f4fce
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/aa739222-256b-4aef-8ff7-07c8b85f4fce" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNCIsImVtYWlsIjoiZW1haWwtMTQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1MzZ9.AsDoUfJ97vjg345t5yIm_gZ8mDCCERUrPw96eEepKCA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "aa739222-256b-4aef-8ff7-07c8b85f4fce",
"url": "/v2/space_quota_definitions/aa739222-256b-4aef-8ff7-07c8b85f4fce",
"created_at": "2015-09-11T18:38:56Z",
"updated_at": null
},
"entity": {
"name": "name-712",
"organization_guid": "a750e2c5-eee5-4d8e-84c1-5f6f7e428511",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"organization_url": "/v2/organizations/a750e2c5-eee5-4d8e-84c1-5f6f7e428511",
"spaces_url": "/v2/space_quota_definitions/aa739222-256b-4aef-8ff7-07c8b85f4fce/spaces"
}
}
Headers