GET /v2/spaces/be1f9c1d-e629-488e-a560-a35b545f0ad7/apps
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
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 (Note that filtering on space_guid will return an empty list if you specify anything other than the guid included in the path.) |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTQwMyIsImVtYWlsIjoiZW1haWwtMjc1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDF9.LLBG6lM1eVPernSwoWnbkuBrWVOlID-4yw3od79cvBs Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/be1f9c1d-e629-488e-a560-a35b545f0ad7/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwMyIsImVtYWlsIjoiZW1haWwtMjc1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDF9.LLBG6lM1eVPernSwoWnbkuBrWVOlID-4yw3od79cvBs" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "efd23111-72d1-481e-8168-d5395e0ea5f0", "url": "/v2/apps/efd23111-72d1-481e-8168-d5395e0ea5f0", "created_at": "2016-06-08T16:41:41Z", "updated_at": "2016-06-08T16:41:41Z" }, "entity": { "name": "name-2131", "production": false, "space_guid": "be1f9c1d-e629-488e-a560-a35b545f0ad7", "stack_guid": "ab968358-43eb-4a5b-80e7-351f194028f7", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "43abf29f-1ad1-46d0-bf08-991946e218fa", "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, "docker_credentials": { "username": null, "password": null }, "package_updated_at": "2016-06-08T16:41:41Z", "detected_start_command": "", "enable_ssh": true, "ports": null, "space_url": "/v2/spaces/be1f9c1d-e629-488e-a560-a35b545f0ad7", "stack_url": "/v2/stacks/ab968358-43eb-4a5b-80e7-351f194028f7", "routes_url": "/v2/apps/efd23111-72d1-481e-8168-d5395e0ea5f0/routes", "events_url": "/v2/apps/efd23111-72d1-481e-8168-d5395e0ea5f0/events", "service_bindings_url": "/v2/apps/efd23111-72d1-481e-8168-d5395e0ea5f0/service_bindings", "route_mappings_url": "/v2/apps/efd23111-72d1-481e-8168-d5395e0ea5f0/route_mappings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 608dfa8d-033d-4e91-bcf7-c5e60dabdf6a Content-Length: 1917 X-Content-Type-Options: nosniff