openwisp_create_template
Create a reusable NetJSON configuration template for OpenWISP devices to standardize settings and simplify device provisioning.
Instructions
[Category: Templates] Create a reusable configuration template in NetJSON format for OpenWISP devices. (HTTP POST /api/v1/controller/template/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template title (e.g. Corporate Guest WiFi) | |
| type | Yes | Template type | |
| config | Yes | NetJSON configuration payload object | |
| backend | No | Config engine backend | netjsonconfig.OpenWrt |
| default | No | Automatically assign to new devices | |
| organization | Yes | Organization ID or slug |