GET /v2/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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzOCIsImVtYWlsIjoiZW1haWwtMTA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTgzOTd9.RhdsJZ6M9rByixKAUDGkutuZsWNS_SKyCz11gUJF5q4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_bindings" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzOCIsImVtYWlsIjoiZW1haWwtMTA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTgzOTd9.RhdsJZ6M9rByixKAUDGkutuZsWNS_SKyCz11gUJF5q4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f72d36f8-2db6-4428-88b9-2593408e7bda", "url": "/v2/service_bindings/f72d36f8-2db6-4428-88b9-2593408e7bda", "created_at": "2016-04-22T19:33:17Z", "updated_at": null }, "entity": { "app_guid": "b858dc14-cf03-4fa5-87cb-7afba5178c45", "service_instance_guid": "80575f6a-3621-4819-886c-cb1f9b1e7c3a", "credentials": { "creds-key-16": "creds-val-16" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/b858dc14-cf03-4fa5-87cb-7afba5178c45", "service_instance_url": "/v2/service_instances/80575f6a-3621-4819-886c-cb1f9b1e7c3a" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 00e37c07-ac2f-4e2e-b96c-670258fba210 Content-Length: 882 X-Content-Type-Options: nosniff