Management API
...
Product
Installation Files
Create Installation File (cloned)
3min
creates a installation file if requesting manager has access permissions to it url /api/v1/installation files/ method post parameters environment string choices win , win32 , win64 , mac , linux , linux32 , linux64 hash md5 string full link string product integer release date date format yyyy mm dd (2020 09 30) version string release notes link string eula link string size string digits only requires version string will be set to oldest existing version if not specified data example { "environment" "linux", "hash md5" "96962fd22cae41c54a3622ea79cd2bf8", "full link" "http //www africau edu/images/default/sample pdf", "product" 1584723961091256, "release date" "2020 11 04", "version" "ver1 7", "release notes link" "http //www africau edu/images/default/sample pdf", "eula link" "http //www africau edu/images/default/sample pdf", "size" "123", "requires version" "ver1 5" } success response code 200 ok content examples { "id" 733293, "created at" "2020 11 05t12 56 15 825459z", "updated at" "2020 11 05t12 56 15 825514z", "version" "ver1 7", "full link" "http //www africau edu/images/default/sample pdf", "filename" "sample pdf", "release date" "2020 11 04", "enabled" true, "hash md5" "96962fd22cae41c54a3622ea79cd2bf8", "environment" "linux", "release notes link" "http //www africau edu/images/default/sample pdf", "eula link" "http //www africau edu/images/default/sample pdf", "size" "123", "requires version" "ver1 5", "product" 1584723961091256 }