Show resource data
Method | URI | Description |
---|---|---|
GET | /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources/{resource_name} | 指定したリソースのデータを表示します。 |
Normal response codes: 200
Error response codes: badRequest (400), unauthorized (401), notFound (404)
Request
下表は、リソースデータ一覧表示リクエストのパラメーターの一覧です。
Parameter | Style | Type | Required | Description |
---|---|---|---|---|
tenant_id | URI | String | Yes | プロジェクトID |
stack_name | URI | String | Yes | スタック名 |
stack_id | URI | String | Yes | スタックID |
resource_name | URI | String | Yes | スタック内のリソースの名前 |
本操作ではリクエストボディ部の指定は不要です。