- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-12-2013 11:13 AM
Does anyone know if it's possible to get the current FQDN table (CLI> request system fqdn show) using the XML-API? We recently had an issue where a bad FQDN mapping was retrieved and I want to set up monitoring to catch it if it happens again.
06-12-2013 11:48 AM
/api/?type=op&cmd=<request><system><fqdn><show></show></fqdn></system></request>
You can use that.Don't forget to add key into this.
06-12-2013 11:48 AM
/api/?type=op&cmd=<request><system><fqdn><show></show></fqdn></system></request>
You can use that.Don't forget to add key into this.
06-12-2013 11:48 AM
Hi
To know if it's possible, the good method is to connect on your palo with at the end /api. THen you will see all command which can be called by API.
And it seem for you it is with something like: /api/?type=op&cmd=<request><system><fqdn><show></show></fqdn></system></request>
don't forget authentication.
V.
06-12-2013 11:49 AM
take to many time to type my answer 🙂
08-06-2013 09:52 AM
I got it to work, but only with the "admin" user. My "readonly" user (role "Superuser (read-only), Administer/View: (Everything)) gets access denied. Is there any way to grant access to my readonly user? ...I'd rather not use the admin user's key if possible.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!