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/5473df0c-7e19-48a3-8a0a-44cd1b35d4d8
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/5473df0c-7e19-48a3-8a0a-44cd1b35d4d8" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MiIsImVtYWlsIjoiZW1haWwtMTg3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDR9.f4XSLW6GZZzE4CPzasq-SaW-ILz6a1bZ4RUXc5YyPU0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "5473df0c-7e19-48a3-8a0a-44cd1b35d4d8",
"url": "/v2/user_provided_service_instances/5473df0c-7e19-48a3-8a0a-44cd1b35d4d8",
"created_at": "2014-11-05T01:02:24+00:00",
"updated_at": null
},
"entity": {
"name": "name-874",
"credentials": {
"creds-key-403": "creds-val-403"
},
"space_guid": "80acd618-89ef-4bcf-bc00-391b9ce7a32e",
"type": "user_provided_service_instance",
"syslog_drain_url": "https://foo.com/url-62",
"space_url": "/v2/spaces/80acd618-89ef-4bcf-bc00-391b9ce7a32e",
"service_bindings_url": "/v2/user_provided_service_instances/5473df0c-7e19-48a3-8a0a-44cd1b35d4d8/service_bindings"
}
}