$ docker images | grep opendaylight
opendaylight/opendaylight   0.18.2                          2f18318a9240   9 
months ago   472MB

A different error is returned without ?content=config

$ curl -X GET 
http://localhost:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=viavi_ric/yang-ext:mount
 -u admin:admin
{
"errors": {
"error": [
{
"error-tag": "operation-failed",
"error-info": "java.lang.IllegalArgumentException: Unable to read data: 
Optional[/], errors: [RpcError [message=, severity=ERROR, 
errorType=APPLICATION, tag=operation-not-supported, applicationTag=null, info=, 
cause=null]]",
"error-message": "Transaction failed",
"error-type": "application"
}
]
}
}

>From ODL logs

2024-07-11T13:15:12,605 | WARN  | globalWorkerGroup-3-1 | 
NetconfDeviceCommunicator        | 366 - 
org.opendaylight.netconf.sal-netconf-connector - 5.0.7 | 
RemoteDeviceId[name=viavi_ric, address=/172.17.0.2:830]: Error reply from 
remote device, request: <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-4">
<get/>
</rpc>
, response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-4">
<rpc-error>
<error-type>operation-not-supported</error-type>
<error-tag>operation-not-supported</error-tag>
<error-severity>error</error-severity>
</rpc-error>
</rpc-reply>
[......................]
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: 
Unable to read data: Optional[/], errors: [RpcError [message=, severity=ERROR, 
errorType=APPLICATION, tag=operation-not-supported, applicationTag=null, info=, 
cause=null]]

Best regards,
Florin


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9113): https://lists.opendaylight.org/g/Discuss/message/9113
Mute This Topic: https://lists.opendaylight.org/mt/107159537/21656
Group Owner: discuss+ow...@lists.opendaylight.org
Unsubscribe: https://lists.opendaylight.org/g/Discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to