GET /v2/service_plans/658bd046-fe1b-44da-bfa6-a774f9ac6e02/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_binding_guid, gateway_name, 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.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMyIsImVtYWlsIjoiZW1haWwtMjE1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2Mzl9.bGRr6bUpJRiOZUEUdeoZHOCv_La2ZlMDUwNjzRasxtM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans/658bd046-fe1b-44da-bfa6-a774f9ac6e02/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMyIsImVtYWlsIjoiZW1haWwtMjE1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2Mzl9.bGRr6bUpJRiOZUEUdeoZHOCv_La2ZlMDUwNjzRasxtM" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "25c58a03-6ca8-428f-b398-3e45ee75a607", "url": "/v2/service_instances/25c58a03-6ca8-428f-b398-3e45ee75a607", "created_at": "2016-04-16T01:23:59Z", "updated_at": null }, "entity": { "name": "name-1026", "credentials": { "creds-key-44": "creds-val-44" }, "service_plan_guid": "658bd046-fe1b-44da-bfa6-a774f9ac6e02", "space_guid": "324ea259-a28d-4722-b2a6-d3cf8e63a0fe", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/324ea259-a28d-4722-b2a6-d3cf8e63a0fe", "service_plan_url": "/v2/service_plans/658bd046-fe1b-44da-bfa6-a774f9ac6e02", "service_bindings_url": "/v2/service_instances/25c58a03-6ca8-428f-b398-3e45ee75a607/service_bindings", "service_keys_url": "/v2/service_instances/25c58a03-6ca8-428f-b398-3e45ee75a607/service_keys", "routes_url": "/v2/service_instances/25c58a03-6ca8-428f-b398-3e45ee75a607/routes" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 395f4488-5021-47d0-9e7b-252646c7311a Content-Length: 1245 X-Content-Type-Options: nosniff