- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
04-17-2018 06:00 AM - edited 04-17-2018 06:07 AM
Hello,
i'm trying to use the firewall Rest API Browser to get interface information such as its throughput, but no matter how i try to do it im unable to send a correct request, it always gives me some kind of error.
Here's the URL of the request:
/api/?type=op&cmd=<show><qos><interface></interface></qos></show>
from what i understand the interface name i wanna get information should be between the the tags <interface></interface>, but when i put the interface ethernet1/1 there i keep geting this error:
<response status="error" code="17">
<msg>
<line> show -> qos -> interface has unexpected text.</line>
<line> show -> qos -> interface is invalid</line>
</msg></response>
Can someone give me a help?
04-17-2018 08:02 AM
And if you really want QoS values, try it with this operational request:
<show><qos><interface><entry name='ethernet1/3'><throughput>0</throughput></entry></interface></qos></show>
As far as I know this silently changed with PAN-OS 8
04-17-2018 07:59 AM
Sounds like a dumb question, but do you have QoS configured on interface eth1/1 or do you only want the normal throughput and not the QoS values?
04-17-2018 08:02 AM
And if you really want QoS values, try it with this operational request:
<show><qos><interface><entry name='ethernet1/3'><throughput>0</throughput></entry></interface></qos></show>
As far as I know this silently changed with PAN-OS 8
04-18-2018 04:46 AM
Thanks you very much,
i was kinda mad they changedit silently, but thank god theres someone like you who gets to know this kind of "gossip" haha
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!