207200 - Failed to Apply OPNsense Alias Changes
Agent error code #207200 indicates that the alias entry was added or removed successfully, but the subsequent apply step failed. Without the apply, the change is not persisted to the saved configuration and will be lost on the next filter reload.
This error is distinct from alias add/remove failures (#207102, #207103), which fail before any change is made. Error #207200 means the change was made in memory but could not be committed.
Common causes include:
- The API user's group is missing the privilege that controls applying alias changes (the Firewall: Alias: Apply entry, or equivalent in your OPNsense version)
- An unrelated configuration change on OPNsense is in an invalid state and apply is refusing to run
- A filter reload triggered by another change is already running and the apply call timed out
Steps to Resolve
Apply Pending Changes From the OPNsense UI
- Log into OPNsense and navigate to Firewall > Aliases
- If a yellow apply banner is shown, click Apply to commit the change. Any underlying configuration error will surface here
Verify Apply Privilege on the API User's Group
For the full privilege list, see the OPNsense setup guide.