Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Request
Route
GET /v2/user_provided_service_instances/ac95ff0d-2e20-47c8-957e-e720e24878db
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/ac95ff0d-2e20-47c8-957e-e720e24878db" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyOCIsImVtYWlsIjoiZW1haWwtMjMwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDB9.4xV0JMR3cfcPmG1FAai0U5X91xjoHmKA2JIC_bzS8UA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "ac95ff0d-2e20-47c8-957e-e720e24878db",
"url": "/v2/user_provided_service_instances/ac95ff0d-2e20-47c8-957e-e720e24878db",
"created_at": "2016-04-16T01:24:00Z",
"updated_at": null
},
"entity": {
"name": "name-1067",
"credentials": {
"creds-key-52": "creds-val-52"
},
"space_guid": "696760aa-86b8-47ad-a785-a834347c0172",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-65",
"route_service_url": null,
"space_url": "/v2/spaces/696760aa-86b8-47ad-a785-a834347c0172",
"service_bindings_url": "/v2/user_provided_service_instances/ac95ff0d-2e20-47c8-957e-e720e24878db/service_bindings",
"routes_url": "/v2/user_provided_service_instances/ac95ff0d-2e20-47c8-957e-e720e24878db/routes"
}
}
Headers