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 I'm creating a new admin role via api but it is not working. Here is my complete request: https://192.168.10.1/api/?type=config&action=set&xpath=/config/shared/admin-role/entry[@name='test_name']/role/device/xmlapi<config>enable</config>&key=mykeyhere
The error I get is: <response status =" error " code =" 13 " > <msg> <line> Could not find schema node for xpath /config/shared/admin-role/entry[@name='test_name']/role/device/xmlapi <config> enable </config> </line> </msg> </response> It looks like it is looking for that name in the configs rather than creating it for me. Spent enough time going through all the available methods of getting the xpath(https://ip/debug or debug cli on) but still getting an error. Any help is appreciated.
... View more