GET /v2/spaces/616909ee-4215-438f-8816-e4837619a010/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 |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTIzOSIsImVtYWlsIjoiZW1haWwtMTY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDZ9.YUf3eL98ShVT5uiaeBoVHASeFFow22Ky38ChvvOtA_I Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/616909ee-4215-438f-8816-e4837619a010/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzOSIsImVtYWlsIjoiZW1haWwtMTY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDZ9.YUf3eL98ShVT5uiaeBoVHASeFFow22Ky38ChvvOtA_I" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "c616ddf1-8dd5-4bce-bf2a-4c02e5f26592", "url": "/v2/apps/c616ddf1-8dd5-4bce-bf2a-4c02e5f26592", "created_at": "2015-08-31T21:50:06Z", "updated_at": "2015-08-31T21:50:06Z" }, "entity": { "name": "name-858", "production": false, "space_guid": "616909ee-4215-438f-8816-e4837619a010", "stack_guid": "6852c84a-35d4-4b7f-8c06-370343b420cb", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "4e58e97b-e0e7-47e9-a39f-e2f6774b9de3", "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, "package_updated_at": "2015-08-31T21:50:06Z", "detected_start_command": "", "enable_ssh": true, "docker_credentials_json": { "redacted_message": "[PRIVATE DATA HIDDEN]" }, "space_url": "/v2/spaces/616909ee-4215-438f-8816-e4837619a010", "stack_url": "/v2/stacks/6852c84a-35d4-4b7f-8c06-370343b420cb", "events_url": "/v2/apps/c616ddf1-8dd5-4bce-bf2a-4c02e5f26592/events", "service_bindings_url": "/v2/apps/c616ddf1-8dd5-4bce-bf2a-4c02e5f26592/service_bindings", "routes_url": "/v2/apps/c616ddf1-8dd5-4bce-bf2a-4c02e5f26592/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 101f7a3c-74b1-4a00-9dc4-fcf2b15883fb Content-Length: 1799 X-Content-Type-Options: nosniff