{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/dde5e726-00af-392c-8b10-177b4e676897","info":{"title":"Crosswork ZTP Configuration Service API","version":"7.1.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"},"description":"This document explains the Crosswork REST APIs that you can use to manage configuration files for Zero Touch Provisioning (ZTP) devices."},"security":[{"bearerAuth":[]}],"tags":[{"name":"Device Platform APIs","description":"List of Device Platform APIs."},{"name":"Config APIs","description":"List of Config APIs."}],"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/ztp-config-service-deprecated-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/configsvc/v1"}],"securitySchemes":{"bearerAuth":{"description":"Security definitions details.","in":"header","name":"Authorization","type":"apiKey"}}},"spec":{"properties":{"childIds":{"description":"Child config ids.","type":"string"},"confId":{"description":"Unique config id.","type":"string"},"confName":{"description":"Config name.","type":"string"},"createdBy":{"description":"Created by user id.","type":"string"},"createdTime":{"description":"Creation time. Time since Unix epoch, in milliseconds.","type":"integer"},"deviceFamily":{"description":"Device family.","type":"string"},"downloadurl":{"description":"Download URL string.","type":"string"},"extraPlaceHolders":{"description":"Placeholders in device config that would be replaced with actual values based on device details. Example, hostname.","type":"string"},"fileName":{"description":"Config file name.","type":"string"},"modifiedBy":{"description":"Id of the user who last modified the config.","type":"string"},"modifiedTime":{"description":"Modification time. Time since Unix epoch, in milliseconds.","type":"integer"},"osName":{"description":"Vendor OS name.","type":"string"},"size":{"description":"Config file size, in bytes.","format":"int64","type":"integer"},"type":{"description":"Config type.","type":"string"},"vendor":{"description":"Device vendor.","type":"string"},"version":{"description":"Device Config version.","type":"string"}},"description":"Config object.","type":"object","$$ref":"#/components/schemas/ConfigDto","title":"ConfigDto"}}