Home
Version 3
Apps API

Apps API

List all Service Bindings for the App

GET /v2/apps/:guid/service_bindings

Request

Route

GET /v2/apps/128b21a7-3565-4e2f-827b-6cf3fee0ba02/service_bindings?service_binding_guid=2e45d081-cab9-4551-a5da-2e3d95a817a9

Parameters

Name Description Valid Values Example Values
guid The guid of the App
service_binding_guid The guid of the service binding
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
service_binding_guid: 2e45d081-cab9-4551-a5da-2e3d95a817a9

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM5NSIsImVtYWlsIjoiZW1haWwtMjY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5Njl9.oI7jDB6QrIK4yIY82Uq3gARfuyk4dfeUb8_w1t2H3OU
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/apps/128b21a7-3565-4e2f-827b-6cf3fee0ba02/service_bindings?service_binding_guid=2e45d081-cab9-4551-a5da-2e3d95a817a9" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM5NSIsImVtYWlsIjoiZW1haWwtMjY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5Njl9.oI7jDB6QrIK4yIY82Uq3gARfuyk4dfeUb8_w1t2H3OU" \
	-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": "1ad755c9-0983-4e59-96b4-3fa48a0e9534",
        "url": "/v2/service_bindings/1ad755c9-0983-4e59-96b4-3fa48a0e9534",
        "created_at": "2015-11-13T17:02:49Z",
        "updated_at": null
      },
      "entity": {
        "app_guid": "128b21a7-3565-4e2f-827b-6cf3fee0ba02",
        "service_instance_guid": "b1ee4a3c-3844-4f06-b53d-32eac8283278",
        "credentials": {
          "creds-key-605": "creds-val-605"
        },
        "binding_options": {

        },
        "gateway_data": null,
        "gateway_name": "",
        "syslog_drain_url": null,
        "app_url": "/v2/apps/128b21a7-3565-4e2f-827b-6cf3fee0ba02",
        "service_instance_url": "/v2/service_instances/b1ee4a3c-3844-4f06-b53d-32eac8283278"
      }
    }
  ]
}

Headers

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