Thank you.
I'm working on automating the process of creating, pulling, and cleaning up the backups so I won't be able to use the Web UI unfortunately.
The documentation is lacking some of the command outputs and I don't actually have access to a Maestro deployment to test outputs, and I won't know how many Security Groups/SMOs there are ahead of time... is there a useful command that lists all the Security Groups, ideally with the internal management IPs, from the Orchestrator? the lldp command doesn't contain groups, but does contain IPs. I believe the 'show maestro security-group' command requires a group ID (which I won't know) so it can't list them all. The only way I've found so far is by pulling the info from the sgdb.json, but that doesn't have IP addresses unfortunately.
Also, is there any difference between members in the same group on different chassis? The sgdb.json file has members under a group like 1_1, 1_2, then, 2_1, 2_2.... do I need the backup from 1_1 and 2_1? or will 1_1 suffice?
Thanks for your help.