ArobMFS
16-12-2019
Uploaded/installed packages are placed in function specific folders.
How can I query via curl to get the folder location?
I would hate to have to install/locate manually to get that location before replicating.
Nirmal_Jose
MVP
Packages are always grouped based on 'group' property of the package. For example, core components have mentioned group as 'adobe/cq60' and is placed at /etc/packages/adobe/cq60/core.wcm.components.config-2.2.2.zip
If you want the full list of packages you can use the package list API at http://localhost:4502/crx/packmgr/list.jsp
sukohli
17-12-2019
The following document may be helpful:
https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/curl.html#CommonOperational...
jbrar
Employee
You can use the GET command below:
http://<host>:<port>/etc/packages/my_packages.infinity.json
Where "my_packages" is one of the folders under /etc/packages where packages will be stored. You can replace this with your custom folder name.