Name | Description | Default | Valid Values | Example Values |
---|
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 |
|
|
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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5OSIsImVtYWlsIjoiZW1haWwtMTQzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDF9.pOg9rarixk1X4UCzeAqgNeh6orMxw975uC1kovhjx7c Host: example.org Cookie:
GET /v2/spaces/26291090-8221-4eba-8fd9-9ee0ee38b8ef/apps
curl "https://api.[your-domain.com]/v2/spaces/26291090-8221-4eba-8fd9-9ee0ee38b8ef/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5OSIsImVtYWlsIjoiZW1haWwtMTQzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDF9.pOg9rarixk1X4UCzeAqgNeh6orMxw975uC1kovhjx7c" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: dc97b24d-1c9e-4a97-9b85-3286751d8d28 Content-Length: 1579 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "e396367b-b60f-456d-8452-2e5cb4e530d3", "url": "/v2/apps/e396367b-b60f-456d-8452-2e5cb4e530d3", "created_at": "2014-11-05T01:02:21+00:00", "updated_at": "2014-11-05T01:02:21+00:00" }, "entity": { "name": "name-747", "production": false, "space_guid": "26291090-8221-4eba-8fd9-9ee0ee38b8ef", "stack_guid": "8ab0782d-d223-4932-9614-8bcdc430efda", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "c781e107-8803-409f-9b91-164fd2b5aade", "command": null, "console": false, "debug": null, "staging_task_id": null, "package_state": "PENDING", "health_check_timeout": null, "staging_failed_reason": null, "docker_image": null, "package_updated_at": "2014-11-05T01:02:21+00:00", "detected_start_command": "", "space_url": "/v2/spaces/26291090-8221-4eba-8fd9-9ee0ee38b8ef", "stack_url": "/v2/stacks/8ab0782d-d223-4932-9614-8bcdc430efda", "events_url": "/v2/apps/e396367b-b60f-456d-8452-2e5cb4e530d3/events", "service_bindings_url": "/v2/apps/e396367b-b60f-456d-8452-2e5cb4e530d3/service_bindings", "routes_url": "/v2/apps/e396367b-b60f-456d-8452-2e5cb4e530d3/routes" } } ] }