Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Request
Route
GET /v2/user_provided_service_instances/9924079b-b692-4264-819e-293872215767
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/9924079b-b692-4264-819e-293872215767" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQzNyIsImVtYWlsIjoiZW1haWwtMzA1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTY0NTIyNDd9.GWTS1FiHkr6r_CHT673W2y5gJgj93EVfKwW34UVDYfQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "9924079b-b692-4264-819e-293872215767",
"url": "/v2/user_provided_service_instances/9924079b-b692-4264-819e-293872215767",
"created_at": "2016-02-19T02:04:07Z",
"updated_at": null
},
"entity": {
"name": "name-2577",
"credentials": {
"creds-key-57": "creds-val-57"
},
"space_guid": "8944c0d4-e52c-4452-8736-99942d9804c1",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-94",
"route_service_url": null,
"space_url": "/v2/spaces/8944c0d4-e52c-4452-8736-99942d9804c1",
"service_bindings_url": "/v2/user_provided_service_instances/9924079b-b692-4264-819e-293872215767/service_bindings",
"routes_url": "/v2/user_provided_service_instances/9924079b-b692-4264-819e-293872215767/routes"
}
}
Headers