Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Request
Route
GET /v2/service_brokers/62f502c8-27d8-4ca0-9ab6-63754f56c126
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/62f502c8-27d8-4ca0-9ab6-63754f56c126" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1OSIsImVtYWlsIjoiZW1haWwtMzI3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2OTN9._qdGHrwfukoy14X-ff1FbrtOPwAHc3BFN9ZRZTKVFcU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "62f502c8-27d8-4ca0-9ab6-63754f56c126",
"url": "/v2/service_brokers/62f502c8-27d8-4ca0-9ab6-63754f56c126",
"created_at": "2016-03-17T21:41:33Z",
"updated_at": "2016-03-17T21:41:33Z"
},
"entity": {
"name": "name-2652",
"broker_url": "https://foo.com/url-100",
"auth_username": "auth_username-75",
"space_guid": "2d38c747-c90a-45dd-a1a6-a5faf95fe754"
}
}
Headers