GET /v2/service_plans/5c706f1c-ed4e-4d30-bc91-030ef4fb2e2e/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.eyJ1c2VyX2lkIjoidWFhLWlkLTE1IiwiZW1haWwiOiJlbWFpbC0xNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDUzODM3MjUzfQ.iBH-94ZxMLC_GKX1s8y7Bn10ch8hehWYiF7bXdL9l9A Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/5c706f1c-ed4e-4d30-bc91-030ef4fb2e2e/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1IiwiZW1haWwiOiJlbWFpbC0xNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDUzODM3MjUzfQ.iBH-94ZxMLC_GKX1s8y7Bn10ch8hehWYiF7bXdL9l9A" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "180c90b2-3bed-4973-a706-54471aba24a2", "url": "/v2/service_instances/180c90b2-3bed-4973-a706-54471aba24a2", "created_at": "2016-01-19T19:40:53Z", "updated_at": null }, "entity": { "name": "name-11", "credentials": { "creds-key-1": "creds-val-1" }, "service_plan_guid": "5c706f1c-ed4e-4d30-bc91-030ef4fb2e2e", "space_guid": "07c78a6d-4d77-4297-a393-bd299b476110", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/07c78a6d-4d77-4297-a393-bd299b476110", "service_plan_url": "/v2/service_plans/5c706f1c-ed4e-4d30-bc91-030ef4fb2e2e", "service_bindings_url": "/v2/service_instances/180c90b2-3bed-4973-a706-54471aba24a2/service_bindings", "service_keys_url": "/v2/service_instances/180c90b2-3bed-4973-a706-54471aba24a2/service_keys", "routes_url": "/v2/service_instances/180c90b2-3bed-4973-a706-54471aba24a2/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 1241 X-Content-Type-Options: nosniff