Name | Description | Default | Valid Values | Example Values |
---|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NCIsImVtYWlsIjoiZW1haWwtMTk1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4Nzh9.cHIYRaVIXGJV6hBq5ID2rKM-PXRb2Jj9pgLpa7SfsgU Host: example.org Cookie:
GET /v2/service_bindings
curl "https://api.[your-domain.com]/v2/service_bindings" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NCIsImVtYWlsIjoiZW1haWwtMTk1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4Nzh9.cHIYRaVIXGJV6hBq5ID2rKM-PXRb2Jj9pgLpa7SfsgU" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: d89fc130-988e-4a58-8256-648d49750d37 Content-Length: 884 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "b77478cc-8fd0-444f-a1cc-1c04e92a86e2", "url": "/v2/service_bindings/b77478cc-8fd0-444f-a1cc-1c04e92a86e2", "created_at": "2015-01-27T19:14:38Z", "updated_at": null }, "entity": { "app_guid": "f49aa124-0432-452b-bd26-c83e329e4c65", "service_instance_guid": "632852eb-6706-4e76-be19-8ab74dac17f1", "credentials": { "creds-key-429": "creds-val-429" }, "binding_options": { }, "gateway_data": null, "gateway_name": "", "syslog_drain_url": null, "app_url": "/v2/apps/f49aa124-0432-452b-bd26-c83e329e4c65", "service_instance_url": "/v2/service_instances/632852eb-6706-4e76-be19-8ab74dac17f1" } } ] }