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.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2NCIsImVtYWlsIjoiZW1haWwtMzMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NjV9.b-AfZa4zAOcp6vLaWMhIqRqSWm2pD3QSWIA-HbWSEo8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plans" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2NCIsImVtYWlsIjoiZW1haWwtMzMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NjV9.b-AfZa4zAOcp6vLaWMhIqRqSWm2pD3QSWIA-HbWSEo8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "d5abefbc-7b0e-4043-b4b5-068a24ce37e1", "url": "/v2/service_plans/d5abefbc-7b0e-4043-b4b5-068a24ce37e1", "created_at": "2015-09-30T23:31:05Z", "updated_at": null }, "entity": { "name": "name-2490", "free": false, "description": "desc-224", "service_guid": "626b2dca-4e80-4134-8296-020c65fe2c8d", "extra": null, "unique_id": "9eb09720-0b34-416c-8926-9f50e15e123d", "public": true, "active": true, "service_url": "/v2/services/626b2dca-4e80-4134-8296-020c65fe2c8d", "service_instances_url": "/v2/service_plans/d5abefbc-7b0e-4043-b4b5-068a24ce37e1/service_instances" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 375636ea-9ebc-41dd-b01d-a527259b3ebd Content-Length: 842 X-Content-Type-Options: nosniff