GET /v2/routes/d3a2d262-4923-40e9-95c5-7e34ff40b86d/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, diego |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1IiwiZW1haWwiOiJlbWFpbC00NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5MDM4Njk5fQ.0po4LUI3jmPgRzOSbc7nqT42FK2GYY-_lqZHRGkgfL4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/d3a2d262-4923-40e9-95c5-7e34ff40b86d/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1IiwiZW1haWwiOiJlbWFpbC00NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5MDM4Njk5fQ.0po4LUI3jmPgRzOSbc7nqT42FK2GYY-_lqZHRGkgfL4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "3ae29566-61fe-4491-b4c8-1c31f7faa53a", "url": "/v2/apps/3ae29566-61fe-4491-b4c8-1c31f7faa53a", "created_at": "2015-04-07T19:11:39Z", "updated_at": "2015-04-07T19:11:39Z" }, "entity": { "name": "name-182", "production": false, "space_guid": "5a03192e-04a0-48ca-9642-fa336acb0325", "stack_guid": "e90f3b8e-adb0-4a88-8b2d-62bffa36e607", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "79a0be96-b84e-4bc4-b135-99b8d7210fe5", "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-04-07T19:11:39Z", "detected_start_command": "", "space_url": "/v2/spaces/5a03192e-04a0-48ca-9642-fa336acb0325", "stack_url": "/v2/stacks/e90f3b8e-adb0-4a88-8b2d-62bffa36e607", "events_url": "/v2/apps/3ae29566-61fe-4491-b4c8-1c31f7faa53a/events", "service_bindings_url": "/v2/apps/3ae29566-61fe-4491-b4c8-1c31f7faa53a/service_bindings", "routes_url": "/v2/apps/3ae29566-61fe-4491-b4c8-1c31f7faa53a/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 4ab32128-d693-460c-ac8c-ea2d2854a491 Content-Length: 1625 X-Content-Type-Options: nosniff