API or GCM to get list of selected GC configurations
We are automating the GC process and need to retrieve the list of GC streams selected by the user. Currently, we use
GCM.Client.getCurrentConfig()
to identify the configuration selected by the user. However, this API always returns only a single configuration. In many cases, users select multiple checkboxes in the large GC hierarchy and are not aware of all the configurations they have selected.
Is there an API available that can return the full list of GC configurations currently selected by the user?