Accessing Opendaylight restconf using curl
Hi, I am trying to access restconf using the below CURL command: curl -u admin:admin http://192.168.0.2:8181/restconf/conf...
But, I am getting the below response:
{"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}}
Can anyone help me to resolve the issue?
Regards, Srikanth.