GET /v2/service_keys
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: name, service_instance_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 |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMCIsImVtYWlsIjoiZW1haWwtMjM3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2NDN9.0Ud6RhoEV4A8GLTRChJZGtyAop8ZncA133lcoPrYJt4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_keys" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMCIsImVtYWlsIjoiZW1haWwtMjM3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2NDN9.0Ud6RhoEV4A8GLTRChJZGtyAop8ZncA133lcoPrYJt4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "02a9423c-4f20-49b1-899f-605ff3135772", "url": "/v2/service_keys/02a9423c-4f20-49b1-899f-605ff3135772", "created_at": "2015-05-07T23:37:23Z", "updated_at": null }, "entity": { "name": "name-1906", "service_instance_guid": "3ab36e10-b56a-4dd3-a310-134d34aeef43", "credentials": { "creds-key-519": "creds-val-519" }, "service_instance_url": "/v2/service_instances/3ab36e10-b56a-4dd3-a310-134d34aeef43" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: a0da0c56-5d35-40b8-83ec-4d95da69f3ea Content-Length: 648 X-Content-Type-Options: nosniff