GET /v2/routes/e166fa1a-9c76-4355-a8fe-cc5bceb59a80/apps?app_guid=19a5d8fe-90a2-4cbd-9548-a67b6dcd716b
Name | Description | Valid Values | Example Values |
---|---|---|---|
app_guid | The guid of the app |
|
|
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, stack_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 |
|
|
app_guid: 19a5d8fe-90a2-4cbd-9548-a67b6dcd716b
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MyIsImVtYWlsIjoiZW1haWwtMTg2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1NDB9.ySwYNSOaY6igHjiKk47heS-fKGPLwS_uZiv8R_ZLEcI Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/e166fa1a-9c76-4355-a8fe-cc5bceb59a80/apps?app_guid=19a5d8fe-90a2-4cbd-9548-a67b6dcd716b" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MyIsImVtYWlsIjoiZW1haWwtMTg2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1NDB9.ySwYNSOaY6igHjiKk47heS-fKGPLwS_uZiv8R_ZLEcI" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "eb210b8b-c331-48de-bff8-1436cd64e284", "url": "/v2/apps/eb210b8b-c331-48de-bff8-1436cd64e284", "created_at": "2015-09-11T18:38:59Z", "updated_at": "2015-09-11T18:38:59Z" }, "entity": { "name": "name-855", "production": false, "space_guid": "806c8cb7-aa17-4d11-b7ae-e3c5a1bc6822", "stack_guid": "0f34ac3e-f843-48ec-9cdf-5068930be89d", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "59b5143a-1083-4a0d-b44c-0b0a23abae83", "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, "staging_failed_description": null, "diego": false, "docker_image": null, "package_updated_at": "2015-09-11T18:39:00Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "space_url": "/v2/spaces/806c8cb7-aa17-4d11-b7ae-e3c5a1bc6822", "stack_url": "/v2/stacks/0f34ac3e-f843-48ec-9cdf-5068930be89d", "events_url": "/v2/apps/eb210b8b-c331-48de-bff8-1436cd64e284/events", "service_bindings_url": "/v2/apps/eb210b8b-c331-48de-bff8-1436cd64e284/service_bindings", "routes_url": "/v2/apps/eb210b8b-c331-48de-bff8-1436cd64e284/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: c790ef2b-0590-45ba-812a-d151a2a063c3 Content-Length: 1799 X-Content-Type-Options: nosniff