Replies: 4 comments 2 replies
-
|
@s-polasa, thank you for your input on this. We will discuss at our upcoming OVAL board meeting and likely will include this change in OVAL 5.12.1 and OVAL 6.0.1. I may reach out to you to perform or review the Pull Request, if the change is approved. |
Beta Was this translation helpful? Give feedback.
-
|
@vanderpol, thank you for considering this change for OVAL 5.12.1 and OVAL 6.0.1. I appreciate the opportunity to contribute and would be happy to assist with the Pull Request review or implementation if the change is approved. Please feel free to reach out when needed. Looking forward to the board’s decision. |
Beta Was this translation helpful? Give feedback.
-
|
@OVAL-Community/oval-board-members looking for feedback on this proposal. |
Beta Was this translation helpful? Give feedback.
-
|
@vanderpol do we have any update on this ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Currently, the PAN-OS XSD (OVAL 5.12 and 6.0) defines the
config_itemelement to collect configuration data from the PAN-OS Web API using the request:However, real-time system analysis indicates that this API request does not provide comprehensive system details. Specifically, critical information such as the device name and software version is not included in the response.
Proposed Enhancement
config_item(Existing)version_item(New)Real Time Device Analysis on PANOS :
Device Used : PA-VM (KVM)
Analysis 1 (11.0.0) :
Output from CLI Command (show system info):
admin@PA-VM> show system info hostname: PA-VM ip-address: 192.168.122.26 ... family: vm model: PA-VM serial: unknown ... vm-license: none ... sw-version: 11.0.0 ...API Request & Response (show system info):
API Request & Response (export, configuration):
Analysis 2 (8.0.5) :
Output from CLI Command (show system info):
admin@PA-VM> show system info hostname: PA-VM ip-address: 192.168.122.25 ... family: vm model: PA-VM serial: unknown ... vm-license: none ... sw-version: 8.0.5 ...API Reques & Response (show system info) :
API Request & Response (export, configuration):
Conclusion :
By comparing the outputs from
type=export&category=configurationandtype=op&cmd=<show><system><info/></system></show>, we observe that the configuration APIcategory=configurationdoes not reliably update the system version when the device is upgraded. The CLI command or operational APIcmd=<show><system><info/></system></show>provides the correct version information.type=export&category=configurationtype=op&cmd=<show><system></info></system></show>Proposed Change
Adding the
version_itemelement to the PAN-OS XSD will ensure that developers have accurate and complete system information, improving overall clarity and reliability.Beta Was this translation helpful? Give feedback.
All reactions