existing groups organized as follow:
country
Office A
switches
routers
office B
switches
routers
when adding another 'office C' group. I shold update root group 'country' about the new member group
I am using python
with the following code
swis.invoke('Orion.Container', "AddDefinition", int(rid), [{'Name': siteName, 'Definition': uri}])
with rid = 983, siteName = 'San Jose'
uri = swis://xxxx.y.com/Orion/Orion.Groups/ContainerID=1623
which get http 400 error