GET /v2/buildpacks
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 |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MyIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTJ9.K4kIZaUmHADkz70fga6p0XvJZR5qNmUUN8sIbtcb8Tk Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/buildpacks" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MyIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMTJ9.K4kIZaUmHADkz70fga6p0XvJZR5qNmUUN8sIbtcb8Tk" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 3, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "65c70e5b-a85f-45cf-ae59-79c617df20ba", "url": "/v2/buildpacks/65c70e5b-a85f-45cf-ae59-79c617df20ba", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name_1", "position": 1, "enabled": true, "locked": false, "filename": "name-1677" } }, { "metadata": { "guid": "47e5a254-94c6-4cfb-8af9-6aeb24e4f7ae", "url": "/v2/buildpacks/47e5a254-94c6-4cfb-8af9-6aeb24e4f7ae", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name_2", "position": 2, "enabled": true, "locked": false, "filename": "name-1678" } }, { "metadata": { "guid": "bf1c1dd4-c226-4708-a07c-9f1f57b6270a", "url": "/v2/buildpacks/bf1c1dd4-c226-4708-a07c-9f1f57b6270a", "created_at": "2015-06-04T00:05:12Z", "updated_at": null }, "entity": { "name": "name_3", "position": 3, "enabled": true, "locked": false, "filename": "name-1679" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 08cb055c-6cea-49bf-9298-a732101405ee Content-Length: 1299 X-Content-Type-Options: nosniff