Retrieve a Particular Stack
GET /v2/stacks/:guid
Request
Route
GET /v2/stacks/d256c93e-d61b-4928-9dc8-5054c89165ea
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/d256c93e-d61b-4928-9dc8-5054c89165ea" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NCIsImVtYWlsIjoiZW1haWwtMTg1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTY0NTIyMzh9.k622_CJnrMjVvCIvi0M-Hw142W71qLjS2rPyxlkqH4Q" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "d256c93e-d61b-4928-9dc8-5054c89165ea",
"url": "/v2/stacks/d256c93e-d61b-4928-9dc8-5054c89165ea",
"created_at": "2016-02-19T02:03:49Z",
"updated_at": null
},
"entity": {
"name": "cflinuxfs2",
"description": "cflinuxfs2"
}
}
Headers