Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Broker
|
|
|
Request
Headers
Route
GET /v2/service_brokers/3c17651e-19d2-4fda-8049-b2888791ceb8
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/3c17651e-19d2-4fda-8049-b2888791ceb8" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMyIsImVtYWlsIjoiZW1haWwtMTY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzV9.uC-Ajgc-zowLysuQuD9QUdhC0LbA9WD8R3rQdt0PTas" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "3c17651e-19d2-4fda-8049-b2888791ceb8",
"url": "/v2/service_brokers/3c17651e-19d2-4fda-8049-b2888791ceb8",
"created_at": "2015-01-27T19:14:35Z",
"updated_at": null
},
"entity": {
"name": "name-1415",
"broker_url": "https://foo.com/url-64",
"auth_username": "auth_username-26"
}
}