GET /v2/service_plans/a71914eb-4460-46eb-8930-0e706b6574ec/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.eyJ1c2VyX2lkIjoidWFhLWlkLTE3NiIsImVtYWlsIjoiZW1haWwtMTIxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYxOTl9.3nVfUhSTza1zk7Ff-v2VZf3CjI9DJOmrbago-cWJ1rI Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/a71914eb-4460-46eb-8930-0e706b6574ec/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3NiIsImVtYWlsIjoiZW1haWwtMTIxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYxOTl9.3nVfUhSTza1zk7Ff-v2VZf3CjI9DJOmrbago-cWJ1rI" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "863ce6ef-9036-46e6-a240-a105e867e1ac", "url": "/v2/service_instances/863ce6ef-9036-46e6-a240-a105e867e1ac", "created_at": "2015-08-06T00:36:39Z", "updated_at": null }, "entity": { "name": "name-614", "credentials": { "creds-key-252": "creds-val-252" }, "service_plan_guid": "a71914eb-4460-46eb-8930-0e706b6574ec", "space_guid": "e92c75b2-49bd-4585-b078-773c5f8d0c57", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/e92c75b2-49bd-4585-b078-773c5f8d0c57", "service_plan_url": "/v2/service_plans/a71914eb-4460-46eb-8930-0e706b6574ec", "service_bindings_url": "/v2/service_instances/863ce6ef-9036-46e6-a240-a105e867e1ac/service_bindings", "service_keys_url": "/v2/service_instances/863ce6ef-9036-46e6-a240-a105e867e1ac/service_keys" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 304486a8-ae87-495d-a764-ad56ff992d54 Content-Length: 1155 X-Content-Type-Options: nosniff