Summary
Renders a jinja2 template.
Description
Takes a jinja2 template a renders output text.
Route
POST /configuration_manager/jinja2
Roles
admin
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| template | string | yes | The jinja2 template. |
| variables | object | yes | JSON object for jinja2 variable values. |
| options | object | yes | Additional options for the API. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| results | string | Returns the list of pins and the total count. |