GET /v2/spaces/235c74e4-2a23-49a7-a912-17cfae2db0b7/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 |
|
|
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 |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzOCIsImVtYWlsIjoiZW1haWwtMTc3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTB9.8ILsLFZHizptOWmZ-GnWDM34E5gnMMiTYbUeIIeuqAw Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/235c74e4-2a23-49a7-a912-17cfae2db0b7/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzOCIsImVtYWlsIjoiZW1haWwtMTc3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTB9.8ILsLFZHizptOWmZ-GnWDM34E5gnMMiTYbUeIIeuqAw" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "cc7e211b-d8e1-4bc2-9dff-e3cf8a312018", "url": "/v2/apps/cc7e211b-d8e1-4bc2-9dff-e3cf8a312018", "created_at": "2015-03-05T19:15:50Z", "updated_at": "2015-03-05T19:15:50Z" }, "entity": { "name": "name-726", "production": false, "space_guid": "235c74e4-2a23-49a7-a912-17cfae2db0b7", "stack_guid": "08c61a02-f0dc-4dc0-985d-353d5c7e0833", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "c6b0eac6-df9f-4aed-a181-1065d4355375", "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-03-05T19:15:50Z", "detected_start_command": "", "space_url": "/v2/spaces/235c74e4-2a23-49a7-a912-17cfae2db0b7", "stack_url": "/v2/stacks/08c61a02-f0dc-4dc0-985d-353d5c7e0833", "events_url": "/v2/apps/cc7e211b-d8e1-4bc2-9dff-e3cf8a312018/events", "service_bindings_url": "/v2/apps/cc7e211b-d8e1-4bc2-9dff-e3cf8a312018/service_bindings", "routes_url": "/v2/apps/cc7e211b-d8e1-4bc2-9dff-e3cf8a312018/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 03f13898-6883-48f5-9406-0193cea96a1b Content-Length: 1625 X-Content-Type-Options: nosniff