[NETCONF-1244] Restconf monitoring streams are missing Created: 01/Feb/24 Updated: 01/Feb/24 |
|
| Status: | Open |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Ivan Hrasko | Assignee: | Ivan Hrasko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | pick-next, pt, regression | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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. |