Retrieve a Particular User Provided Service Instance
GET /v2/user_provided_service_instances/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User Provided Service Instance
|
|
|
Request
Headers
Route
GET /v2/user_provided_service_instances/ad9dee0a-9c16-449e-ac4e-8d26a659be17
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/ad9dee0a-9c16-449e-ac4e-8d26a659be17" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkiLCJlbWFpbCI6ImVtYWlsLTlAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNjUyNjY5NH0.hGJViGzumUa27epcq_2pSG-xOj1AG6VhVcKtLTtIC-Y" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "ad9dee0a-9c16-449e-ac4e-8d26a659be17",
"url": "/v2/user_provided_service_instances/ad9dee0a-9c16-449e-ac4e-8d26a659be17",
"created_at": "2014-11-13T23:38:14+00:00",
"updated_at": null
},
"entity": {
"name": "name-26",
"credentials": {
"creds-key-23": "creds-val-23"
},
"space_guid": "f09209fc-6a57-4bbc-98af-b2e2ed738f30",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-5",
"space_url": "/v2/spaces/f09209fc-6a57-4bbc-98af-b2e2ed738f30",
"service_bindings_url": "/v2/user_provided_service_instances/ad9dee0a-9c16-449e-ac4e-8d26a659be17/service_bindings"
}
}