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/b777d191-a96f-4141-bcae-8b4e201adf06
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/b777d191-a96f-4141-bcae-8b4e201adf06" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MSIsImVtYWlsIjoiZW1haWwtMjUzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQ0NzE3MDh9.P_VLda0wJnMQQjX1K9VdQFuiT4E7zdxPL6_rhlg3xDg" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "b777d191-a96f-4141-bcae-8b4e201adf06",
"url": "/v2/service_brokers/b777d191-a96f-4141-bcae-8b4e201adf06",
"created_at": "2015-02-13T22:35:07Z",
"updated_at": null
},
"entity": {
"name": "name-1945",
"broker_url": "https://foo.com/url-91",
"auth_username": "auth_username-56"
}
}