Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/19605c3f-b680-4b64-a5e5-c1a48a9ac2d2
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/19605c3f-b680-4b64-a5e5-c1a48a9ac2d2" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MiIsImVtYWlsIjoiZW1haWwtMjYyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MTJ9.MNXvbv-5xPaUPfXpWFOin_vvgq3EWTLJv0GEDObpzkg" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "19605c3f-b680-4b64-a5e5-c1a48a9ac2d2",
"url": "/v2/space_quota_definitions/19605c3f-b680-4b64-a5e5-c1a48a9ac2d2",
"created_at": "2015-07-27T22:43:32Z",
"updated_at": null
},
"entity": {
"name": "name-2233",
"organization_guid": "480a5c4f-7381-4452-b3c1-c5c4a159982b",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"organization_url": "/v2/organizations/480a5c4f-7381-4452-b3c1-c5c4a159982b",
"spaces_url": "/v2/space_quota_definitions/19605c3f-b680-4b64-a5e5-c1a48a9ac2d2/spaces"
}
}
Headers