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/4ab4d096-df47-43b7-acca-cc20a1a80e9b/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.eyJ1c2VyX2lkIjoidWFhLWlkLTQxNyIsImVtYWlsIjoiZW1haWwtMzA5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk4MDJ9.inCInLfvCToz9IaODnbKDst-C51ladX-57WmqazeEzQ
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/user_provided_service_instances/4ab4d096-df47-43b7-acca-cc20a1a80e9b/service_bindings" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxNyIsImVtYWlsIjoiZW1haWwtMzA5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk4MDJ9.inCInLfvCToz9IaODnbKDst-C51ladX-57WmqazeEzQ" \
	-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": "17b55d5f-621d-4d8a-9d52-df5fbad4e66c",
        "url": "/v2/service_bindings/17b55d5f-621d-4d8a-9d52-df5fbad4e66c",
        "created_at": "2015-07-06T23:23:22Z",
        "updated_at": null
      },
      "entity": {
        "app_guid": "13b947dc-3ec9-41a8-bf0a-47c252a2aec5",
        "service_instance_guid": "4ab4d096-df47-43b7-acca-cc20a1a80e9b",
        "credentials": {
          "creds-key-683": "creds-val-683"
        },
        "binding_options": {

        },
        "gateway_data": null,
        "gateway_name": "",
        "syslog_drain_url": null,
        "app_url": "/v2/apps/13b947dc-3ec9-41a8-bf0a-47c252a2aec5",
        "service_instance_url": "/v2/user_provided_service_instances/4ab4d096-df47-43b7-acca-cc20a1a80e9b"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: d55792b3-0e77-43f7-b517-ff455904e87c
Content-Length: 898
X-Content-Type-Options: nosniff