Table of Contents

PAN-OS API Logging

Prefix all commands with

https://10.1.1.1/api/?key=API_KEY

List of Log Request Types

Other Optional Log Options

Request Log Data

This query is against traffic with query ( addr.src in 10.1.1.1 ) and ( app eq ntp ) and ( receive_time geq '2019/05/16 09:21:57' )

&type=log&log-type=traffic&query=%28%20addr.src%20in%2010.1.1.1%20%29%20and%20%28%20app%20eq%20ntp%20%29%20and%20%28%20receive_time%20geq%20"2019/05/16%2009:21:57"%20%29

View Output of Log Job

&type=log&action=get&job-id=1234

Finish Log Job

&type=log&action=finish&job-id=1234