Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/83a1ae66-5c05-48db-950a-86334626a962
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/83a1ae66-5c05-48db-950a-86334626a962" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NCIsImVtYWlsIjoiZW1haWwtMjU4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyODF9.D4NIolA8e49RIGaexflNEv6A5eMtxmk_Bg1xBK2xX9k" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "83a1ae66-5c05-48db-950a-86334626a962",
"url": "/v2/space_quota_definitions/83a1ae66-5c05-48db-950a-86334626a962",
"created_at": "2016-01-19T19:41:21Z",
"updated_at": null
},
"entity": {
"name": "name-2302",
"organization_guid": "9390ce37-42a6-4450-be52-07ffa05f03db",
"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/9390ce37-42a6-4450-be52-07ffa05f03db",
"spaces_url": "/v2/space_quota_definitions/83a1ae66-5c05-48db-950a-86334626a962/spaces"
}
}
Headers