JSON - Configuration Change This message is generated only when EdgeOS is processing a configuration change. It is used by the web UI to detect when the displayed configuration is out of date and requires refreshing. Table of Contents Response Root Examples Commit Started Commit Ended Response Root Name Type Values Description commit String started or ended The progress of the configuration change. Examples Commit Started Commit Started Example 61 { "config-change": { "commit": "started" } } Commit Ended Commit Ended Example 59 { "config-change": { "commit": "ended" } }