GET /v2/service_instances/0522f12c-5fd3-4e7c-bbbc-aa2ff0b44e7d/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.eyJ1c2VyX2lkIjoidWFhLWlkLTU2IiwiZW1haWwiOiJlbWFpbC0yN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5NjY0MTMzfQ.u7vFtNpOz5-1kukbBodc-QatY6snyvemL63Y6mrWzvA Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_instances/0522f12c-5fd3-4e7c-bbbc-aa2ff0b44e7d/service_bindings" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU2IiwiZW1haWwiOiJlbWFpbC0yN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5NjY0MTMzfQ.u7vFtNpOz5-1kukbBodc-QatY6snyvemL63Y6mrWzvA" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "64b2c985-f931-423a-9439-c2d638d7de2a", "url": "/v2/service_bindings/64b2c985-f931-423a-9439-c2d638d7de2a", "created_at": "2015-04-15T00:55:33Z", "updated_at": null }, "entity": { "app_guid": "fd03f04c-cf9b-4195-9433-823ba309485d", "service_instance_guid": "0522f12c-5fd3-4e7c-bbbc-aa2ff0b44e7d", "credentials": { "creds-key-58": "creds-val-58" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/fd03f04c-cf9b-4195-9433-823ba309485d", "service_instance_url": "/v2/service_instances/0522f12c-5fd3-4e7c-bbbc-aa2ff0b44e7d" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 207067fd-28e3-4b31-b0e5-33edcec4cd15 Content-Length: 882 X-Content-Type-Options: nosniff