Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| paloaltonetworks:api:logging [2020/05/23 12:22] – bstafford | paloaltonetworks:api:logging [2022/11/23 12:49] (current) – external edit 127.0.0.1 |
|---|
| =====Request Log Data===== | =====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' )'' | 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' )'' |
| <code>https://10.1.1.1/api/?type=log&key=API_KEY&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"</code> | <code>&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</code> |
| |
| =====View Output of Log Job===== | =====View Output of Log Job===== |
| <code>https://10.1.1.1/api/?type=log&key=API_KEY&action=get&job-id=1234"</code> | <code>&type=log&action=get&job-id=1234</code> |
| |
| =====Finish Log Job===== | =====Finish Log Job===== |
| <code>https://10.1.1.1/api/?type=log&key=API_KEY&action=finish&job-id=1234"</code> | <code>&type=log&action=finish&job-id=1234</code> |
| |