Retrieve a Particular Space
GET /v2/spaces/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space
|
|
|
Request
Headers
Route
GET /v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f
cURL
curl "https://api.[your-domain.com]/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNyIsImVtYWlsIjoiZW1haWwtMTYxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MDZ9.Xk5zyfXUquKeGn0jdK5siDzhk1Btdof2jcpVAVyxdcQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "a62e8008-033b-4f13-9daf-38703c282e7f",
"url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f",
"created_at": "2014-11-13T23:38:26+00:00",
"updated_at": null
},
"entity": {
"name": "name-779",
"organization_guid": "538fa6d6-70a2-4cde-bc4c-341274c28d5c",
"space_quota_definition_guid": null,
"organization_url": "/v2/organizations/538fa6d6-70a2-4cde-bc4c-341274c28d5c",
"developers_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/developers",
"managers_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/managers",
"auditors_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/auditors",
"apps_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/apps",
"routes_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/routes",
"domains_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/domains",
"service_instances_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/service_instances",
"app_events_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/app_events",
"events_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/events",
"security_groups_url": "/v2/spaces/a62e8008-033b-4f13-9daf-38703c282e7f/security_groups"
}
}