Find stack resources
| Method | URI | Description | 
|---|---|---|
| GET | /v1/{tenant_id}/stacks/{stack_name}/resources | Finds the canonical URL for the resource list of a specified stack. | 
Normal response codes: 302
Error response codes: badRequest (400), unauthorized (401), notFound (404)
Request
This table shows the parameters for the find stack resources request:
| Parameter | Style | Type | Required | Description | 
|---|---|---|---|---|
| tenant_id | URI | String | Yes | Project ID | 
| stack_name | URI | String | Yes | The name of a stack. | 
This operation does not accept a request body.