GET /v2/service_instances
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name, space_guid, service_plan_guid, service_binding_guid, gateway_name, organization_guid, service_key_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.eyJ1c2VyX2lkIjoidWFhLWlkLTEyNiIsImVtYWlsIjoiZW1haWwtNzdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzNjgyOTc3OH0.xk5QWD28AY1xiIAm7_INpPI8EOmdN_VLyyhIshElJcQ Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyNiIsImVtYWlsIjoiZW1haWwtNzdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzNjgyOTc3OH0.xk5QWD28AY1xiIAm7_INpPI8EOmdN_VLyyhIshElJcQ" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
Name | Description | Valid Values |
---|---|---|
name | The human-readable name of the service instance. |
|
credentials | The service broker-provided credentials to use this service. |
|
service_plan_guid | The service plan GUID that this service instance is utilizing. |
|
space_guid | The space GUID that this service instance belongs to. |
|
gateway_data |
|
|
dashboard_url | The service broker-provided URL to access administrative features of the service instance. May be null. |
|
type | The type of service instance. |
|
last_operation | The status of the last operation requested on the service instance. May be null. |
|
last_operation.type | The type of operation that was last performed or currently being performed on the service instance |
|
last_operation.state | The status of the last operation or current operation being performed on the service instance. |
|
last_operation.description | The service broker-provided description of the operation. May be null. |
|
last_operation.updated_at | The timestamp that the Cloud Controller last checked the service instance state from the broker. |
|
space_url | The relative path to the space resource that this service instance belongs to. |
|
service_plan_url | The relative path to the service plan resource that this service instance belongs to. |
|
service_binding_url | The relative path to the service bindings that this service instance is bound to. |
|
tags | A list of tags for the service instance |
|
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "4d0a99a0-b8f1-45dc-912a-0450e08e19f2", "url": "/v2/service_instances/4d0a99a0-b8f1-45dc-912a-0450e08e19f2", "created_at": "2015-07-06T23:22:58Z", "updated_at": null }, "entity": { "name": "name-355", "credentials": { "creds-key-164": "creds-val-164" }, "service_plan_guid": "39a61068-21aa-4fb5-9263-9bb554ea4c32", "space_guid": "87595544-99c0-407d-bf02-f9030d472c2e", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": { "type": "create", "state": "succeeded", "description": "service broker-provided description", "updated_at": "2015-07-06T23:22:58Z", "created_at": "2015-07-06T23:22:58Z" }, "tags": [ "accounting", "mongodb" ], "space_url": "/v2/spaces/87595544-99c0-407d-bf02-f9030d472c2e", "service_plan_url": "/v2/service_plans/39a61068-21aa-4fb5-9263-9bb554ea4c32", "service_bindings_url": "/v2/service_instances/4d0a99a0-b8f1-45dc-912a-0450e08e19f2/service_bindings", "service_keys_url": "/v2/service_instances/4d0a99a0-b8f1-45dc-912a-0450e08e19f2/service_keys" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 9bbd8842-3064-4cfa-8e9e-7a11fea34903 Content-Length: 1424 X-Content-Type-Options: nosniff