| Operation | Type | Description |
|---|---|---|
|
compilerDirectivesAdd
/jolokia/exec/com.sun.management:type=DiagnosticCommand/compilerDirectivesAdd/{argument}
|
EXEC | Add compiler directives from file. Takes a file path argument. Uses ! as directory separator in URL path. |
|
compilerDirectivesClear
/jolokia/exec/com.sun.management:type=DiagnosticCommand/compilerDirectivesClear
|
EXEC | Remove all compiler directives. |
|
compilerDirectivesPrint
/jolokia/exec/com.sun.management:type=DiagnosticCommand/compilerDirectivesPrint
|
READ | Print current compiler directives to stdout. |
|
vmSystemProperties
/jolokia/read/java.lang:type=Runtime/SystemProperties
|
READ | Get all JVM system properties. |
! as directory separator. Example: !/etc!/passwd → reads /etc/passwd| Path | Method | Description |
|---|---|---|
| /jolokia/version | GET | Returns agent version and server info |
| /jolokia/list | GET | Lists all registered MBeans and their attributes |
| /jolokia/read/{mbean}/{attr} | GET | Read a specific MBean attribute value |
| /jolokia/search/{pattern} | GET | Search MBeans matching a pattern |