GET /v2/routes/96785b46-abac-4fef-90e1-c0dd0896e101/apps?app_guid=3b5a04d4-16d3-46bf-89e2-fe06bbfbd2a5
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: 3b5a04d4-16d3-46bf-89e2-fe06bbfbd2a5
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMyIsImVtYWlsIjoiZW1haWwtMjg1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjM2MTg3Mjh9.iiQSVTVpL31zGgIHlqbSu6lJ0NOppNh8DepmFxoIx_c Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/96785b46-abac-4fef-90e1-c0dd0896e101/apps?app_guid=3b5a04d4-16d3-46bf-89e2-fe06bbfbd2a5" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMyIsImVtYWlsIjoiZW1haWwtMjg1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjM2MTg3Mjh9.iiQSVTVpL31zGgIHlqbSu6lJ0NOppNh8DepmFxoIx_c" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "79de6676-7f90-42b1-a3b7-834cd5e8156e", "url": "/v2/apps/79de6676-7f90-42b1-a3b7-834cd5e8156e", "created_at": "2016-05-12T00:45:28Z", "updated_at": "2016-05-12T00:45:28Z" }, "entity": { "name": "name-2418", "production": false, "space_guid": "537000c9-10cb-4a43-a96e-ca8339fdfaf3", "stack_guid": "7483133b-4b2d-4206-aa92-68754de524cf", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "8652a048-423d-4bba-8e38-2336e319901e", "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-05-12T00:45:28Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "ports": null, "space_url": "/v2/spaces/537000c9-10cb-4a43-a96e-ca8339fdfaf3", "stack_url": "/v2/stacks/7483133b-4b2d-4206-aa92-68754de524cf", "routes_url": "/v2/apps/79de6676-7f90-42b1-a3b7-834cd5e8156e/routes", "events_url": "/v2/apps/79de6676-7f90-42b1-a3b7-834cd5e8156e/events", "service_bindings_url": "/v2/apps/79de6676-7f90-42b1-a3b7-834cd5e8156e/service_bindings", "route_mappings_url": "/v2/apps/79de6676-7f90-42b1-a3b7-834cd5e8156e/route_mappings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 21ba884e-9396-40c1-8f6a-915071a4595e Content-Length: 1917 X-Content-Type-Options: nosniff