GET /v2/routes/fc304b1a-1eee-4e29-baff-9091ab76636c/apps
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: name, space_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 |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwOSIsImVtYWlsIjoiZW1haWwtMjExQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2NzJ9.GEaMDbXaBymFfHu30LnYo5h35bdtLl2X3QGY3hjYWoo Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/fc304b1a-1eee-4e29-baff-9091ab76636c/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwOSIsImVtYWlsIjoiZW1haWwtMjExQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2NzJ9.GEaMDbXaBymFfHu30LnYo5h35bdtLl2X3QGY3hjYWoo" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "5d658d42-1715-403d-908e-c3bef9141a58", "url": "/v2/apps/5d658d42-1715-403d-908e-c3bef9141a58", "created_at": "2015-03-03T00:51:12Z", "updated_at": "2015-03-03T00:51:12Z" }, "entity": { "name": "name-1574", "production": false, "space_guid": "d286838c-2099-485c-bccd-3e172e8a8159", "stack_guid": "9859d3c5-130c-40f3-88bf-448a31495098", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "b8a0fdb6-a1a2-4da0-8088-0e698653fd4a", "command": null, "console": false, "debug": null, "staging_task_id": null, "package_state": "PENDING", "health_check_type": "port", "health_check_timeout": null, "staging_failed_reason": null, "diego": false, "docker_image": null, "package_updated_at": "2015-03-03T00:51:12Z", "detected_start_command": "", "space_url": "/v2/spaces/d286838c-2099-485c-bccd-3e172e8a8159", "stack_url": "/v2/stacks/9859d3c5-130c-40f3-88bf-448a31495098", "events_url": "/v2/apps/5d658d42-1715-403d-908e-c3bef9141a58/events", "service_bindings_url": "/v2/apps/5d658d42-1715-403d-908e-c3bef9141a58/service_bindings", "routes_url": "/v2/apps/5d658d42-1715-403d-908e-c3bef9141a58/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: f4fada5f-cb0e-4c0c-957c-61e67da25be3 Content-Length: 1626 X-Content-Type-Options: nosniff