-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[req-changes] Added device config status
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Device Configuration Status | ||
=========================== | ||
|
||
The possible values for the device's configuration status | ||
(``Device.config.status``) are explained below. | ||
|
||
``modified`` | ||
------------ | ||
|
||
The configuration of the device has been modified on OpenWISP, but the | ||
changes have not been applied to the device yet. | ||
|
||
``applied`` | ||
----------- | ||
|
||
The device has applied the configuration changes made on OpenWISP. | ||
|
||
``error`` | ||
--------- | ||
|
||
The configuration on the device caused issues and it was rolled back. | ||
|
||
``deactivating`` | ||
---------------- | ||
|
||
The device has been marked for deactivation and the configuration will be | ||
removed from the device. | ||
|
||
``deactivated`` | ||
--------------- | ||
|
||
The device is deactivated and the configuration has been removed from the | ||
device. |