Get a Droplet
GET /v3/droplets/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Request
Headers
Route
GET /v3/droplets/guid-6cb8597c-18f1-42a7-ae1f-c4eabd57319f
cURL
curl "https://api.[your-domain.com]/v3/droplets/guid-6cb8597c-18f1-42a7-ae1f-c4eabd57319f" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwNyIsImVtYWlsIjoiZW1haWwtMTQ4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxMzJ9.47Bbsy-18Fo-ApIH-OIAv8v047-MtWGN-YQ3m8vZvFs" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"guid": "guid-6cb8597c-18f1-42a7-ae1f-c4eabd57319f",
"state": "STAGING",
"hash": null,
"buildpack_git_url": null,
"failure_reason": "example failure reason",
"detected_start_command": "run -c all_the_things",
"created_at": "2015-02-12T01:42:12Z",
"_links": {
"self": {
"href": "/v3/droplets/guid-6cb8597c-18f1-42a7-ae1f-c4eabd57319f"
},
"package": {
"href": "/v3/packages/guid-6a827d89-d09b-4c02-baa8-95a50267b23d"
}
}
}