Home
Version 3
Organizations API

Organizations API

List all Space Quota Definitions for the Organization

GET /v2/organizations/:guid/space_quota_definitions

Request

Route

GET /v2/organizations/f889d2b9-243e-42f2-bf65-2ca58b22b1ad/space_quota_definitions

Parameters

Name Description Valid Values Example Values
guid The guid of the Organization
page Page of results to fetch
results-per-page Number of results per page
order-direction Order of the results: asc (default) or desc
inline-relations-depth 0 - don't inline any relations and return URLs. Otherwise, inline to depth N.
orphan-relations 0 - de-duplicate object entries in response
exclude-relations comma-delimited list of relations to drop from response
include-relations comma-delimited list of the only relations to include in response

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MSIsImVtYWlsIjoiZW1haWwtMjYzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk3OTl9.k8YKpo3j2oPOj1vT2dqgDfWctlL8SwXd2RwZP9EinJM
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/organizations/f889d2b9-243e-42f2-bf65-2ca58b22b1ad/space_quota_definitions" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MSIsImVtYWlsIjoiZW1haWwtMjYzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk3OTl9.k8YKpo3j2oPOj1vT2dqgDfWctlL8SwXd2RwZP9EinJM" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "4e00f262-48e7-490d-a530-cd5e05b30cf7",
        "url": "/v2/space_quota_definitions/4e00f262-48e7-490d-a530-cd5e05b30cf7",
        "created_at": "2015-07-06T23:23:19Z",
        "updated_at": null
      },
      "entity": {
        "name": "name-2191",
        "organization_guid": "f889d2b9-243e-42f2-bf65-2ca58b22b1ad",
        "non_basic_services_allowed": true,
        "total_services": 60,
        "total_routes": 1000,
        "memory_limit": 20480,
        "instance_memory_limit": -1,
        "organization_url": "/v2/organizations/f889d2b9-243e-42f2-bf65-2ca58b22b1ad",
        "spaces_url": "/v2/space_quota_definitions/4e00f262-48e7-490d-a530-cd5e05b30cf7/spaces"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 4c523c2f-6bfb-4ed1-9e7c-35c282875d53
Content-Length: 837
X-Content-Type-Options: nosniff