GET /v2/apps/071c7f3f-61e6-4c95-ae60-56fc89dde975/service_bindings?service_binding_guid=680cf7e0-c542-4871-8d33-e9d467a7bda2
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: 680cf7e0-c542-4871-8d33-e9d467a7bda2
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkyIiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ5NTMxNTEyfQ.P1OQsGDCXi3ap0afvn75FsPqHzfamUn9g-9rT3O3NAM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/apps/071c7f3f-61e6-4c95-ae60-56fc89dde975/service_bindings?service_binding_guid=680cf7e0-c542-4871-8d33-e9d467a7bda2" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkyIiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ5NTMxNTEyfQ.P1OQsGDCXi3ap0afvn75FsPqHzfamUn9g-9rT3O3NAM" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "9c4dcf8a-6fb8-4642-abba-1f24c8f54224", "url": "/v2/service_bindings/9c4dcf8a-6fb8-4642-abba-1f24c8f54224", "created_at": "2015-11-30T23:38:32Z", "updated_at": null }, "entity": { "app_guid": "071c7f3f-61e6-4c95-ae60-56fc89dde975", "service_instance_guid": "01cbd6fa-6aee-455a-ac99-ea1d922dd7ee", "credentials": { "creds-key-122": "creds-val-122" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/071c7f3f-61e6-4c95-ae60-56fc89dde975", "service_instance_url": "/v2/service_instances/01cbd6fa-6aee-455a-ac99-ea1d922dd7ee" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 884 X-Content-Type-Options: nosniff