Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the route. |
|
|
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 |
|
|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MCIsImVtYWlsIjoiZW1haWwtOTJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNDEzNzM2Nn0.1bd0nNK2pwoOmUEO3Fqs__XMNz0lTPfSnFIeXF_eabQ Host: example.org Cookie:
GET /v2/routes/ee267a1f-bc13-4a10-b577-75de904e5b6c/apps
curl "https://api.[your-domain.com]/v2/routes/ee267a1f-bc13-4a10-b577-75de904e5b6c/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MCIsImVtYWlsIjoiZW1haWwtOTJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNDEzNzM2Nn0.1bd0nNK2pwoOmUEO3Fqs__XMNz0lTPfSnFIeXF_eabQ" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: dcaca293-eab5-440d-b23c-35fffea3b7e7 Content-Length: 1601 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1fdf5094-3a9b-42fc-926b-d24a5b2c50bf", "url": "/v2/apps/1fdf5094-3a9b-42fc-926b-d24a5b2c50bf", "created_at": "2015-02-10T01:42:46Z", "updated_at": "2015-02-10T01:42:46Z" }, "entity": { "name": "name-333", "production": false, "space_guid": "5e3d0a92-35a6-4ab1-a138-2fb72093fa2a", "stack_guid": "72b09339-9cc3-44d6-9f36-be2a899e2e42", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "828e9370-6a81-4e48-81e1-1a7708e12c6d", "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, "docker_image": null, "package_updated_at": "2015-02-10T01:42:46Z", "detected_start_command": "", "space_url": "/v2/spaces/5e3d0a92-35a6-4ab1-a138-2fb72093fa2a", "stack_url": "/v2/stacks/72b09339-9cc3-44d6-9f36-be2a899e2e42", "events_url": "/v2/apps/1fdf5094-3a9b-42fc-926b-d24a5b2c50bf/events", "service_bindings_url": "/v2/apps/1fdf5094-3a9b-42fc-926b-d24a5b2c50bf/service_bindings", "routes_url": "/v2/apps/1fdf5094-3a9b-42fc-926b-d24a5b2c50bf/routes" } } ] }