Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Request
Route
GET /v2/user_provided_service_instances/e0687b7b-ce3e-43b9-a62a-eda2d77bd55b
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/e0687b7b-ce3e-43b9-a62a-eda2d77bd55b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MyIsImVtYWlsIjoiZW1haWwtMTcwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2Nzd9.SmpZGr9GHX5XneMe78J5hJCm-hhpwV7Iv2aPZWxUaS4" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "e0687b7b-ce3e-43b9-a62a-eda2d77bd55b",
"url": "/v2/user_provided_service_instances/e0687b7b-ce3e-43b9-a62a-eda2d77bd55b",
"created_at": "2016-03-17T21:41:17Z",
"updated_at": null
},
"entity": {
"name": "name-993",
"credentials": {
"creds-key-44": "creds-val-44"
},
"space_guid": "63d7920e-a1f1-434b-bef9-988c9fb41989",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-38",
"route_service_url": null,
"space_url": "/v2/spaces/63d7920e-a1f1-434b-bef9-988c9fb41989",
"service_bindings_url": "/v2/user_provided_service_instances/e0687b7b-ce3e-43b9-a62a-eda2d77bd55b/service_bindings",
"routes_url": "/v2/user_provided_service_instances/e0687b7b-ce3e-43b9-a62a-eda2d77bd55b/routes"
}
}
Headers