Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
Description
Invoke POST at http://localhost:8181/rests/data/network-topology:network-topology with payload:
{
"topology": [
{
"topology-id": "restconf"
}
]
}
First time we expect success, the second time 409 error, we get:
{
"errors": {
"error": [
{
"error-tag": "data-exists",
"error-message": "Data already exists",
"error-path": "/network-topology:network-topology",
"error-type": "protocol"
}
]
}
}
The error path is not complete, we expect "/network-topology:network-topology/topology=restconf".
Attachments
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 110096,3 | Improve error path for list items | master | netconf | Status: MERGED | +2 | +1 |