Expand my Community achievements bar.

Tool: Generate Curl Command to Update OSGI Configurations | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Tool: Generate Curl Command to Update OSGI Configurations by Sourced Code

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

Tool: Generate Curl Command to Update OSGI Configurations

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies