Retrieve a Particular Space Quota Definition
GET /v2/space_quota_definitions/:guid
Request
Route
GET /v2/space_quota_definitions/7949471a-9345-4a12-99d3-787ff3bdef6f
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/7949471a-9345-4a12-99d3-787ff3bdef6f" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4OCIsImVtYWlsIjoiZW1haWwtMTQwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NDZ9.beTI67hFLCtUaBSTfpOg0COrh0lBsQDcagYGwdgerJE" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "7949471a-9345-4a12-99d3-787ff3bdef6f",
"url": "/v2/space_quota_definitions/7949471a-9345-4a12-99d3-787ff3bdef6f",
"created_at": "2015-03-05T19:15:46Z",
"updated_at": null
},
"entity": {
"name": "name-567",
"organization_guid": "5e98d20a-38f1-4dfb-9726-42bebe176510",
"non_basic_services_allowed": true,
"total_services": 60,
"total_routes": 1000,
"memory_limit": 20480,
"instance_memory_limit": -1,
"organization_url": "/v2/organizations/5e98d20a-38f1-4dfb-9726-42bebe176510",
"spaces_url": "/v2/space_quota_definitions/7949471a-9345-4a12-99d3-787ff3bdef6f/spaces"
}
}
Headers