Summary
          Translate Smart Template to Pronghorn Config
          Description
          Translate Smart Template to Pronghorn Config
          Route
          POST /smart_template/st/to/phcfg
          Roles
          
            admin
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | instance_data | object | yes | Smart Template Instance | 
            
          
          
            Copied to Clipboard
            
            {
  "instance_data": {
    "variables": {
      "MLFJiEI": [
        {
          "DuOk": {
            "wSz": "consectetur",
            "ghbvxBjcmwZ": "ad est cupidatat",
            "c": "quis nisi in elit qui",
            "Tk": "ut ullamco incididunt",
            "kN": "laborum"
          }
        }
      ]
    },
    "faml": {
      "_attr": {
        "type": "leaf",
        "ns": "http://tail-f.com/ns/config/1.0",
        "prefix": "ncs",
        "condition": "must",
        "severity": "notices"
      },
      "_value": "m"
    },
    "action": "create"
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "instance_data": {
      "$ref": "smartTemplateInstance"
    }
  },
  "required": [
    "instance_data"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | phcfg | object | Pronghorn Config object | 
            
          
          
            Copied to Clipboard
            
            {
  "_attr": {
    "type": "leaf",
    "ns": "http://tail-f.com/ns/ncs",
    "prefix": "ios",
    "condition": "cant",
    "severity": "notices"
  }
}