GET /v2/service_plans
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 |
|
|
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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the service plan |
|
|
|
name | The name of the service plan |
|
|
|
free | A boolean describing if the service plan is free |
|
|
|
description | A description of the service plan |
|
|
|
extra | A JSON string with additional data about the plan |
|
|
|
unique_id | A guid for the service plan in the service broker (not the same as the cloud controller guid) |
|
|
|
public | A boolean describing that the plan is visible to the all users | true |
|
|
service_guid | The guid of the related service |
|
|
|
active | A boolean that determines whether plans can be used to create new instances. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyIiwiZW1haWwiOiJlbWFpbC0yMkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5MDM4Njk3fQ.Ywd17kdqq7oQWjzJzNvMGqa0kiVLUk96FM72PsX09sc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyIiwiZW1haWwiOiJlbWFpbC0yMkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5MDM4Njk3fQ.Ywd17kdqq7oQWjzJzNvMGqa0kiVLUk96FM72PsX09sc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "2aa29911-6a5f-4bc4-aaf0-146dec71f261", "url": "/v2/service_plans/2aa29911-6a5f-4bc4-aaf0-146dec71f261", "created_at": "2015-04-07T19:11:36Z", "updated_at": null }, "entity": { "name": "name-70", "free": false, "description": "desc-22", "service_guid": "2681f020-63cd-4fa3-8ff0-ad6c4b2033fc", "extra": null, "unique_id": "b14dcf52-7268-4757-aae2-3ecbe95647f0", "public": true, "active": true, "service_url": "/v2/services/2681f020-63cd-4fa3-8ff0-ad6c4b2033fc", "service_instances_url": "/v2/service_plans/2aa29911-6a5f-4bc4-aaf0-146dec71f261/service_instances" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: fc1dead9-f840-4e53-bd85-46810aa3efb1 Content-Length: 839 X-Content-Type-Options: nosniff