Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5886
Description
The current information seems limited and only works for data change event notifications.
https://github.com/opendaylight/docs/blob/master/manuals/developer-guide/src/main/asciidoc/controller/websocket-notifications.adoc
It will be really nice if it can be updated with working stream creation for yang notifications.
When I tried
http://<host>:8181/restconf/operations/sal-remote:create-notification-stream
{
"input":
}
Response is
{
"errors": {
"error": [
]
}
}
I think I am providing correct information and not able to understand what else is missing.
Attachments
Issue Links
- duplicates
-
NETCONF-56 create-notification-stream can not be used in helium Sr3 and lithium.
- Resolved