GET /v2/service_plans/10d76dd5-2a57-4b2c-9399-e69edc7097c7/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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the Service Plan. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwNCIsImVtYWlsIjoiZW1haWwtMTAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4MzZ9.BwgZ4wzOYPn2y1s7By3LO6VlzkW3bS4zUM0QHHwi_Z0 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/10d76dd5-2a57-4b2c-9399-e69edc7097c7/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwNCIsImVtYWlsIjoiZW1haWwtMTAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4MzZ9.BwgZ4wzOYPn2y1s7By3LO6VlzkW3bS4zUM0QHHwi_Z0" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "8b04418f-25c8-4c10-ae92-d00db173c76a", "url": "/v2/service_instances/8b04418f-25c8-4c10-ae92-d00db173c76a", "created_at": "2015-11-03T00:53:56Z", "updated_at": null }, "entity": { "name": "name-743", "credentials": { "creds-key-248": "creds-val-248" }, "service_plan_guid": "10d76dd5-2a57-4b2c-9399-e69edc7097c7", "space_guid": "eaff6c73-2605-4c35-860b-0e84c49c35bf", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/eaff6c73-2605-4c35-860b-0e84c49c35bf", "service_plan_url": "/v2/service_plans/10d76dd5-2a57-4b2c-9399-e69edc7097c7", "service_bindings_url": "/v2/service_instances/8b04418f-25c8-4c10-ae92-d00db173c76a/service_bindings", "service_keys_url": "/v2/service_instances/8b04418f-25c8-4c10-ae92-d00db173c76a/service_keys", "routes_url": "/v2/service_instances/8b04418f-25c8-4c10-ae92-d00db173c76a/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: d31aab07-526f-48ff-a653-097d35da11b3 Content-Length: 1246 X-Content-Type-Options: nosniff