GET /v2/routes
Name | Description | Valid Values | Example Values |
---|---|---|---|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTQiLCJlbWFpbCI6ImVtYWlsLTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNzMyMzk1NX0.aaFO6iiTa9wvEktsDRPHtE6JDoXtJ92g6rOGdEya_tI Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQiLCJlbWFpbCI6ImVtYWlsLTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNzMyMzk1NX0.aaFO6iiTa9wvEktsDRPHtE6JDoXtJ92g6rOGdEya_tI" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "bf3ee830-8ef5-4fd1-bd7c-348332c96c79", "url": "/v2/routes/bf3ee830-8ef5-4fd1-bd7c-348332c96c79", "created_at": "2015-03-18T22:52:34Z", "updated_at": null }, "entity": { "host": "host-3", "domain_guid": "517fcec2-fa61-484a-b2f6-cd6f31e4f22e", "space_guid": "580689f7-1bea-4277-b673-c07f13636360", "domain_url": "/v2/domains/517fcec2-fa61-484a-b2f6-cd6f31e4f22e", "space_url": "/v2/spaces/580689f7-1bea-4277-b673-c07f13636360", "apps_url": "/v2/routes/bf3ee830-8ef5-4fd1-bd7c-348332c96c79/apps" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: a55188b5-f4f5-4425-947b-609b3ccee419 Content-Length: 740 X-Content-Type-Options: nosniff