Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/f74d0586-6536-48f0-82d6-5be35204778e
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/f74d0586-6536-48f0-82d6-5be35204778e" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0NSIsImVtYWlsIjoiZW1haWwtMTkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5OTN9.AwxMH7sytAjbgB73EzcoHcXHtVYugI_8PKr5UIKjeFk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "f74d0586-6536-48f0-82d6-5be35204778e",
"url": "/v2/space_quota_definitions/f74d0586-6536-48f0-82d6-5be35204778e",
"created_at": "2015-05-21T01:03:13Z",
"updated_at": null
},
"entity": {
"name": "name-1765",
"organization_guid": "c97ecfe2-ba83-43e4-a32f-086e3cfecb88",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"organization_url": "/v2/organizations/c97ecfe2-ba83-43e4-a32f-086e3cfecb88",
"spaces_url": "/v2/space_quota_definitions/f74d0586-6536-48f0-82d6-5be35204778e/spaces"
}
}
Headers