[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.


Generated at Wed Feb 07 20:17:01 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.