Home
Version 3
User Provided Service Instances API

User Provided Service Instances API

List all Service Bindings for the User Provided Service Instance

GET /v2/user_provided_service_instances/:guid/service_bindings

Request

Route

GET /v2/user_provided_service_instances/2eefeb43-5262-4c4c-88e7-ecce79aa9ff8/service_bindings

Parameters

Name Description Valid Values Example Values
q Parameters used to filter the result set.
Format queries as <filter><op><value>
Valid ops: : >= <= < > IN
Valid filters: app_guid, service_instance_guid
  • q=filter:value
  • q=filter>value
  • q=filter IN a,b,c
page Page of results to fetch
results-per-page Number of results per page
order-direction Order of the results: asc (default) or desc
inline-relations-depth 0 - don't inline any relations and return URLs. Otherwise, inline to depth N.
orphan-relations 0 - de-duplicate object entries in response
exclude-relations comma-delimited list of relations to drop from response
include-relations comma-delimited list of the only relations to include in response

Body

Name Description Default Valid Values Example Values
guid The guid of the Service Instance.

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MSIsImVtYWlsIjoiZW1haWwtMTk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjczMjM5NzB9.i_6kOGpU1Jbv0fBvgvR3KuKe67kTgdxN9LEQgT3mhdE
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/user_provided_service_instances/2eefeb43-5262-4c4c-88e7-ecce79aa9ff8/service_bindings" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MSIsImVtYWlsIjoiZW1haWwtMTk0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjczMjM5NzB9.i_6kOGpU1Jbv0fBvgvR3KuKe67kTgdxN9LEQgT3mhdE" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "d6bd5c18-5e2c-4a0b-90bf-1b24dd9057ff",
        "url": "/v2/service_bindings/d6bd5c18-5e2c-4a0b-90bf-1b24dd9057ff",
        "created_at": "2015-03-18T22:52:50Z",
        "updated_at": null
      },
      "entity": {
        "app_guid": "3e3f7de6-6866-4426-8143-159aefe3abe1",
        "service_instance_guid": "2eefeb43-5262-4c4c-88e7-ecce79aa9ff8",
        "credentials": {
          "creds-key-427": "creds-val-427"
        },
        "binding_options": {

        },
        "gateway_data": null,
        "gateway_name": "",
        "syslog_drain_url": null,
        "app_url": "/v2/apps/3e3f7de6-6866-4426-8143-159aefe3abe1",
        "service_instance_url": "/v2/user_provided_service_instances/2eefeb43-5262-4c4c-88e7-ecce79aa9ff8"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 81fec75b-7e2e-4faf-bfec-b4c07281b15a
Content-Length: 898
X-Content-Type-Options: nosniff