Home
Version 3
Service Plans API

Service Plans API

List all Service Instances for the Service Plan

GET /v2/service_plans/:guid/service_instances

Request

Route

GET /v2/service_plans/07592712-3786-4b0d-9bff-4a8292178897/service_instances

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: name, space_guid, service_plan_guid, service_binding_guid, gateway_name, organization_guid, service_key_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 Plan.

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MyIsImVtYWlsIjoiZW1haWwtMjE5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5OTV9.kaUbSNU_RyR0MrM6IhZXdMgoR2JzTh5gql4Gdkh2xeA
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/service_plans/07592712-3786-4b0d-9bff-4a8292178897/service_instances" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MyIsImVtYWlsIjoiZW1haWwtMjE5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5OTV9.kaUbSNU_RyR0MrM6IhZXdMgoR2JzTh5gql4Gdkh2xeA" \
	-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": "267d3b2b-5f9a-4d19-8043-d774093ba95e",
        "url": "/v2/service_instances/267d3b2b-5f9a-4d19-8043-d774093ba95e",
        "created_at": "2015-05-21T01:03:15Z",
        "updated_at": null
      },
      "entity": {
        "name": "name-1945",
        "credentials": {
          "creds-key-503": "creds-val-503"
        },
        "service_plan_guid": "07592712-3786-4b0d-9bff-4a8292178897",
        "space_guid": "ae7e4f9e-9cc6-4267-9847-b5241a57c1bc",
        "gateway_data": null,
        "dashboard_url": null,
        "type": "managed_service_instance",
        "last_operation": null,
        "space_url": "/v2/spaces/ae7e4f9e-9cc6-4267-9847-b5241a57c1bc",
        "service_plan_url": "/v2/service_plans/07592712-3786-4b0d-9bff-4a8292178897",
        "service_bindings_url": "/v2/service_instances/267d3b2b-5f9a-4d19-8043-d774093ba95e/service_bindings",
        "service_keys_url": "/v2/service_instances/267d3b2b-5f9a-4d19-8043-d774093ba95e/service_keys"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 38b2a5a3-3f28-4648-b242-0c7cbd43c6c2
Content-Length: 1126
X-Content-Type-Options: nosniff