Focus
Focus
Table of Contents

Manage Config

Example usage for the PAN-OS OpenConfig Models.

Delta Config

The following query retrieves a delta config:
gnmic -u USER -p PASSWORD -a IP:9339 subscribe --mode once --encoding JSON_IETF --timeout 300s --skip-verify --path "pan/config/delta_config"
The following is a response from the provided query above:
{ "source": "10.124.160.118:9339", "subscription-name": "default-1683621498", "timestamp": 1683621501000000000, "time": "2023-05-09T14:08:21+05:30", "updates": [ { "Path": "/pan/config/delta_config", "values": { "/pan/config/delta_config": { "code": 200, "message": "No diff" } } } ] }

Recommended For You