Hi Luca,

I don't know about the Hawtio MBeans, I talked about the Karaf "native" MBeans.

For the OSGi services available, you have it on the Karaf ServiceMBean, object name:

org.apache.karaf:type=service,name=*

Regards
JB

On 06/17/2014 03:43 PM, luca.santaniello wrote:
Thanks JB,
I tried to call the Jolokia service at http://localhost:8181/hawtio/jolokia.

I tried this POST call to get available features:

http://localhost:8181/hawtio/jolokia
[
    {
       "type":"read",
       "mbean":"hawtio:type=Registry",
       "attribute":"UpdateCounter",
       "config":{

       }
    },
    {
       "type":"read",
       "mbean":"hawtio:type=TreeWatcher",
       "attribute":"Counter",
       "config":{

       }
    },
    {
       "type":"read",
       "mbean":"org.apache.karaf:type=features,name=root",
       "config":{

       }
    }
]

The response is huge. Is it normal?

Where I can found list of services available?

Regards,

Luca



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-RESTful-serivices-tp4033577p4033579.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to