Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Request
Route
GET /v2/service_brokers/e2449607-8baa-457f-96ae-e9814a546d14
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/e2449607-8baa-457f-96ae-e9814a546d14" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwOSIsImVtYWlsIjoiZW1haWwtMzA1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NTd9.Sk49edLgiacpyto38Bu3kbDtMpji1psW8Wn8kdciR4Q" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "e2449607-8baa-457f-96ae-e9814a546d14",
"url": "/v2/service_brokers/e2449607-8baa-457f-96ae-e9814a546d14",
"created_at": "2015-11-03T00:54:17Z",
"updated_at": "2015-11-03T00:54:17Z"
},
"entity": {
"name": "name-2367",
"broker_url": "https://foo.com/url-103",
"auth_username": "auth_username-78",
"space_guid": "b23ec54e-e808-4b71-8a53-fac3610a1ac5"
}
}
Headers