Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/d7c6cd22-5a74-4136-8d60-57a8866088fe
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space Quota Definition
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/d7c6cd22-5a74-4136-8d60-57a8866088fe" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MSIsImVtYWlsIjoiZW1haWwtMTMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2NjZ9.px4eaesspNjLiozkMFhFKoHmhViE8M-lJy20nzFe2HU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "d7c6cd22-5a74-4136-8d60-57a8866088fe",
"url": "/v2/space_quota_definitions/d7c6cd22-5a74-4136-8d60-57a8866088fe",
"created_at": "2015-03-03T00:51:06Z",
"updated_at": null
},
"entity": {
"name": "name-1173",
"organization_guid": "3ccca675-740e-4b06-8601-c203a1254ce7",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"organization_url": "/v2/organizations/3ccca675-740e-4b06-8601-c203a1254ce7",
"spaces_url": "/v2/space_quota_definitions/d7c6cd22-5a74-4136-8d60-57a8866088fe/spaces"
}
}
Headers