diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-12-07 23:25:15 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-12-07 23:25:15 -0600 |
commit | 2be0c8d53e4ef74e37441189f7aaa8374f8d0dfd (patch) | |
tree | 7620bd2c2d5620fad37f9562d84667064941e447 /doc | |
parent | 334cc509f08b125f9db76914efb9c7b2adfffeba (diff) | |
download | netconfapk-2be0c8d53e4ef74e37441189f7aaa8374f8d0dfd.tar.gz netconfapk-2be0c8d53e4ef74e37441189f7aaa8374f8d0dfd.tar.bz2 netconfapk-2be0c8d53e4ef74e37441189f7aaa8374f8d0dfd.tar.xz netconfapk-2be0c8d53e4ef74e37441189f7aaa8374f8d0dfd.zip |
adelie-services: Vastly simplify YANG model
This restores the original behaviour/design. No real rationale
was given for splitting into a status node other than that the
server did not support returning the same node name for running
and operational. It does now, so let's do this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service.rst | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/service.rst b/doc/service.rst index b64870e..162b168 100644 --- a/doc/service.rst +++ b/doc/service.rst @@ -231,17 +231,13 @@ The data model for system services has the following structure: :: +--rw services - | +--rw service* [name] - | +--rw name string - | +--rw enabled boolean - +--ro service-status - +--ro service* [name] - +--ro name string + +--rw service* [name] + +--rw name string +--ro description? string + +--rw enabled boolean +--ro status service-status +--ro start-time? yang:date-and-time - Module ------ |