GET /v2/apps/4c1f7f3c-ea77-4be0-a15c-6acf20237cf8/service_bindings?service_binding_guid=6912d172-147c-432d-9c9a-85d3f48a2e32
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the App |
|
|
service_binding_guid | The guid of the service binding |
|
|
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 |
|
|
service_binding_guid: 6912d172-147c-432d-9c9a-85d3f48a2e32
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU0IiwiZW1haWwiOiJlbWFpbC01NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM5NDI2MTk1fQ.m5MIfKOF3nx2WwRGicczuoeuUnQZv564g1fNEFRm8_s Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/apps/4c1f7f3c-ea77-4be0-a15c-6acf20237cf8/service_bindings?service_binding_guid=6912d172-147c-432d-9c9a-85d3f48a2e32" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU0IiwiZW1haWwiOiJlbWFpbC01NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM5NDI2MTk1fQ.m5MIfKOF3nx2WwRGicczuoeuUnQZv564g1fNEFRm8_s" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "ab3ac6e8-1163-4306-9a17-aa930946d93f", "url": "/v2/service_bindings/ab3ac6e8-1163-4306-9a17-aa930946d93f", "created_at": "2015-08-06T00:36:34Z", "updated_at": null }, "entity": { "app_guid": "4c1f7f3c-ea77-4be0-a15c-6acf20237cf8", "service_instance_guid": "7df3ea2c-7d2e-4774-a288-46aba9858855", "credentials": { "creds-key-111": "creds-val-111" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/4c1f7f3c-ea77-4be0-a15c-6acf20237cf8", "service_instance_url": "/v2/service_instances/7df3ea2c-7d2e-4774-a288-46aba9858855" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 11e75edb-2868-4129-a38b-73e31a03e383 Content-Length: 884 X-Content-Type-Options: nosniff