GET /v2/user_provided_service_instances/6b29f96b-2392-4b56-bdd9-b0123f73461d/service_bindings
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: app_guid, service_instance_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 Instance. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4IiwiZW1haWwiOiJlbWFpbC0xOEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyNzc0OTc4fQ.T4Se8c3gFx3DHiCMTcaiAlpVqw3Ccn2oVm0ad-3GlxQ Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/6b29f96b-2392-4b56-bdd9-b0123f73461d/service_bindings" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4IiwiZW1haWwiOiJlbWFpbC0xOEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyNzc0OTc4fQ.T4Se8c3gFx3DHiCMTcaiAlpVqw3Ccn2oVm0ad-3GlxQ" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "56f2e094-58b0-4ef7-9709-8f206eb15a89", "url": "/v2/service_bindings/56f2e094-58b0-4ef7-9709-8f206eb15a89", "created_at": "2015-05-21T01:02:58Z", "updated_at": null }, "entity": { "app_guid": "d463b143-3ba8-4f21-b9fc-c766b610dd00", "service_instance_guid": "6b29f96b-2392-4b56-bdd9-b0123f73461d", "credentials": { "creds-key-40": "creds-val-40" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/d463b143-3ba8-4f21-b9fc-c766b610dd00", "service_instance_url": "/v2/user_provided_service_instances/6b29f96b-2392-4b56-bdd9-b0123f73461d" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 71def9e6-2dae-4952-b841-849cbc9b4b59 Content-Length: 896 X-Content-Type-Options: nosniff