Downloading Package Feed Packages
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it download the setup file using the parameter FileName from the Package Feed Module.
Request Type |
Description |
||||||||||||||||||
API |
http://localhost:8086/Catalog/ASPackageFeedDownload?PackagefeedId=8&MD5Checksum=86fb3312daa31e97718dd3f27e7eedb7&FileName=7-zip(x64).msi |
||||||||||||||||||
Method |
GET |
||||||||||||||||||
Parameters |
List all parameters in the following format:
Note:The PackageFeedId is the returned value of Search Applications in Package Feed Module.
Note:The FileName is the returned value of Getting Package Feed Details.
|
||||||||||||||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
||||||||||||||||||
Response |
Example: http://localhost:8086/Catalog/ASPackageFeedDownload?PackagefeedId=8&MD5Checksum=86fb3312daa31e97718dd3f27e7eedb7&FileName=7-zip(x64).msi Response: <data> <data>C:\Program Files (x86)\AdminStudio Shared\Package Feed Downloads\Igor Pavlov\7-Zip (x64)\24.08\7-zip.msi</data> <data>C:\Program Files (x86)\AdminStudio Shared\Package Feed Downloads\Igor Pavlov\7-Zip (x64)\24.08\7-zip_icon.png</data> </data> |