Skip to:
Issue - if any subscription is present then calling all streams rest call throws exception.
Following are the steps to reproduce issue -
1. Post http://<controller-ip>:<port>/restconf/operations/sal-remote:create-data-change-event-subscription
Payload -{"input": { "path": "/opendaylight-inventory:nodes", "sal-remote-augment:datastore": "CONFIGURATION", "sal-remote-augment:scope": "BASE" }}
Response -{"output":{ "stream-name": "data-change-event-subscription/opendaylight-inventory:nodes/datastore=CONFIGURATION/scope=BASE" }}
2. Call GET http://<controller ip>:<port>/restconf/streams
, can you please add more details? The full URI with the GET and the full exception?
Issue - if any subscription is present then calling all streams rest call throws exception.
Following are the steps to reproduce issue -
1. Post http://<controller-ip>:<port>/restconf/operations/sal-remote:create-data-change-event-subscription
Payload -
{"input": { "path": "/opendaylight-inventory:nodes", "sal-remote-augment:datastore": "CONFIGURATION", "sal-remote-augment:scope": "BASE" }}
Response -
{"output":{ "stream-name": "data-change-event-subscription/opendaylight-inventory:nodes/datastore=CONFIGURATION/scope=BASE" }}
2. Call GET http://<controller ip>:<port>/restconf/streams