Get stack template
Method | URI | Description |
---|---|---|
GET | /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/template | Gets a template for a specified stack. |
Normal response codes: 200
Error response codes: badRequest (400), unauthorized (401), notFound (404), internalServerError (500)
Request
This table shows the parameters for the get stack template request:
Parameter | Style | Type | Required | Description |
---|---|---|---|---|
tenant_id | URI | String | Yes | Project ID |
stack_name | URI | String | Yes | The name of a stack. |
stack_id | URI | String | Yes | The unique identifier for a stack. |
This operation does not accept a request body.