Getting Catalog Package Matches
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it lists the matching packages from the Catalog.
Request Type |
Description |
||||||||||||
API |
http://localhost:8086/catalog/CatalogPackageMatch/?Product=XX&Vendor=XXX |
||||||||||||
Method |
GET |
||||||||||||
Parameters |
Lists all parameters in the following format:
Note:Use either PackageRequestId or Product as a mandatory parameter. |
||||||||||||
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/CatalogPackageMatch/?Product=7-zip&Vendor=Igor Pavlov Example: http://localhost:8086/catalog/CatalogPackageMatch/?PackageRequestId=7 Response: <data> <data> <CatalogPackageId>42</CatalogPackageId> <ProductName>7-Zip (x64)</ProductName> <ProductVendor>Igor Pavlov</ProductVendor> <ProductVersion>23.01</ProductVersion> <PackageType>Microsoft Windows installer package (.msi)</PackageType> </data> </data> |