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?
3 answers
As far as I can tell, all APIs are listed here: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
The screenshot you show is from a client. The GC Server does not know about the selections in the UI. I don't think there is an API that does.
ture