Find stack#

スタックを検索します。

APIエンドポイント#

リージョン APIエンドポイント
西日本リージョン3の場合 https://orchestration.jp-west-3.cloud.global.fujitsu.com
東日本リージョン3の場合 https://orchestration.jp-east-3.cloud.global.fujitsu.com

HTTPメソッドとURI#

GET

/v1/{tenant_id}/stacks/{stack_identity}

HTTPステータスコード#

正常時:302

エラー時:400, 401, 404, 500

リクエストパラメータの説明#

名前 In Type デフォルト値
/必須指定
Description
tenant_id path string 必須 プロジェクトID
stack_identity path string 必須 スタックのUUIDまたは名前

レスポンスボディ(正常系)の説明#

名前 Type Description
code string リソースを検索した場合のレスポンスコード
例: 302 Found.
message string リソースを検索した場合のメッセージ
title string リソースを検索した場合のレスポンスのタイトル
例: Found.

レスポンス例#

{
    "code": "302 Found",
    "message": "The resource was found at <a href=\"http://192.168.42.11:8004/v1/369166a68a3a49b78b4e138531556e55/stacks/s1/da778f26-6d25-4634-9531-d438188e48fd\">http://192.168.42.11:8004/v1/369166a68a3a49b78b4e138531556e55/stacks/s1/da778f26-6d25-4634-9531-d438188e48fd</a>;\nyou should be redirected automatically.\n\n",
    "title": "Found"
}