CQ-Unix-Toolkit icon indicating copy to clipboard operation
CQ-Unix-Toolkit copied to clipboard

Utility for OSGi components management

Open jwadolowski opened this issue 9 years ago • 0 comments

Currently CQ UNIX Toolkit comes with cqosgi command that allows for listing, stopping and starting of OSGi bundles. Would be nice to see something similar for OSGi components (/system/console/components).

CQ/AEM provides a very similar interface as for bundles:

  • /system/console/components/.json to get a list of components
  • POST /system/console/components/<id> with action=<action> as a POST payload to manipulate component state

I've checked that just for AEM6 (with SP2), but I suppose it should be the same for CQ 5.5+ (to be verified).

I'd love to see that on the roadmap for one of the forthcoming releases.

Cheers, Kuba

jwadolowski avatar Feb 27 '15 13:02 jwadolowski