This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi Guys I am trying to create a App Id though xml api. I looked at the request though Debug Console: <request cmd="set" obj="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/application/entry[@name='test2']" cookie="3920960267560155" newonly="yes"> <default> <ident-by-ip-protocol>12</ident-by-ip-protocol> </default> <subcategory>infrastructure</subcategory> <category>networking</category> <technology>client-server</technology> <description>testing puirposes</description> <risk>5</risk> </request> https:// firewall /api/?type=set&cmd=<default> <ident-by-ip-protocol>12</ident-by-ip-protocol> </default> <subcategory>infrastructure</subcategory> <category>networking</category> <technology>client-server</technology> <description>testing puirposes</description> <risk>5</risk>&key= apikey Where does the object comes into play ? Where should we include that ?
... View more