stacks
Retrieve the content of the Stack file for the specified stack
Get Stack file content. Access policy: restricted
get/stacks/{id}/file
Path parameters
idinteger required
Stack identifier
Response
Success
Example response
{
"StackFileContent": "version: 3\n services:\n web:\n image:nginx"
}