Show resource data

Method URI Description
GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources/{resource_name} Shows data for a specified resource.

Normal response codes: 200

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

Request

This table shows the parameters for the show resource data 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.
resource_name URI String Yes The name of a resource in the stack.

This operation does not accept a request body.