Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
Description
It not possible to retrieve operation resource, for example when invoked:
GET: rests/operations/aaa-cert-rpc:getODLCertificate
The response is error 400 with message:
{
"errors": {
"error": [
{
"error-tag": "invalid-value",
"error-message": "URI has bad format. If operations behind mount point should be showed, URI has to end with yang-ext:mountyang-ext:mount",
"error-type": "protocol"
}
]
}
}
According to RFC 8040, p. 22an empty leaf should be returned.
Attachments
Issue Links
- blocks
-
NETCONF-928 Discover mountpoint RPC operation through RESTCONF is failing with response 500
-
- Resolved
-