Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Request
Route
GET /v2/user_provided_service_instances/fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyNSIsImVtYWlsIjoiZW1haWwtMjI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyNzh9.ElO9vJGcjX5X9gPa7jW98CMFl-1DJGHF_WSI9xKP9Wo" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da",
"url": "/v2/user_provided_service_instances/fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da",
"created_at": "2016-01-19T19:41:18Z",
"updated_at": null
},
"entity": {
"name": "name-2137",
"credentials": {
"creds-key-43": "creds-val-43"
},
"space_guid": "de41c96c-df30-4a23-8085-6efaca6090d0",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-77",
"route_service_url": null,
"space_url": "/v2/spaces/de41c96c-df30-4a23-8085-6efaca6090d0",
"service_bindings_url": "/v2/user_provided_service_instances/fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da/service_bindings",
"routes_url": "/v2/user_provided_service_instances/fa9e7e26-27c9-4b2f-9dfb-e07b26ba26da/routes"
}
}
Headers