{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/27d6c440-9d60-38a9-ae4f-017212b48575","info":{"title":"Crosswork ZTP Image 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 software image files for Zero Touch Provisioning (ZTP) devices."},"security":[{"bearerAuth":[]}],"tags":[{"name":"Device Platform APIs","description":"List of Device Platform APIs."},{"name":"Image APIs","description":"List of Image APIs."}],"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/ztp-image-service-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/ztpimage/v1"}],"securitySchemes":{"bearerAuth":{"description":"Security definition details.","in":"header","name":"Authorization","type":"apiKey"}}},"spec":{"properties":{"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":"Image download URL string.","type":"string"},"id":{"description":"Unique image id.","type":"string"},"imageFileName":{"description":"Image file name.","type":"string"},"imagePlatform":{"description":"Image platform.","type":"string"},"imageSource":{"description":"Image source path.","type":"string"},"imageTitle":{"description":"Image title.","type":"string"},"imageType":{"description":"Image type","type":"string"},"imageVersion":{"description":"Image version","type":"string"},"modifiedBy":{"description":"Id of the user who last updated the image.","type":"string"},"modifiedTime":{"description":"Modification time. Time since Unix epoch, in milliseconds.","type":"integer"},"vendor":{"description":"Device vendor.","type":"string"}},"description":"ImageDto object","type":"object","$$ref":"#/components/schemas/ImageDto","title":"ImageDto"}}