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.eyJ1c2VyX2lkIjoidWFhLWlkLTE5IiwiZW1haWwiOiJlbWFpbC0xOUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE5OTg5OTYxfQ.n9zSzEeIy1kih_6BPaADIV5nV1I0i3Xf6SKxMWHR9QY Host: example.org Cookie:
GET /v2/services/92345073-a62f-466f-9d28-595f3f4c0fbf/service_plans
curl "https://api.[your-domain.com]/v2/services/92345073-a62f-466f-9d28-595f3f4c0fbf/service_plans" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5IiwiZW1haWwiOiJlbWFpbC0xOUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE5OTg5OTYxfQ.n9zSzEeIy1kih_6BPaADIV5nV1I0i3Xf6SKxMWHR9QY" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: ddc061fe-511d-4f0b-bfcb-7d79806c99fa Content-Length: 844 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "06ef97b5-0f5e-4835-8e49-220195e09ac2", "url": "/v2/service_plans/06ef97b5-0f5e-4835-8e49-220195e09ac2", "created_at": "2014-12-24T01:39:21+00:00", "updated_at": null }, "entity": { "name": "name-47", "free": false, "description": "desc-15", "service_guid": "92345073-a62f-466f-9d28-595f3f4c0fbf", "extra": null, "unique_id": "ac9c70e3-76d1-40f0-99d4-509eb2a1bef9", "public": true, "active": true, "service_url": "/v2/services/92345073-a62f-466f-9d28-595f3f4c0fbf", "service_instances_url": "/v2/service_plans/06ef97b5-0f5e-4835-8e49-220195e09ac2/service_instances" } } ] }