blob: 957949ab3b4c35260fa68c536900bb0dd5583e12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
= restconf
Provides modules and configuration for RESTCONF northbound interface.
* To start RESTCONF HTTP use
** "restconf-http-enabled": "true"
* To start RESTCONF HTTPS use
** "restconf-https-enabled": "true"
* To disable RESTCONF start use
** "restconf-http-enabled": "false"
** "restconf-https-enabled": "false"
* To disable RESTCONF fully
** comment/remove io.fd.honeycomb.northbound.restconf.RestconfModule
from distribution module configuration
|