Retrieve a Particular Service Binding
GET /v2/service_bindings/:guid
Request
Route
GET /v2/service_bindings/f8de2ba6-eda9-4ab0-bcdd-cb5294895b7c
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_bindings/f8de2ba6-eda9-4ab0-bcdd-cb5294895b7c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQiLCJlbWFpbCI6ImVtYWlsLTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyOTAzODY5NX0.Pu_CmWgT7eGqEbuIMi7jAIJD5LXoP7nCWLa-BRiztt4" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "f8de2ba6-eda9-4ab0-bcdd-cb5294895b7c",
"url": "/v2/service_bindings/f8de2ba6-eda9-4ab0-bcdd-cb5294895b7c",
"created_at": "2015-04-07T19:11:35Z",
"updated_at": null
},
"entity": {
"app_guid": "a7b3fe6a-5f9d-4102-a5af-ce949cca792a",
"service_instance_guid": "0ad7febc-f3e8-4b04-a9a5-951ababa9e67",
"credentials": {
"creds-key-15": "creds-val-15"
},
"binding_options": {
},
"gateway_data": null,
"gateway_name": "",
"syslog_drain_url": null,
"app_url": "/v2/apps/a7b3fe6a-5f9d-4102-a5af-ce949cca792a",
"service_instance_url": "/v2/service_instances/0ad7febc-f3e8-4b04-a9a5-951ababa9e67"
}
}
Headers