GET /v2/service_plans/b653baf0-9f48-4cc5-bb06-4cc1b904c992/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 |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTEyMSIsImVtYWlsIjoiZW1haWwtOTJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNjE4Nzc0Mn0.7A5XGvI-iP0GA5Xe18G2bqSmX-BvorRWiuU8k6ExFuc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/b653baf0-9f48-4cc5-bb06-4cc1b904c992/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyMSIsImVtYWlsIjoiZW1haWwtOTJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNjE4Nzc0Mn0.7A5XGvI-iP0GA5Xe18G2bqSmX-BvorRWiuU8k6ExFuc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "4577607b-c8eb-4294-9974-bf8c749146ee", "url": "/v2/service_instances/4577607b-c8eb-4294-9974-bf8c749146ee", "created_at": "2015-03-05T19:15:42Z", "updated_at": null }, "entity": { "name": "name-436", "credentials": { "creds-key-207": "creds-val-207" }, "service_plan_guid": "b653baf0-9f48-4cc5-bb06-4cc1b904c992", "space_guid": "d4b028b1-f38c-4723-83b2-38c919956dbd", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/d4b028b1-f38c-4723-83b2-38c919956dbd", "service_plan_url": "/v2/service_plans/b653baf0-9f48-4cc5-bb06-4cc1b904c992", "service_bindings_url": "/v2/service_instances/4577607b-c8eb-4294-9974-bf8c749146ee/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: c32f7615-321f-4205-a118-47f2c936290d Content-Length: 1022 X-Content-Type-Options: nosniff