You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every once in a while a device will be out of sync with nso when performing its diff. We should ensure that these errors are displayed to the user to eliminate any confusion.
Example:
{
"ietf-restconf:errors": {
"error": [
{
"error-type": "application",
"error-tag": "malformed-message",
"error-path": "/tailf-ncs:services/oess-l3connection:oess-l3connection[connection_id='0000']",
"error-message": "Network Element Driver: device example.name: out of sync"
}
]
}
}
The text was updated successfully, but these errors were encountered:
Every once in a while a device will be out of sync with nso when performing its diff. We should ensure that these errors are displayed to the user to eliminate any confusion.
Example:
The text was updated successfully, but these errors were encountered: