GET /v2/routes/40b543ab-f2ef-4243-ba69-a61f4b998e1b/apps?app_guid=9b5d80bf-e73e-412b-875f-d704c4119cba
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: 9b5d80bf-e73e-412b-875f-d704c4119cba
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwOSIsImVtYWlsIjoiZW1haWwtMzAxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk4MDF9.KpI1V7DKMutlvYCla13DWAWrJnpWr_ckKkJsVCbJMho Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/40b543ab-f2ef-4243-ba69-a61f4b998e1b/apps?app_guid=9b5d80bf-e73e-412b-875f-d704c4119cba" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwOSIsImVtYWlsIjoiZW1haWwtMzAxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk4MDF9.KpI1V7DKMutlvYCla13DWAWrJnpWr_ckKkJsVCbJMho" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "130cf826-7e05-4d63-947a-db32f5b30967", "url": "/v2/apps/130cf826-7e05-4d63-947a-db32f5b30967", "created_at": "2015-07-06T23:23:21Z", "updated_at": "2015-07-06T23:23:21Z" }, "entity": { "name": "name-2286", "production": false, "space_guid": "185b3cef-cc36-444d-b8d9-e57c00efa3ae", "stack_guid": "a3bde69d-f2b0-475f-918d-7afeaef16b08", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "28454ab7-3334-4949-8d17-1019c51755aa", "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-07-06T23:23:21Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "space_url": "/v2/spaces/185b3cef-cc36-444d-b8d9-e57c00efa3ae", "stack_url": "/v2/stacks/a3bde69d-f2b0-475f-918d-7afeaef16b08", "events_url": "/v2/apps/130cf826-7e05-4d63-947a-db32f5b30967/events", "service_bindings_url": "/v2/apps/130cf826-7e05-4d63-947a-db32f5b30967/service_bindings", "routes_url": "/v2/apps/130cf826-7e05-4d63-947a-db32f5b30967/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: af0580b5-365e-48a1-9ba8-62e94447e449 Content-Length: 1800 X-Content-Type-Options: nosniff