Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Request
Route
GET /v2/user_provided_service_instances/8c12fd06-6639-4844-b5e7-a6831cadbbcc
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/8c12fd06-6639-4844-b5e7-a6831cadbbcc" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwOCIsImVtYWlsIjoiZW1haWwtMjk4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MTR9.LKFGAggSQK3LF9iQuyvc6xVGSU8V4dXSffsSY728kbw" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "8c12fd06-6639-4844-b5e7-a6831cadbbcc",
"url": "/v2/user_provided_service_instances/8c12fd06-6639-4844-b5e7-a6831cadbbcc",
"created_at": "2015-07-27T22:43:34Z",
"updated_at": null
},
"entity": {
"name": "name-2361",
"credentials": {
"creds-key-662": "creds-val-662"
},
"space_guid": "cebb3962-4e5b-4204-b117-3140ec4a62d9",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-89",
"space_url": "/v2/spaces/cebb3962-4e5b-4204-b117-3140ec4a62d9",
"service_bindings_url": "/v2/user_provided_service_instances/8c12fd06-6639-4844-b5e7-a6831cadbbcc/service_bindings"
}
}
Headers