GET /v2/service_brokers
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: name |
|
|
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 |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NiIsImVtYWlsIjoiZW1haWwtMTczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTJ9.EiOSRNCT5q1fmYXbiSiNvmSDwJyNJFSZYDTzYBTm_tc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_brokers" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NiIsImVtYWlsIjoiZW1haWwtMTczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTJ9.EiOSRNCT5q1fmYXbiSiNvmSDwJyNJFSZYDTzYBTm_tc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "42fb6267-e841-4f1a-9707-28a40afd187c", "url": "/v2/service_brokers/42fb6267-e841-4f1a-9707-28a40afd187c", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name-1656", "broker_url": "https://foo.com/url-67", "auth_username": "auth_username-64" } }, { "metadata": { "guid": "9f38d93e-dd0b-4f2e-aa9d-17886e110bc3", "url": "/v2/service_brokers/9f38d93e-dd0b-4f2e-aa9d-17886e110bc3", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name-1657", "broker_url": "https://foo.com/url-68", "auth_username": "auth_username-65" } }, { "metadata": { "guid": "d64a4ed3-b0ea-428d-a2d1-c30d9dff2922", "url": "/v2/service_brokers/d64a4ed3-b0ea-428d-a2d1-c30d9dff2922", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name-1658", "broker_url": "https://foo.com/url-69", "auth_username": "auth_username-66" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: b9b97ea5-29d7-4f49-bd3a-d212d727867b Content-Length: 1284 X-Content-Type-Options: nosniff