Config Transactions API

Gestionar the Candidate Config and perform atomic commits to the Running Config. This is the core transactional mechanism of SentinelOS.

POST /api/config/begin

Iniciar nueva candidate configuration session. This locks the configuration to the current user.

POST /api/config/commit

Aplicar la candidate configuration to the running configuration. This validates all logic, compiles the rules, and applies them to the OS. On success, the session lock is released.