Tool: Generate Curl Command to Update OSGI Configurations | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
October 19, 2020

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

  • October 19, 2020
  • 0 replies
  • 737 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.