Home
Version 3
Service Brokers API

Service Brokers API

Retrieve a Particular Service Broker

GET /v2/service_brokers/:guid

Request

Route

GET /v2/service_brokers/d695471a-0638-4ff9-ae2a-5060bb62d87e

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0NCIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyNzR9.HNE0wMI11BsQEcLiPuCNro7Tp8nDRwzT8MoPcrYrha0
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/service_brokers/d695471a-0638-4ff9-ae2a-5060bb62d87e" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0NCIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyNzR9.HNE0wMI11BsQEcLiPuCNro7Tp8nDRwzT8MoPcrYrha0" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "d695471a-0638-4ff9-ae2a-5060bb62d87e",
    "url": "/v2/service_brokers/d695471a-0638-4ff9-ae2a-5060bb62d87e",
    "created_at": "2016-01-19T19:41:14Z",
    "updated_at": "2016-01-19T19:41:14Z"
  },
  "entity": {
    "name": "name-1900",
    "broker_url": "https://foo.com/url-67",
    "auth_username": "auth_username-57",
    "space_guid": "1353dd9e-d7ad-46d2-a876-799090f3196a"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 415
X-Content-Type-Options: nosniff