Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the Service Plan. |
|
|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NiIsImVtYWlsIjoiZW1haWwtMTY5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjN9.eUDCGlQ_1Yf4x7Pgy_p9BIHkZBPdwO-ZTJdtnTtdSj0 Host: example.org Cookie:
GET /v2/service_plans/f1b9a393-043a-4dc8-8231-c489ff802f6a/service_instances
curl "https://api.[your-domain.com]/v2/service_plans/f1b9a393-043a-4dc8-8231-c489ff802f6a/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NiIsImVtYWlsIjoiZW1haWwtMTY5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjN9.eUDCGlQ_1Yf4x7Pgy_p9BIHkZBPdwO-ZTJdtnTtdSj0" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 2dfd8cce-e2ec-4651-9ecd-650d4431f75e Content-Length: 995 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "41983531-379c-4d5c-ba40-64a5ba54231d", "url": "/v2/service_instances/41983531-379c-4d5c-ba40-64a5ba54231d", "created_at": "2014-11-24T19:32:43+00:00", "updated_at": null }, "entity": { "name": "name-748", "credentials": { "creds-key-374": "creds-val-374" }, "service_plan_guid": "f1b9a393-043a-4dc8-8231-c489ff802f6a", "space_guid": "76f32d5c-2337-4436-bf94-0ca978d26dd5", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "space_url": "/v2/spaces/76f32d5c-2337-4436-bf94-0ca978d26dd5", "service_plan_url": "/v2/service_plans/f1b9a393-043a-4dc8-8231-c489ff802f6a", "service_bindings_url": "/v2/service_instances/41983531-379c-4d5c-ba40-64a5ba54231d/service_bindings" } } ] }