GET /v2/services
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, label, provider, 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 |
|
|
|
label | The name of the service |
|
|
|
description | A short blurb describing the service |
|
|
|
long_description | A longer description of the service |
|
|
|
info_url | A url that points to an info page for the service |
|
|
|
documentation_url | A url that points to a documentation page for the service |
|
|
|
timeout | A timeout used by the v1 service gateway client |
|
|
|
active | A boolean describing that the service can be provisioned by users | false |
|
|
bindable | A boolean describing that the service can be bound to applications | true |
|
|
extra | A JSON field with extra data pertaining to the service |
|
|
|
unique_id | A guid that identifies the service with the broker (not the same as the guid above) |
|
|
|
tags | A list of tags for the service | [] |
|
|
requires | A list of dependencies for services | [] |
|
|
provider | The name of the service provider (used only by v1 service gateways) |
|
|
|
version | The version of the service (used only by v1 service gateways) |
|
|
|
url | The url of ther service provider (used only by v1 service gateways) |
|
|
|
service_broker_guid | The guid of the v2 service broker associated with the service |
|
|
|
plan_updateable | A boolean describing that an instance of this service can be updated to a different plan | false |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyOSIsImVtYWlsIjoiZW1haWwtMTUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDJ9.cNXEn70kPkOQLa9YeCW5lD8wPOvYfu4iVAhuyV7jch4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyOSIsImVtYWlsIjoiZW1haWwtMTUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDJ9.cNXEn70kPkOQLa9YeCW5lD8wPOvYfu4iVAhuyV7jch4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "100ba990-3146-4f72-8c9a-b79e98bd5b73", "url": "/v2/services/100ba990-3146-4f72-8c9a-b79e98bd5b73", "created_at": "2015-04-15T00:55:42Z", "updated_at": null }, "entity": { "label": "label-33", "provider": null, "url": null, "description": "desc-82", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "ca341725-bcd5-4b10-9ba0-00a9d15a25ca", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "245700fb-f7b0-4458-8be7-4f8a219085f9", "plan_updateable": false, "service_plans_url": "/v2/services/100ba990-3146-4f72-8c9a-b79e98bd5b73/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 248e37d4-81d1-4433-b8df-266f0bb3b93a Content-Length: 998 X-Content-Type-Options: nosniff