GET /v2/service_plans/c9036159-80e8-435a-ae61-9ec26487128a/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.eyJ1c2VyX2lkIjoidWFhLWlkLTM4NiIsImVtYWlsIjoiZW1haWwtMjg4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2ODB9.I_2QEIND5KPNJnVlngw2psfJ6oSL7AO8wwRARp4SquY Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/c9036159-80e8-435a-ae61-9ec26487128a/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4NiIsImVtYWlsIjoiZW1haWwtMjg4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2ODB9.I_2QEIND5KPNJnVlngw2psfJ6oSL7AO8wwRARp4SquY" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f8fcca6c-2c40-4770-a302-b689c9c92af9", "url": "/v2/service_instances/f8fcca6c-2c40-4770-a302-b689c9c92af9", "created_at": "2015-03-03T00:51:20Z", "updated_at": null }, "entity": { "name": "name-2085", "credentials": { "creds-key-633": "creds-val-633" }, "service_plan_guid": "c9036159-80e8-435a-ae61-9ec26487128a", "space_guid": "ff5c6330-e9d1-4f80-847e-66b81af5436f", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/ff5c6330-e9d1-4f80-847e-66b81af5436f", "service_plan_url": "/v2/service_plans/c9036159-80e8-435a-ae61-9ec26487128a", "service_bindings_url": "/v2/service_instances/f8fcca6c-2c40-4770-a302-b689c9c92af9/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 42806edf-cf07-46bc-ae8c-36bdf88e43cb Content-Length: 1023 X-Content-Type-Options: nosniff