ListTemplates
処理概要
テンプレートの情報一覧を取得します。
リクエストURL
GET /v1/templates指定するパラメーター
クエリパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
language | string |
テンプレート説明の言語 値:
|
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
templates[] | object[] |
|
␣name | string |
テンプレート名 |
␣description | string |
説明 |
リクエストサンプル
curl -XGET https://catalog.api.nifcloud.com/v1/templates?language=en
-H 'X-Amz-Date: 20230401T000000Z'
-H 'Authorization: AWS4-HMAC-SHA256 ...'
応答サンプル
{
"templates": [
{
"name": "anthos",
"description": "Create Kubernetes clusters using Anthos clusters on bare metal (GKE on bare metal) provided by Google Cloud."
}
]
}