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, 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. Max characters: 2048 | [] |
|
|
requires | A list of dependencies for services. The presence of "syslog_drain" indicates that on binding an instance of the service to an application, logs for the app will be streamed to a url provided by the service. The presence of "route_forwarding" indicates that on binding an instance of the service to a route, requests for the route may be processed by the service before being forwarded to an application mapped to the route. | [] |
|
|
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 the service provider (used only by v1 service gateways) |
|
|
|
service_broker_guid | The guid of the v2 service broker associated with the service |
|
|
|
service_broker_name | The name 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 |
|
|
instances_retrievable | A boolean describing that the service may support fetching configuration parameters for service instances | false |
|
|
bindings_retrievable | A boolean describing that the service may support fetching configuration parameters for service bindings | false |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MCIsImVtYWlsIjoiZW1haWwtMTM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4OTF9.jaEjjtQYfJmJ_KiR2JXsbAVPbenED3mZ0mxz7NktLrg Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MCIsImVtYWlsIjoiZW1haWwtMTM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4OTF9.jaEjjtQYfJmJ_KiR2JXsbAVPbenED3mZ0mxz7NktLrg" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1993218f-096d-4216-bf9d-e0f250332dc6", "url": "/v2/services/1993218f-096d-4216-bf9d-e0f250332dc6", "created_at": "2016-06-08T16:41:31Z", "updated_at": "2016-06-08T16:41:26Z" }, "entity": { "label": "label-57", "provider": null, "url": null, "description": "desc-134", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "4ab67d2e-18c0-4a36-8eed-fdee36fdd61b", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "34b94a65-3cd3-4655-8c07-e2bd94ae21c5", "service_broker_name": "name-1700", "plan_updateable": false, "instances_retrievable": false, "bindings_retrievable": false, "service_plans_url": "/v2/services/1993218f-096d-4216-bf9d-e0f250332dc6/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: f8525a68-5673-45ef-88e6-9b4956f8ab71 Content-Length: 999 X-Content-Type-Options: nosniff