List resources

Method URI Description
GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources{?nested_depth} Lists resources in a stack.

Normal response codes: 200

Error response codes: badRequest (400), unauthorized (401), notFound (404)

Request

This table shows the parameters for the list resources 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.