GET /v2/service_auth_tokens
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: label, provider |
|
|
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 auth token. |
|
|
|
label | Human readable name for the auth token |
|
|
|
provider | Human readable name of service provider |
|
|
|
token | The secret auth token used for authenticating |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwMiIsImVtYWlsIjoiZW1haWwtMjIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDl9.dFljx-N9m9CaZc_lATEYAd9rmeXVqD3j8R17WTFEzrM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_auth_tokens" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwMiIsImVtYWlsIjoiZW1haWwtMjIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDl9.dFljx-N9m9CaZc_lATEYAd9rmeXVqD3j8R17WTFEzrM" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f0c695c4-7915-4061-8c2b-3bd1a4ab8fab", "url": "/v2/service_auth_tokens/f0c695c4-7915-4061-8c2b-3bd1a4ab8fab", "created_at": "2015-04-15T00:55:49Z", "updated_at": null }, "entity": { "label": "label-64", "provider": "provider-14" } }, { "metadata": { "guid": "34f70515-950d-49ee-accb-ef42b31e9f5e", "url": "/v2/service_auth_tokens/34f70515-950d-49ee-accb-ef42b31e9f5e", "created_at": "2015-04-15T00:55:49Z", "updated_at": null }, "entity": { "label": "label-65", "provider": "provider-15" } }, { "metadata": { "guid": "50225630-2004-465b-b263-7dac10b592c6", "url": "/v2/service_auth_tokens/50225630-2004-465b-b263-7dac10b592c6", "created_at": "2015-04-15T00:55:49Z", "updated_at": null }, "entity": { "label": "label-66", "provider": "provider-16" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 5151cb12-e3e5-4f89-8a3a-74112c3659d3 X-Cf-Warnings: Support+for+the+v1+Service+Broker+API+is+deprecated+and+will+re+removed+in+the+next+major+version+of+Cloud+Foundry.+Consider+upgrading+your+broker+to+implement+the+v2+Service+Broker+API. Content-Length: 1122 X-Content-Type-Options: nosniff