Retrieve a Particular Buildpack
GET /v2/buildpacks/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Buildpack
|
|
|
Request
Headers
Route
GET /v2/buildpacks/9433be80-bd2b-4406-94d2-dac12b902c7e
cURL
curl "https://api.[your-domain.com]/v2/buildpacks/9433be80-bd2b-4406-94d2-dac12b902c7e" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1OSIsImVtYWlsIjoiZW1haWwtMTExQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQxMzczNjh9.Pc16cSbdb3dqweapotYY_FQuFfVYC8KpI7DdFbmw11w" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "9433be80-bd2b-4406-94d2-dac12b902c7e",
"url": "/v2/buildpacks/9433be80-bd2b-4406-94d2-dac12b902c7e",
"created_at": "2015-02-10T01:42:47Z",
"updated_at": null
},
"entity": {
"name": "name_1",
"position": 1,
"enabled": true,
"locked": false,
"filename": "name-396"
}
}