app-template_builder Schemas

On this page:

parseTemplateInput

{ "$id": "parseTemplateInput", "title": "parse template input", "description": "The text data to be parse and the textfsm template", "type": "object", "properties": { "text": { "type": "string", "examples": [ "hostname" ] }, "template": { "$ref": "templateDocument" } }, "required": [ "text", "template" ] }