Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Request
Route
GET /v2/service_brokers/fde9c28a-50b7-4d29-9f89-ce95a566aeb3
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/fde9c28a-50b7-4d29-9f89-ce95a566aeb3" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5NiIsImVtYWlsIjoiZW1haWwtMjA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYyMDl9.1APwjOVKJzlzsQRutQC-5ErOgYJKbRS8r66Nrl5AMZk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "fde9c28a-50b7-4d29-9f89-ce95a566aeb3",
"url": "/v2/service_brokers/fde9c28a-50b7-4d29-9f89-ce95a566aeb3",
"created_at": "2015-08-06T00:36:49Z",
"updated_at": "2015-08-06T00:36:49Z"
},
"entity": {
"name": "name-1902",
"broker_url": "https://foo.com/url-67",
"auth_username": "auth_username-58",
"space_guid": "a9cc7294-ee0c-4019-99b5-99ee0512cccf"
}
}
Headers