Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the Service. |
|
|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxNyIsImVtYWlsIjoiZW1haWwtMjM4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NTJ9.191TV9a0wyvx7kMM7i_vFFEWUjV1TClXknpbRctZpH8 Host: example.org Cookie:
GET /v2/services/14ddda5f-38ae-43eb-adf4-2962934e1320/service_plans
curl "https://api.[your-domain.com]/v2/services/14ddda5f-38ae-43eb-adf4-2962934e1320/service_plans" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxNyIsImVtYWlsIjoiZW1haWwtMjM4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NTJ9.191TV9a0wyvx7kMM7i_vFFEWUjV1TClXknpbRctZpH8" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: a5cf024e-0558-49fd-924d-9cd569bd9dfd Content-Length: 847 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "dd3d1214-f119-40ce-9ab9-4f98b21ff6c8", "url": "/v2/service_plans/dd3d1214-f119-40ce-9ab9-4f98b21ff6c8", "created_at": "2015-01-20T01:52:32+00:00", "updated_at": null }, "entity": { "name": "name-1891", "free": false, "description": "desc-196", "service_guid": "14ddda5f-38ae-43eb-adf4-2962934e1320", "extra": null, "unique_id": "1cf20a84-1280-43b1-8924-e8701b686a14", "public": true, "active": true, "service_url": "/v2/services/14ddda5f-38ae-43eb-adf4-2962934e1320", "service_instances_url": "/v2/service_plans/dd3d1214-f119-40ce-9ab9-4f98b21ff6c8/service_instances" } } ] }