-
Enhancement
-
Resolution: Won't Do
-
Optional
-
None
-
9.0.0.Final
-
None
Currently to get the status of a cache, it's necessary to perform the following DMR request on a host/server that contains the cache:
`/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=container/distributed-cache=default:read-attribute(name=cache-availability)`
This is acceptable when the status of only a few cache's is required, however this can result in many management requests from the console etc if a container contains many cache's. Therefore we should expose a method at the profile level, that retrieves the status of all cache's within a given container. For example:
`profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:get-cache-statuses()`
- relates to
-
ISPN-7328 Administration console - cache statuses in cache container page behave randomly
- Closed