After a civic script POSTs and DELETEs FDM network objects, traffic still matches the previous policy set. Which follow-up activates the model changes?
Select an answer to reveal the explanation.
Short Explanation
Object edits sit in the staging area until you hit deploy—like printing permits that are not active until stamped. Watch the deploy job until state is deployed.
Full Explanation
FDM POST and DELETE update the device model, but traffic continues to use the last deployed configuration until activation. The constructed follow-up is POST /operational/deploy, then GET that job until state is deployed. Omitting deploy leaves a failed 3.2 workflow. RESTCONF belongs to a different domain task and does not replace FDM deploy.