Export templates are used to render arbitrary data from a set of NetBox objects. For example, you might want to automatically generate a network monitoring service configuration from a list of device objects. See the export templates documentation for more information.
The name of the export template. This will appear in the "export" dropdown list in the NetBox UI.
The type of NetBox object to which the export template applies.
Jinja2 template code for rendering the exported data.
The MIME type to indicate in the response when rendering the export template (optional). Defaults to text/plain.
The file extension to append to the file name in the response (optional).
If selected, the rendered content will be returned as a file attachment, rather than displayed directly in-browser (where supported).