args: - description: The string by which to filter the results to only show specific hostnames or serial numbers. name: device_filter_string type: unknown - description: The target number of the firewall. Used only on a Panorama instance. name: target - description: The Instance Name of the PAN-OS Integration to use. Specify only one instance. name: panos_instance_name - auto: PREDEFINED defaultValue: "yes" description: Whether to return only images newer than currently installed. name: newer_images_only predefined: - "yes" - "no" comment: This script is a wrapper for the 'pano-os-platform-get-available-software' command, adding options to return only images newer than is currently installed to minimize amount of context data generated. commonfields: id: PAN-OS-GetAvailablePANOSSoftware version: -1 dependson: must: - Panorama|||pan-os-platform-get-available-software dockerimage: demisto/python3:3.12.13.10116658 enabled: true engineinfo: {} name: PAN-OS-GetAvailablePANOSSoftware outputs: - contextPath: PANOS.SoftwareVersions.Summary.hostid description: The host ID. type: String - contextPath: PANOS.SoftwareVersions.Summary.version description: The software version in Major.Minor.Maint format. type: String - contextPath: PANOS.SoftwareVersions.Summary.filename description: The software version filename. type: String - contextPath: PANOS.SoftwareVersions.Summary.size description: The size of the software in MB. type: String - contextPath: PANOS.SoftwareVersions.Summary.size_kb description: The size of the software in KB. type: String - contextPath: PANOS.SoftwareVersions.Summary.release_notes description: The link to version release notes in the PAN knowledge base. type: String - contextPath: PANOS.SoftwareVersions.Summary.downloaded description: True if the software version is present on the system. type: Boolean - contextPath: PANOS.SoftwareVersions.Summary.current description: True if this is the currently installed software on the system. type: Boolean - contextPath: PANOS.SoftwareVersions.Summary.latest description: True if this is the most recently released software for this platform. type: Boolean - contextPath: PANOS.SoftwareVersions.Summary.uploaded description: True if the software version has been uploaded to the system. type: Boolean runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: [] type: python tests: - No tests (auto formatted) fromversion: 6.10.0 supportedModules: - agentix - xsiam - cloud_posture marketplaces: - platform