GET /v2/routes/0248bd7e-4573-4a05-9733-748579b0e1aa/apps?app_guid=67459a26-f146-45ed-9ec9-2b607a954dec
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: 67459a26-f146-45ed-9ec9-2b607a954dec
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE2NiIsImVtYWlsIjoiZW1haWwtMTMzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MTd9.n2b2LHr4g3ndpepMW01bo-15Mq31BEFncJtLn7Ak4QQ Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/0248bd7e-4573-4a05-9733-748579b0e1aa/apps?app_guid=67459a26-f146-45ed-9ec9-2b607a954dec" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE2NiIsImVtYWlsIjoiZW1haWwtMTMzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MTd9.n2b2LHr4g3ndpepMW01bo-15Mq31BEFncJtLn7Ak4QQ" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "3badb6c7-3676-41a9-a875-41acce05039e", "url": "/v2/apps/3badb6c7-3676-41a9-a875-41acce05039e", "created_at": "2016-01-26T22:20:17Z", "updated_at": "2016-01-26T22:20:17Z" }, "entity": { "name": "name-713", "production": false, "space_guid": "038cb199-17f9-433c-9890-f100fc6d04e2", "stack_guid": "3ddfbf05-a652-4295-af71-0ed2f751ed17", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "d15743e4-cf6a-41a0-96b2-f93a0d0c9fe2", "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": "2016-01-26T22:20:17Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "ports": null, "space_url": "/v2/spaces/038cb199-17f9-433c-9890-f100fc6d04e2", "stack_url": "/v2/stacks/3ddfbf05-a652-4295-af71-0ed2f751ed17", "events_url": "/v2/apps/3badb6c7-3676-41a9-a875-41acce05039e/events", "service_bindings_url": "/v2/apps/3badb6c7-3676-41a9-a875-41acce05039e/service_bindings", "routes_url": "/v2/apps/3badb6c7-3676-41a9-a875-41acce05039e/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 1822 X-Content-Type-Options: nosniff