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
paloaltonetworks:api:basics [2022/11/23 12:49] – external edit 127.0.0.1paloaltonetworks: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''.
paloaltonetworks/api/basics.1669207782.txt.gz · Last modified: by 127.0.0.1