05-16-2019 01:14 AM
Hi All,
I am busy testing login events for the API in Panorama to reditribute to the firewalls, when ever I execute the API call I get a 400 error returned:
<response status="error" code="400"> <result> <msg>You must specify a valid Device Group</msg> </result> </response>
I have looked through all the documentation I can find but do not see the correct formating and xml entry for specifing the device group.
I have the following:
<uid-message> <version>1.0</version> <type>update</type> <payload> <login> <entry name="testuidpanorama" ip="x.x.x.x" timeout="20"> </entry> </login> <device-group> <entry name="dgname"> </entry> </device-group> </payload> </uid-message>
Any pointers ?
Regards
/M