Home
Version 3
Space Quota Definitions API

Space Quota Definitions API

Retrieve a Particular Space Quota Definition

GET /v2/space_quota_definitions/:guid

Fields

Name Description Default Valid Values Example Values

Parameters

Name Description Valid Values Example Values
guid The guid of the Space Quota Definition

Request

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NSIsImVtYWlsIjoiZW1haWwtMTM2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NDJ9.Xu8Sqf_xPoFWsngSr8_KF0y7VbxiZyq79JF0g92Ljus
Host: example.org
Cookie: 

Route

GET /v2/space_quota_definitions/ec41311e-adae-43ca-bbea-9f8be3dc14ec

cURL

curl "https://api.[your-domain.com]/v2/space_quota_definitions/ec41311e-adae-43ca-bbea-9f8be3dc14ec" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NSIsImVtYWlsIjoiZW1haWwtMTM2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NDJ9.Xu8Sqf_xPoFWsngSr8_KF0y7VbxiZyq79JF0g92Ljus" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: da0474f4-d836-4581-9a44-7c4a36209d45
Content-Length: 659
X-Content-Type-Options: nosniff

Status

200 OK

Body

{
  "metadata": {
    "guid": "ec41311e-adae-43ca-bbea-9f8be3dc14ec",
    "url": "/v2/space_quota_definitions/ec41311e-adae-43ca-bbea-9f8be3dc14ec",
    "created_at": "2015-01-20T01:52:22+00:00",
    "updated_at": null
  },
  "entity": {
    "name": "name-1396",
    "organization_guid": "3ea58c18-5ae0-44ec-9289-4216802f1004",
    "non_basic_services_allowed": true,
    "total_services": 60,
    "total_routes": 1000,
    "memory_limit": 20480,
    "instance_memory_limit": -1,
    "organization_url": "/v2/organizations/3ea58c18-5ae0-44ec-9289-4216802f1004",
    "spaces_url": "/v2/space_quota_definitions/ec41311e-adae-43ca-bbea-9f8be3dc14ec/spaces"
  }
}