
Abstract
This tool helps generate a curl command used for updating OSGI configurations directly from the terminal, bash, or Window’s console. It’s a good idea to read the micro-front-end tool’s notes, described at the bottom of the page, before using the tool.
AEM Curl Generator for Updating OSGI Configs
--->AEM Environment: http://localhost:4502
--->Username: admin
--->Password: admin
--->PID: com.day.cq.mailer.DefaultMailService
Generated Curl Command:
curl -u admin:admin 'http://localhost:4502/system/console/configMgr/com.day.cq.mailer.DefaultMailService' --data-raw 'apply=true&action=ajaxConfigManager&%24location=&=&propertylist='
OSGI Console Url
http://localhost:4502/system/console/configMgr/com.day.cq.mailer.DefaultMailService
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni