GET /v2/routes/fefdc47d-a754-43f9-a00e-8c3616345516/apps?app_guid=61959501-2ae7-4b6a-a26c-dd9efb6f1136
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: 61959501-2ae7-4b6a-a26c-dd9efb6f1136
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NSIsImVtYWlsIjoiZW1haWwtMjU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDJ9.rHEKc7mzdRCzBYtBM34iE5WIGlWbQuvXKxLZ2mXLWi0 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/fefdc47d-a754-43f9-a00e-8c3616345516/apps?app_guid=61959501-2ae7-4b6a-a26c-dd9efb6f1136" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NSIsImVtYWlsIjoiZW1haWwtMjU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDJ9.rHEKc7mzdRCzBYtBM34iE5WIGlWbQuvXKxLZ2mXLWi0" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "e9b7bbc9-1308-4a3d-a184-7652f326385f", "url": "/v2/apps/e9b7bbc9-1308-4a3d-a184-7652f326385f", "created_at": "2016-04-16T01:24:02Z", "updated_at": "2016-04-16T01:24:02Z" }, "entity": { "name": "name-1192", "production": false, "space_guid": "f5eb3fa3-688b-4788-9791-d7ae40a38c0b", "stack_guid": "1fc265fd-bbfc-49b3-b35f-6d353c152631", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "825e38dc-5fa7-4ac6-8608-e72d4c58411a", "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-04-16T01:24:02Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "ports": null, "space_url": "/v2/spaces/f5eb3fa3-688b-4788-9791-d7ae40a38c0b", "stack_url": "/v2/stacks/1fc265fd-bbfc-49b3-b35f-6d353c152631", "routes_url": "/v2/apps/e9b7bbc9-1308-4a3d-a184-7652f326385f/routes", "events_url": "/v2/apps/e9b7bbc9-1308-4a3d-a184-7652f326385f/events", "service_bindings_url": "/v2/apps/e9b7bbc9-1308-4a3d-a184-7652f326385f/service_bindings", "route_mappings_url": "/v2/apps/e9b7bbc9-1308-4a3d-a184-7652f326385f/route_mappings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 3ef069c5-4555-4a53-bf46-8838dd1aa551 Content-Length: 1917 X-Content-Type-Options: nosniff