User Tools

Site Tools


paloaltonetworks:api:basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
paloaltonetworks:api:basics [2020/11/23 15:36] bstaffordpaloaltonetworks:api:basics [2023/05/17 19:16] (current) – [cURL] bstafford
Line 33: Line 33:
   * The ''-g'' flag allows Curl to process symbols such as ''['', '']'', ''<'', ''>'', ''/'', ''@'', ''"'' and '' '' (Whitespace).    * The ''-g'' flag allows Curl to process symbols such as ''['', '']'', ''<'', ''>'', ''/'', ''@'', ''"'' and '' '' (Whitespace). 
   * The ''-X GET'' flat tells Curl that it is a GET request.   * The ''-X GET'' flat tells Curl that it is a GET request.
 +  * The ''-s'' flag makes the progress output silent.
  
 Sometimes we need to output to a file (e.g. if exporting configuration files or certificates) and we use ''-o output_filename.xyz''. If we want to silence all output from the command, we can use ''-o nul''. Sometimes we need to output to a file (e.g. if exporting configuration files or certificates) and we use ''-o output_filename.xyz''. If we want to silence all output from the command, we can use ''-o nul''.
Line 63: Line 64:
 ===== Get XML Data ===== ===== Get XML Data =====
 <code>debug cli on</code> <code>debug cli on</code>
-https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-panorama-api/get-started-with-the-pan-os-xml-api/explore-the-api/use-the-cli-to-find-xml-api-syntax|here]].+[[https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-panorama-api/get-started-with-the-pan-os-xml-api/explore-the-api/use-the-cli-to-find-xml-api-syntax|here]].
  
  
paloaltonetworks/api/basics.1606145779.txt.gz · Last modified: (external edit)