Show Deprecated Endpoints
-
applyTemplates
Apply templates to text
GET /template_builder/applyTemplatesApply templates to parse text
-
createTemplate
Create new template
POST /template_builder/createTemplateCreate new template
-
deleteTemplate
Delete exisiting template
POST /template_builder/deleteTemplateDelete exisiting template
-
duplicateTemplate
Duplicate Template
POST /template_builder/duplicateTemplateDuplicate template from a template id
-
getTemplate
Get template by name
GET /template_builder/templates/:nameGet details for a single template.
-
getTemplatesFiltered
Get templates filtered
GET /template_builder/filterTemplatesGet filtered list of templates
-
importTemplate
Import template
POST /template_builder/importTemplateImport template
-
parseTemplate
Parse templates based on the text and textfsm template sent in.
POST /template_builder/parseTemplateParse templates based on the text and textfsm template sent in.
-
renderJinjaTemplate
Render Jinja Template
POST /template_builder/templates/:name/renderJinjaRenders jinja template output.
-
templateDetails
Get template details
POST /template_builder/templateDetailsGet details for a single template.
-
templates
Get all templates
GET /template_builder/templatesGet all the textfsm based templates.
-
updateTemplate
Updating exisiting template
POST /template_builder/updateTemplateUpdating exisiting template