Open
Description
In some scenarios only a bunch of information about the domain model is required. For example, topology section provides enough information for operating over a domain (start, stop, health-checks). Getting all the model is a long process that can take minutes, depending on the domain. However, getting just some sections would be faster.
So, for example, a simple approximation could be done by adding a "-section
- topology
- resources
- appDeployments
- domaInfo
and advanced solution could allow to filter more specifically which components to discover. For example, which weblogic clusters, or servers or kind of resources, etc.