app-configuration_manager

On this page:

createDeviceTemplate

Summary

Creates a device template

Description

Creates a new device template in pronghorn

Route

POST /configuration_manager/templates

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
name string yes Name of the device template.
template string yes Jina2 template to save.
variables object yes Variables used for substituion in the template
options object yes Additional parameters (optional)

Return

DetailsExampleSchema
Name Type Description
data object Result of creating a new device template