{"type":"api","title":"Displays all uploaded custom softwares on range","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/e710988f-f568-330e-9d5d-91ddcea98001","info":{"title":"Crosswork Data Gateway Custom Software API","description":"APIs to support Cisco Crosswork Data Gateway Management's custom software functionality.","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"}},"security":[{"bearerAuth":[]}],"tags":[{"name":"Custome file operations","description":"Get/Set Custom files to CDG"}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/cdg_custom_files_api_overview.md"}},"swagger":"2.0","basePath":"/crosswork/dg-manager/v2","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":false,"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":{"fileName":"custom-cli-device-packages.tar.xz","modifiedTime":1707116954,"bundleType":"CUSTOM","fileType":"DEVICE_PACKAGE","collectorType":"CLI","notes":"test cli device package","appName":"","downloadUrl":""},"properties":{"fileName":{"type":"string"},"modifiedTime":{"type":"integer"},"bundleType":{"type":"string"},"fileType":{"type":"string"},"collectorType":{"type":"string"},"notes":{"type":"string"},"appName":{"type":"string"},"downloadUrl":{"type":"string"}},"$$ref":"#/definitions/CustomFilesQuery"},"headers":{}},"500":{"description":"Internal Server Error"}},"__originalOperationId":"GetUploadedCustomSoftware","security":[{"bearerAuth":[]}],"method":"post","path":"/custom-files/query"}}