[comment]: # translation:outdated

[comment]: # ({e8967dc7-52e806d3})
# 1 テンプレートグループ

#### 概要

フロントエンドでは、テンプレートグループはテンプレートエクスポートでのみ[エクスポート](/manual/xml_export_import)できます。
テンプレートをエクスポートすると、そのテンプレートが属するすべてのグループも自動的にエクスポートされます。

APIを使用すると、テンプレートグループをテンプレートから独立してエクスポートできます。

[comment]: # ({/e8967dc7-52e806d3})

[comment]: # ({66f967d6-c9081ccb})
#### エクスポートフォーマット

```yaml
  template_groups:
    - uuid: 36bff6c29af64692839d077febfc7079
      name: 'Network devices'
```

[comment]: # ({/66f967d6-c9081ccb})

[comment]: # ({41e232a7-9deb92e2})
#### エクスポートされた要素

|要素|タイプ|説明|
|------|---|---------|
|uuid|string|テンプレートグループのユニークID。|
|name|string|テンプレートグループの名前。|

[comment]: # ({/41e232a7-9deb92e2})
