Home
Version 3
Services API

Services API

List all Service Plans for the Service

GET /v2/services/:guid/service_plans

Request

Route

GET /v2/services/4ae4eaf8-c3b5-478f-ae57-df372ce06909/service_plans

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: active, service_guid, service_instance_guid, service_broker_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.

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMyIsImVtYWlsIjoiZW1haWwtMjkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NjF9.FO3RLpIMC3fJMK2zAQ5ljd4_iQaQtSoR_AJzn71X2AY
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/services/4ae4eaf8-c3b5-478f-ae57-df372ce06909/service_plans" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMyIsImVtYWlsIjoiZW1haWwtMjkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NjF9.FO3RLpIMC3fJMK2zAQ5ljd4_iQaQtSoR_AJzn71X2AY" \
	-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": "7bafdc07-20c5-4e5c-944b-ba98c5181406",
        "url": "/v2/service_plans/7bafdc07-20c5-4e5c-944b-ba98c5181406",
        "created_at": "2015-09-30T23:31:01Z",
        "updated_at": null
      },
      "entity": {
        "name": "name-2293",
        "free": false,
        "description": "desc-176",
        "service_guid": "4ae4eaf8-c3b5-478f-ae57-df372ce06909",
        "extra": null,
        "unique_id": "a2cfd12b-a341-4dc8-895d-e1968ae1beae",
        "public": true,
        "active": true,
        "service_url": "/v2/services/4ae4eaf8-c3b5-478f-ae57-df372ce06909",
        "service_instances_url": "/v2/service_plans/7bafdc07-20c5-4e5c-944b-ba98c5181406/service_instances"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 37117ad9-d6c9-4c58-abfa-6e960b81c683
Content-Length: 842
X-Content-Type-Options: nosniff