{"type":"api","title":"Displays all uploaded custom softwares on range","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/f8aef008-b88b-3fd6-b95f-e63951de2eb0","info":{"title":"Crosswork Data Gateway Custom Software API- v1 (Deprecated)","description":"APIs to support Cisco Crosswork Data Gateway Management's custom software functionality.","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"},"version":"1.0.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/Deprecated/cdg_custom_files_api_v1-overview.md"}},"swagger":"2.0","basePath":"/crosswork/dg-manager","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Bearer Auth Token"}}},"spec":{"description":"Displays all the uploaded custom software files based on a specified range.","summary":"Displays all uploaded custom softwares on range.","operationId":"GetUploadedCustomSoftware","deprecated":true,"consumes":["application/json; charset=UTF-8"],"produces":["application/json"],"parameters":[{"name":"Body","in":"body","required":true,"description":"The files to be displayed.","schema":{"title":"GETFilesRequest","example":{"startRow":0,"endRow":10},"type":"object","properties":{"startRow":{"type":"integer","format":"int32","description":"Specify the starting row of the custom software files list."},"endRow":{"type":"integer","format":"int32","description":"Specify the end row of the custom software files list."}},"required":["startRow","endRow"],"$$ref":"#/definitions/GETFilesRequest"}}],"responses":{"200":{"description":"OK. The request was successful.","schema":{"title":"CustomFilesQuery","example":{"data":[{"fileName":"custom-cli-device-packages.tar.xz","modifiedTime":1707116954,"bundleType":"CUSTOM","fileType":"DEVICE_PACKAGE","collectorType":"CLI","notes":"test cli device package","appName":"","downloadUrl":""}],"total_count":1},"properties":{"data":{"type":"array"},"fileName":{"type":"string"},"modifiedTime":{"type":"integer"},"bundleType":{"type":"string"},"fileType":{"type":"string"},"collectorType":{"type":"string"},"notes":{"type":"string"},"appName":{"type":"string"},"downloadUrl":{"type":"string"},"total_count":{"type":"integer"}},"$$ref":"#/definitions/CustomFilesQuery"},"headers":{}},"500":{"description":"Internal Server Error"}},"__originalOperationId":"GetUploadedCustomSoftware","security":[{"bearerAuth":[]}],"method":"post","path":"/v1/custom-files/query"}}