GET /v2/routes/3eca0b67-a95d-40c0-b4c0-8e83afaa14f6/apps
Name | Description | Valid Values | Example Values |
---|---|---|---|
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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MiIsImVtYWlsIjoiZW1haWwtMTk5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTN9.4PYuEgDlcEyNtu-2OHAW62Genuv5yjKx30uWs2GK7Lc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/routes/3eca0b67-a95d-40c0-b4c0-8e83afaa14f6/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MiIsImVtYWlsIjoiZW1haWwtMTk5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTN9.4PYuEgDlcEyNtu-2OHAW62Genuv5yjKx30uWs2GK7Lc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "7621ab4d-9d24-4e48-ac82-734462b78dc7", "url": "/v2/apps/7621ab4d-9d24-4e48-ac82-734462b78dc7", "created_at": "2015-06-04T00:05:13Z", "updated_at": "2015-06-04T00:05:13Z" }, "entity": { "name": "name-1734", "production": false, "space_guid": "04c873c9-a186-4897-815d-75cf78ffdd10", "stack_guid": "33124aca-7e3d-4bfe-b283-ee721841ee62", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "fb524d69-9f3c-4f89-bfb0-e5017d734c1f", "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, "diego": false, "docker_image": null, "package_updated_at": "2015-06-04T00:05:13Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "space_url": "/v2/spaces/04c873c9-a186-4897-815d-75cf78ffdd10", "stack_url": "/v2/stacks/33124aca-7e3d-4bfe-b283-ee721841ee62", "events_url": "/v2/apps/7621ab4d-9d24-4e48-ac82-734462b78dc7/events", "service_bindings_url": "/v2/apps/7621ab4d-9d24-4e48-ac82-734462b78dc7/service_bindings", "routes_url": "/v2/apps/7621ab4d-9d24-4e48-ac82-734462b78dc7/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8ca83ada-f2b3-4073-ab73-70f8dcdba0f9 Content-Length: 1756 X-Content-Type-Options: nosniff