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. |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTg0IiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0NDcxNjg5fQ.O2WzjceaIjPAjkX22vaY3QpUJ5UHGpbFiyNP4PJAgwI Host: example.org Cookie:
GET /v2/spaces/58c312d4-8bd9-4297-9f26-420456f917d3/apps
curl "https://api.[your-domain.com]/v2/spaces/58c312d4-8bd9-4297-9f26-420456f917d3/apps" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg0IiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0NDcxNjg5fQ.O2WzjceaIjPAjkX22vaY3QpUJ5UHGpbFiyNP4PJAgwI" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: c85ae2db-ebd3-46f0-9b9d-5ab55eb0dc41 Content-Length: 1625 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1e5b2022-6e5c-4182-88dd-205c7d72e0eb", "url": "/v2/apps/1e5b2022-6e5c-4182-88dd-205c7d72e0eb", "created_at": "2015-02-13T22:34:48Z", "updated_at": "2015-02-13T22:34:48Z" }, "entity": { "name": "name-237", "production": false, "space_guid": "58c312d4-8bd9-4297-9f26-420456f917d3", "stack_guid": "c2acbf05-b9fe-4d35-bb01-130c33aa2b45", "buildpack": null, "detected_buildpack": null, "environment_json": null, "memory": 1024, "instances": 1, "disk_quota": 1024, "state": "STOPPED", "version": "c90d6d45-aaf2-46b4-a110-7415a5aea6ec", "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-02-13T22:34:48Z", "detected_start_command": "", "space_url": "/v2/spaces/58c312d4-8bd9-4297-9f26-420456f917d3", "stack_url": "/v2/stacks/c2acbf05-b9fe-4d35-bb01-130c33aa2b45", "events_url": "/v2/apps/1e5b2022-6e5c-4182-88dd-205c7d72e0eb/events", "service_bindings_url": "/v2/apps/1e5b2022-6e5c-4182-88dd-205c7d72e0eb/service_bindings", "routes_url": "/v2/apps/1e5b2022-6e5c-4182-88dd-205c7d72e0eb/routes" } } ] }