Skip to content

Commit

Permalink
Update generated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Jun 25, 2024
1 parent 4c5fb91 commit b762ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ Password |Api Password Setup for the user above

#### FIREWALL VIRTUAL SYSTEM PATH
*Path Example*: /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']

*localhost.localdomain*: This is a constant value representing the default domain on the firewall.
*vsys1*: This represents a specific virtual system on the firewall.

The complete path is:
*vsys1*: This represents a specific virtual system on the firewall.

/config/devices/entry[@name='localhost.localdomain']: This part of the path refers to the device entry with the name 'localhost.localdomain' under the 'devices' section in the 'config'.
/vsys/entry[@name='vsys1']: Within the 'localhost.localdomain' device entry, this specifies the entry for the virtual system named 'vsys1'.
Expand Down

0 comments on commit b762ff7

Please sign in to comment.