Class MBeanBulkReadResource
- java.lang.Object
-
- fish.payara.monitoring.rest.app.resource.MBeanBulkReadResource
-
@Path("") @RequestScoped public class MBeanBulkReadResource extends Object- Author:
- Krassimir Valev
-
-
Constructor Summary
Constructors Constructor Description MBeanBulkReadResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReadResource(String content)Returns theStringform of theJSONObjectresource from the ResourceHandler.
-
-
-
Method Detail
-
getReadResource
@POST @Produces("application/json") public String getReadResource(String content)Returns theStringform of theJSONObjectresource from the ResourceHandler.- Parameters:
content- The JSON request payload, describing the beans and attributes to read.- Returns:
- The
Stringrepresentation of the MBeanRead/MBeanAttributeReadJSONObject.
-
-