GET /v2/routes/a2afc40b-0f3d-4e18-9cb9-61da50e56213/apps?app_guid=b8033cc1-dc1d-45fc-9d0f-8ee2aa2480ba
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: b8033cc1-dc1d-45fc-9d0f-8ee2aa2480ba
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MSIsImVtYWlsIjoiZW1haWwtMjgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTl9.hmQzx1urzSQGHs0ypl1QFDGW9xiy9XaE7uzWPXU7Js8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/a2afc40b-0f3d-4e18-9cb9-61da50e56213/apps?app_guid=b8033cc1-dc1d-45fc-9d0f-8ee2aa2480ba" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MSIsImVtYWlsIjoiZW1haWwtMjgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTl9.hmQzx1urzSQGHs0ypl1QFDGW9xiy9XaE7uzWPXU7Js8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "397785c2-d1c1-4d57-9405-e2cc11b3a333", "url": "/v2/apps/397785c2-d1c1-4d57-9405-e2cc11b3a333", "created_at": "2015-10-13T17:31:59Z", "updated_at": "2015-10-13T17:31:59Z" }, "entity": { "name": "name-1364", "production": false, "space_guid": "33f7c623-d0de-4ad7-b4c4-20935903043f", "stack_guid": "a4336764-2bba-45a4-acdb-05ce2938195f", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "178b4747-e72b-47f8-8705-91500eff38e8", "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-10-13T17:31:59Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "space_url": "/v2/spaces/33f7c623-d0de-4ad7-b4c4-20935903043f", "stack_url": "/v2/stacks/a4336764-2bba-45a4-acdb-05ce2938195f", "events_url": "/v2/apps/397785c2-d1c1-4d57-9405-e2cc11b3a333/events", "service_bindings_url": "/v2/apps/397785c2-d1c1-4d57-9405-e2cc11b3a333/service_bindings", "routes_url": "/v2/apps/397785c2-d1c1-4d57-9405-e2cc11b3a333/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 2ddaa89b-0058-44b0-8a19-c08687418744 Content-Length: 1800 X-Content-Type-Options: nosniff