Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Invoking request on current main branch (6aba89d85) returns 409:
GET http://localhost:8181/rests/data/ietf-restconf-monitoring:restconf-state/streams
The response:
{
"errors": {
"error": [
{
"error-tag": "data-missing",
"error-message": "Request could not be completed because the relevant data model content does not exist",
"error-type": "protocol"
}
]
}
}
On netconf version 6 we can successfully get the list of available streams.