{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/9956ff24175874b02bb9425cdddac3a91e862410/c7823ce9-bc94-32fc-b949-7a57b1d5dd69","info":{"title":"Crosswork Workflow Manager Solutions - Golden Configuration","description":"CWM Solutions Golden Configuration provides a user-friendly interface, making it easy for network operators to manage configuration and ensure conformance.\n\nThis allows users to create, edit, and apply templates across their network, simplifying operations and effectively monitoring and managing configuration conformance while improving visibility into conformance issues.\n\nWith Golden Configuration, users can:\n\n- Create and manage reusable configuration templates that follow the native syntax of target devices, ensuring compatibility and consistency.\n- Define and leverage variable scopes (global, template-level, and job-level) to maximize flexibility and reduce repetitive input, making large-scale changes more efficient and less error-prone.\n- Perform dry-runs to simulate configuration changes before applying them, providing confidence in the outcome and minimizing the risk of disruption.\n- Easily apply templates to devices, with the ability to schedule jobs or execute them immediately, tailored to operational needs.\n- Monitor template and device compliance to highlight conformance status, identify non-compliant devices, and support rapid troubleshooting.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"tags":[{"name":"Template Variables","description":"Golden Config template variables"},{"name":"Templates","description":"Golden config templates"},{"name":"Config Variable Resolution","description":"Golden config variable resolution"},{"name":"Applications","description":"Golden config application"},{"name":"Global Variables","description":"Golden config global variables"}],"x-parser-conf":{"overview":{"markdownPath":"reference/CWM-SOLUTIONS/gc-api.overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://crosswork-ip:30603/crosswork/cwms/gc/v1","description":"Golden Configuration API Server"}]},"spec":{"type":"object","description":"Request DTO for filtering device templates","example":{"templateName":"BaseConfig","conformant":true,"productSeries":["ASR1000","ISR4000"],"vendor":"Cisco","softwareType":"IOS-XE"},"properties":{"pagination":{"type":"object","description":"Pagination details","properties":{"pageNumber":{"type":"integer","format":"int32","description":"Current page number","example":1},"pageSize":{"type":"integer","format":"int32","description":"Number of items per page","example":10},"total":{"type":"integer","format":"int64","description":"Total number of items","example":20},"totalPages":{"type":"integer","format":"int32","description":"Total number of pages","example":2},"first":{"type":"boolean","description":"Is first page","example":true},"last":{"type":"boolean","description":"Is last page","example":false}},"$$ref":"#/components/schemas/Pagination"},"templateName":{"type":"string","description":"Template name associated with the device"},"conformant":{"type":"boolean","description":"Conformance status of the device"},"productSeries":{"type":"array","description":"Product series associated with the device","items":{"type":"string"}},"vendor":{"type":"string","description":"Vendor of the device"},"softwareType":{"type":"string","description":"Software type of the device"},"sortBy":{"type":"string","description":"Field to sort the results by"},"pageNumber":{"type":"integer","format":"int32","description":"Current page number"},"pageSize":{"type":"integer","format":"int32","description":"Number of items per page"},"ascending":{"type":"boolean","description":"Indicates if the sorting is in ascending order"}},"$$ref":"#/components/schemas/DeviceTemplateFilterRequest","title":"DeviceTemplateFilterRequest"}}