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.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NiIsImVtYWlsIjoiZW1haWwtMTk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2Mzl9.x4kW3hrwOzm3iySIhDcxXJ-XHmx7sNBpl6HKUt9CaT4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_brokers" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NiIsImVtYWlsIjoiZW1haWwtMTk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2Mzl9.x4kW3hrwOzm3iySIhDcxXJ-XHmx7sNBpl6HKUt9CaT4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f350293d-699b-46e9-8d0e-8e5b43b08410", "url": "/v2/service_brokers/f350293d-699b-46e9-8d0e-8e5b43b08410", "created_at": "2015-05-07T23:37:18Z", "updated_at": null }, "entity": { "name": "name-1563", "broker_url": "https://foo.com/url-53", "auth_username": "auth_username-50" } }, { "metadata": { "guid": "1750cb91-17b7-4f32-a4a8-02c6ba6f5f6f", "url": "/v2/service_brokers/1750cb91-17b7-4f32-a4a8-02c6ba6f5f6f", "created_at": "2015-05-07T23:37:18Z", "updated_at": null }, "entity": { "name": "name-1564", "broker_url": "https://foo.com/url-54", "auth_username": "auth_username-51" } }, { "metadata": { "guid": "abbfa9f4-1f51-4dad-a6fa-a9eeb65b8f1b", "url": "/v2/service_brokers/abbfa9f4-1f51-4dad-a6fa-a9eeb65b8f1b", "created_at": "2015-05-07T23:37:18Z", "updated_at": null }, "entity": { "name": "name-1565", "broker_url": "https://foo.com/url-55", "auth_username": "auth_username-52" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 1d041eb5-39e3-4aa9-bbd1-e1549ca415b1 Content-Length: 1284 X-Content-Type-Options: nosniff