GET /v2/service_plans/755fb089-5a5f-49b2-a646-96f72e4491de/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.eyJ1c2VyX2lkIjoidWFhLWlkLTEwMCIsImVtYWlsIjoiZW1haWwtNjdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MzMxMDk3NH0.K1bWUoZitAwE6qECN_ezA1tMgWLbEwhVGkNPKULgV98 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/755fb089-5a5f-49b2-a646-96f72e4491de/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwMCIsImVtYWlsIjoiZW1haWwtNjdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MzMxMDk3NH0.K1bWUoZitAwE6qECN_ezA1tMgWLbEwhVGkNPKULgV98" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "7010ea65-522c-4f0e-89a1-029c56367ed6", "url": "/v2/service_instances/7010ea65-522c-4f0e-89a1-029c56367ed6", "created_at": "2016-01-13T17:29:34Z", "updated_at": null }, "entity": { "name": "name-272", "credentials": { "creds-key-14": "creds-val-14" }, "service_plan_guid": "755fb089-5a5f-49b2-a646-96f72e4491de", "space_guid": "13961863-38ad-4222-89c8-873b7137031e", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/13961863-38ad-4222-89c8-873b7137031e", "service_plan_url": "/v2/service_plans/755fb089-5a5f-49b2-a646-96f72e4491de", "service_bindings_url": "/v2/service_instances/7010ea65-522c-4f0e-89a1-029c56367ed6/service_bindings", "service_keys_url": "/v2/service_instances/7010ea65-522c-4f0e-89a1-029c56367ed6/service_keys", "routes_url": "/v2/service_instances/7010ea65-522c-4f0e-89a1-029c56367ed6/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 1244 X-Content-Type-Options: nosniff