GET /v2/spaces/c9df6207-0f77-4e98-85ab-998be7be3c57/routes
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: host, domain_guid, organization_guid |
|
|
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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1OCIsImVtYWlsIjoiZW1haWwtOTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyOTY2NDEzOH0.zhZsU04kvrlyJ7zVm3WI1Mh8vj3L0Ex0DOH2bpgN0Yc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/c9df6207-0f77-4e98-85ab-998be7be3c57/routes" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1OCIsImVtYWlsIjoiZW1haWwtOTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyOTY2NDEzOH0.zhZsU04kvrlyJ7zVm3WI1Mh8vj3L0Ex0DOH2bpgN0Yc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "18c1427e-652a-4c0f-ba8b-ae6a64cf757d", "url": "/v2/routes/18c1427e-652a-4c0f-ba8b-ae6a64cf757d", "created_at": "2015-04-15T00:55:38Z", "updated_at": null }, "entity": { "host": "host-1", "domain_guid": "f3dbf6d7-3c67-4fa8-a825-e918d32c6da8", "space_guid": "c9df6207-0f77-4e98-85ab-998be7be3c57", "domain_url": "/v2/domains/f3dbf6d7-3c67-4fa8-a825-e918d32c6da8", "space_url": "/v2/spaces/c9df6207-0f77-4e98-85ab-998be7be3c57", "apps_url": "/v2/routes/18c1427e-652a-4c0f-ba8b-ae6a64cf757d/apps" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 58064ae6-2fc0-49a9-bcd4-8695acda4d7a Content-Length: 740 X-Content-Type-Options: nosniff