Home
Version 3
User Provided Service Instances API

User Provided Service Instances API

Retrieve a Particular User Provided Service Instance

GET /v2/user_provided_service_instances/:guid

Request

Route

GET /v2/user_provided_service_instances/a1daa248-8d31-40f4-9a4c-023d4de3a571

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1NyIsImVtYWlsIjoiZW1haWwtOTVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MTQxMzY4M30.d84Yur0qwlRSBfKj5qEFB9vCU6rCwoS7trT4fERslc4
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/user_provided_service_instances/a1daa248-8d31-40f4-9a4c-023d4de3a571" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1NyIsImVtYWlsIjoiZW1haWwtOTVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MTQxMzY4M30.d84Yur0qwlRSBfKj5qEFB9vCU6rCwoS7trT4fERslc4" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "a1daa248-8d31-40f4-9a4c-023d4de3a571",
    "url": "/v2/user_provided_service_instances/a1daa248-8d31-40f4-9a4c-023d4de3a571",
    "created_at": "2015-12-22T18:28:03Z",
    "updated_at": null
  },
  "entity": {
    "name": "name-505",
    "credentials": {
      "creds-key-205": "creds-val-205"
    },
    "space_guid": "60124a03-5015-47d1-8084-d1c205f5ba13",
    "type": "user_provided_service_instance",
    "syslog_drain_url": "https://foo.com/url-24",
    "route_service_url": null,
    "space_url": "/v2/spaces/60124a03-5015-47d1-8084-d1c205f5ba13",
    "service_bindings_url": "/v2/user_provided_service_instances/a1daa248-8d31-40f4-9a4c-023d4de3a571/service_bindings",
    "routes_url": "/v2/user_provided_service_instances/a1daa248-8d31-40f4-9a4c-023d4de3a571/routes"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 811
X-Content-Type-Options: nosniff