IBM WebSphere · Capability
WebSphere Liberty REST Connector API — MBeans
WebSphere Liberty REST Connector API — MBeans. 6 operations. Lead operation: List Registered Mbeans. Self-contained Naftiko capability covering one Websphere business surface.
What You Can Do
GET
Listmbeans
— List Registered Mbeans
/v1/mbeans
GET
Getmbeaninfo
— Get Mbean Information
/v1/mbeans/{objectname}
GET
Getmbeanattributes
— Get Mbean Attributes
/v1/mbeans/{objectname}/attributes
GET
Getmbeanattribute
— Get a Specific Mbean Attribute
/v1/mbeans/{objectname}/attributes/{attributename}
PUT
Setmbeanattribute
— Set a Specific Mbean Attribute
/v1/mbeans/{objectname}/attributes/{attributename}
POST
Invokembeanoperation
— Invoke an Mbean Operation
/v1/mbeans/{objectname}/operations/{operationname}
MCP Tools
list-registered-mbeans
List Registered Mbeans
read-only
idempotent
get-mbean-information
Get Mbean Information
read-only
idempotent
get-mbean-attributes
Get Mbean Attributes
read-only
idempotent
get-specific-mbean-attribute
Get a Specific Mbean Attribute
read-only
idempotent
set-specific-mbean-attribute
Set a Specific Mbean Attribute
idempotent
invoke-mbean-operation
Invoke an Mbean Operation