Keep configuration and runtime state data current across your network without manually triggering a collection.
A scheduled pull (every few hours is typical) keeps data fresh automatically. On-demand pulls, triggered via the UI or REST API, suit event-driven workflows, like pulling state right after a deployment.
Pulling runtime state alongside configuration, interface counters, routing table size, resource utilization, gives Zynty a fuller picture than a config-only backup.
For CI/CD or orchestration pipelines, call the pull endpoint directly rather than waiting for the next scheduled cycle.
curl -X POST https://api.zynty.net/v1/devices/core-sw-01/pull \
-H "Authorization: Bearer $ZYNTY_API_KEY" \
-d '{"include_state": true}'
A fresh pull is what feeds real-time state auditing, so this pairs naturally with a regular drift review.