Retrieve a Particular Stack
GET /v2/stacks/:guid
Request
Route
GET /v2/stacks/094ef917-0d01-48e6-9a3c-709c8590910b
Body
Name |
Description |
Default |
Valid Values |
Example Values |
name
|
The name for the stack.
|
|
|
|
description
|
The description for the stack
|
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/stacks/094ef917-0d01-48e6-9a3c-709c8590910b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM0MSIsImVtYWlsIjoiZW1haWwtMjQ1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyODB9.zhFRY_GI6QI0tARgAOQWpbsBn9XarNLHY3e9l156Sd8" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "094ef917-0d01-48e6-9a3c-709c8590910b",
"url": "/v2/stacks/094ef917-0d01-48e6-9a3c-709c8590910b",
"created_at": "2016-01-19T19:41:01Z",
"updated_at": null
},
"entity": {
"name": "cflinuxfs2",
"description": "cflinuxfs2"
}
}
Headers