-
Re: please help correcting error about update group (root container) with new members (child).
Steven KlassenFeb 23, 2017 8:53 PM (in response to cfy33678)
Did you get an error message along with the result status?
-
Re: please help correcting error about update group (root container) with new members (child).
cfy33678 Feb 24, 2017 9:25 AM (in response to Steven Klassen)1 of 1 people found this helpfulerror message:
Traceback (most recent call last):
File "add_site.py", line 207, in <module>
swis.invoke('Orion.Container', "AddDefinition", int(rid), [{'Name': siteName, 'Definition': uri}
])
File "D:\Pcodes\swisclient.py", line 29, in invoke
"Invoke/{}/{}".format(entity, verb), args).json()
File "D:\Pcodes\swisclient.py", line 59, in _req
resp.raise_for_status()
File "c:\python35\lib\site-packages\requests\models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Verb Orion.Container.AddDefinition cannot unpackage parameter 1 for url: https://xxxd016191.yyy.com:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Container/AddDefinition
-