From b94685af4ac253b987cf2d583419323941ed8faf Mon Sep 17 00:00:00 2001 From: Keyfactor Date: Tue, 25 Jun 2024 17:25:34 +0000 Subject: [PATCH] Update generated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a751036..30c1043 100644 --- a/README.md +++ b/README.md @@ -157,12 +157,11 @@ Password |Api Password Setup for the user above **Important Note** The store path permutations are show below #### FIREWALL SHARED SYSTEM PATH -_________________________________ **Path Example** /config/shared +_________________________________ #### FIREWALL VIRTUAL SYSTEM PATH -_________________________________ **Path Example**: /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1'] @@ -173,9 +172,10 @@ _________________________________ **/config/devices/entry[@name='localhost.localdomain']**: localhost.localdomain is the constant string verbatium, will never change. 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'. +_________________________________ #### PANORAMA SHARED TEMPLATE PATH -_________________________________ + **Path Example**: /config/devices/entry[@name='localhost.localdomain']/template/entry[@name='CertificatesTemplate']/config/shared **/config**: @@ -195,7 +195,7 @@ The entry tag with the attribute @name='CertificatesTemplate' identifies a speci **/config/shared**: This part of the path indicates that the configuration settings within this template are shared settings. Shared settings are common configurations that can be used across multiple devices or contexts within the Panorama management system. - +_________________________________