Summary
          Translate Smart Template to Attribute Paths
          Description
          Translate Smart Template to Attribute Paths
          Route
          POST /smart_template/st/to/apath
          Roles
          
            admin
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | instance_data | object | yes | Smart Template Instance | 
            
          
          
            Copied to Clipboard
            
            {
  "instance_data": {
    "variables": {
      "isamFNfwMdn": [
        {
          "KRXjGPMRlW": {
            "OpGhUbpWBbj": "velit Lorem dolore qui",
            "QtOcUuqX": "eu",
            "zLwBlpTIZON": "sit labore consectetur",
            "WGTqkzQU": "sit sunt et nostrud",
            "aodJfVDZn": "non commodo"
          }
        }
      ]
    },
    "faml": {
      "_attr": {
        "type": "keyword",
        "ns": "http://tail-f.com/ns/ncs",
        "prefix": "ios",
        "condition": "must",
        "severity": "notices"
      },
      "_value": "q"
    },
    "action": "create"
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "instance_data": {
      "$ref": "smartTemplateInstance"
    }
  },
  "required": [
    "instance_data"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | apaths | array | Attribute Paths | 
            
          
          
            Copied to Clipboard
            
            [
  "/ncs:devices/ncs:device[ncs:ncs:name='os']/ncs:config/ios:hostname itential.com"
]
           
          
            Copied to Clipboard
            
            {
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "/ncs:devices/ncs:device[ncs:ncs:name='os']/ncs:config/ios:hostname itential.com",
      "/ncs:devices/ncs:device[ncs:ncs:name='os']/ncs:name"
    ]
  }
}