{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/963b8613-6bdd-3b27-ae70-defd3dac9131","info":{"title":"Device Configuration Templates API","description":"Device Configuration Templates API","version":"7.2.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Device Configuration/device-config-templates-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1","description":"Generated server url"}]},"spec":{"description":"Filter","type":"object","properties":{"type":{"description":"Type List","type":"array","items":{"type":"string","description":"Template Type","enum":["SYSTEM","USER_DEFINED_SIMPLE","USER_DEFINED_COMPOSITE","MANAGEABILITY","EVENT_DRIVEN"],"$$ref":"#/components/schemas/TemplateType"}},"transport":{"description":"Transport List","type":"array","items":{"type":"string","description":"Transport","enum":["CLI","GNMI","NETCONF"],"$$ref":"#/components/schemas/Transport"}},"device_type":{"description":"Device Type List","type":"array","items":{"type":"string"}},"tag_list":{"description":"Tag List","type":"array","items":{"type":"string"}},"last_deployed_status":{"type":"string","description":"Last Deployed Status","enum":["NOT_STARTED","FAILED","PARTIAL","IN_PROGRESS","SUCCESS","NOT_DEPLOYED","SYSTEM_FAILURE"],"$$ref":"#/components/schemas/TemplateDeploymentStatus"},"category":{"description":"Category","type":"array","items":{"type":"string","description":"Template Category","enum":["DEVICE","INTERFACE","MODULE"],"$$ref":"#/components/schemas/TemplateCategory"}},"author":{"description":"Author","type":"string"},"name":{"description":"Name","type":"string"},"version":{"description":"Version","type":"number","format":"float"}},"$$ref":"#/components/schemas/Filter","title":"Filter"}}