trying to implement this and am able to get it working in a testing environment, but in prod we have the PA's managed by Panorama. For some reason when calling the config using the api, I dont get the ethernet names, ie ethernet1/1, so it breaks the PS script. Is someone able to point out as to why the ethernets are not showing? looking into the PS script, it is written as <show><qos><interface></interface></qos></show>, i get a status="error" when i manually call same thing, but if i add the addition xml of <show><qos><interface><entry name="ethernet1/1"><show-bypass-node/></entry></interface></qos></show>, i can see the data no problem
... View more