Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 697 Bytes

File metadata and controls

53 lines (40 loc) · 697 Bytes

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.

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"
    }
}