GET /v2/route_mappings
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: app_guid, route_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.eyJ1c2VyX2lkIjoidWFhLWlkLTM2MyIsImVtYWlsIjoiZW1haWwtMjY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MTJ9.cbdC33H44kZ4NVScWb8vYcAnyK2eiVWZfitDISPZfHY Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/route_mappings" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2MyIsImVtYWlsIjoiZW1haWwtMjY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MTJ9.cbdC33H44kZ4NVScWb8vYcAnyK2eiVWZfitDISPZfHY" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "3bad5b15-31d9-4e8a-a32d-29d4a638ddd9", "url": "/v2/route_mappings/3bad5b15-31d9-4e8a-a32d-29d4a638ddd9", "created_at": "2016-04-22T19:33:31Z", "updated_at": null }, "entity": { "app_port": 8888, "app_guid": "17db493e-d29b-427f-8156-512aa84c1b2a", "route_guid": "506988e7-3cea-45e5-b34b-b9b43b49f5ff", "app_url": "/v2/apps/17db493e-d29b-427f-8156-512aa84c1b2a", "route_url": "/v2/routes/506988e7-3cea-45e5-b34b-b9b43b49f5ff" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: c7055bc9-c781-49e8-a8e9-ae082b05d4c1 Content-Length: 663 X-Content-Type-Options: nosniff