{"type":"api","title":"Get local image details","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/f09e2906-53c8-3d4a-b731-512c8b9bc971","info":{"title":"Crosswork Workflow Manager Solutions - Image Repository","description":"Image Repository component gives ability to browse through the synced data for SMU info for optimal list or feature specific list etc on a device release. Users can also select the necessary SMUs to download the image files from the CCO.\nImage Repository also features a local repository that offers multiple filters for browsing available local images, provides an image upload function, and allows users to view image metadata.","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.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/CWM-SOLUTIONS/repository-api.overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://crosswork-ip:30603/crosswork/cwms/repository/v1"}],"securitySchemes":{"BearerAuth":{"type":"apiKey","description":"Type \"Bearer\" followed by a space and JWT token.","name":"Authorization","in":"header"}}},"spec":{"tags":["Local Repository"],"summary":"Get local image details","description":"Get local image details","operationId":"getLocalImageDetails","parameters":[{"name":"id","in":"path","description":"Image ID","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"Image Details","content":{"application/json":{"schema":{"type":"object","properties":{"compressedImageSize":{"type":"string","description":"Image Size"},"createdBy":{"type":"string","description":"CreatedBy is the user who created/synced the record"},"creationDate":{"type":"string","description":"Date when image is created"},"ddts":{"type":"string","description":"DDTS"},"description":{"type":"string","description":"SMU Description"},"functionalArea":{"type":"string","description":"Functional Area of the image"},"id":{"type":"string","description":"ID of the image"},"imagePlatform":{"type":"string","description":"Image Platform or Software Type"},"imageVersion":{"type":"string","description":"Version of the image"},"impact":{"type":"string","description":"Impact of the image"},"lastUpdatedDate":{"type":"string","description":"Date when image is last updated"},"localImageId":{"type":"string","description":"Reference to the local image"},"md5Checksum":{"type":"string","description":"MD5 Checksum"},"name":{"type":"string","description":"Name of the image"},"packages":{"type":"array","description":"List of Packages","items":{"type":"string"}},"preRequisites":{"type":"string","description":"List of Pre-requisite SMUs"},"productSeries":{"type":"string","description":"Product Series of the image"},"productSeriesShort":{"type":"string","description":"Short Name of the Product Series"},"status":{"type":"string","description":"SMU Status"},"superSeededBy":{"type":"string","description":"List of Superseeded SMUs"},"superSeeds":{"type":"string","description":"List of Superseed by SMUs"},"syncDate":{"type":"string","description":"Date when the image was last synced from CCO"},"vendor":{"type":"string","description":"Vendor of the image"}},"description":"Image Details Object","$$ref":"#/components/schemas/CCOImageDetails"}}}},"400":{"description":"Bad Data","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Status Code","example":400},"message":{"type":"string","description":"Message"},"status":{"type":"string","description":"Status","example":"Failed"}},"description":"Bad or Missing Data Response","$$ref":"#/components/schemas/StatusBadRequest"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Status Code","example":404},"message":{"type":"string","description":"Message"},"status":{"type":"string","description":"Status","example":"Failed"}},"description":"Not Found Response","$$ref":"#/components/schemas/StatusNotFound"}}}},"406":{"description":"Not Acceptable","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Status Code","example":406},"message":{"type":"string","description":"Message"},"status":{"type":"string","description":"Status","example":"Failed"}},"description":"Request Not Acceptable Response","$$ref":"#/components/schemas/StatusNotAcceptable"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Status Code","example":500},"message":{"type":"string","description":"Message"},"status":{"type":"string","description":"Status","example":"Failed"}},"description":"Backend Error Response","$$ref":"#/components/schemas/StatusInternalServerError"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"HTTP Status Code","example":503},"message":{"type":"string","description":"Message"},"status":{"type":"string","description":"Status","example":"Failed"}},"description":"Maintenance Mode Response","$$ref":"#/components/schemas/StatusServiceUnavailable"}}}}},"security":[{"BearerAuth":[]}],"__originalOperationId":"getLocalImageDetails","method":"get","path":"/image/{id}"}}