Error on trying to enable restconf on confd 6.3

Hi,
I downloaded the latest 6.3 confd from https://developer.cisco.com/site/confD/downloads/. Following the instructions in the documentation, I added the below to confd.conf

 <restconf>
    <enabled>true</enabled>
  </restconf>

Getting the below error:

~/confd > confd --verbose
Internal error: Startup failed.
Daemon died status=19

Any idea what could be wrong? Is there anything I am missing?

ConfD Basic doesn’t provide support for RESTCONF. You will need ConfD Premium in order to enable RESTCONF.

1 Like

The free ConfD Basic distribution only allows the use of NETCONF in a production environment. CLI is present for development usage only. For a summary of the main differences between ConfD Basic and ConfD Premium, please, see this post: http://discuss.tail-f.com/t/what-is-the-difference-between-confd-basic-and-confd-premium/29

1 Like