Name | Description | Default | Valid Values | Example Values |
---|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MSIsImVtYWlsIjoiZW1haWwtMTczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQxMzczNzJ9.fd6ghNrM41XK0-KOxc4aSaSCqURnhT7rUaRNdPOXG40 Host: example.org Cookie:
GET /v2/spaces/f38a352f-5363-40a9-85f5-64f446d6ef6c/routes
curl "https://api.[your-domain.com]/v2/spaces/f38a352f-5363-40a9-85f5-64f446d6ef6c/routes" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MSIsImVtYWlsIjoiZW1haWwtMTczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQxMzczNzJ9.fd6ghNrM41XK0-KOxc4aSaSCqURnhT7rUaRNdPOXG40" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: fc99e5f6-2ed9-4794-9d0c-027f393eda2a Content-Length: 741 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "67280f0d-0575-4cca-82ae-07819e0ba336", "url": "/v2/routes/67280f0d-0575-4cca-82ae-07819e0ba336", "created_at": "2015-02-10T01:42:52Z", "updated_at": null }, "entity": { "host": "host-10", "domain_guid": "6152dea0-845b-49bc-8c13-ce98ad671b4c", "space_guid": "f38a352f-5363-40a9-85f5-64f446d6ef6c", "domain_url": "/v2/domains/6152dea0-845b-49bc-8c13-ce98ad671b4c", "space_url": "/v2/spaces/f38a352f-5363-40a9-85f5-64f446d6ef6c", "apps_url": "/v2/routes/67280f0d-0575-4cca-82ae-07819e0ba336/apps" } } ] }