Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example JSON payload for updating two leaves ('status' and 'ne-state') for one device:

JSON Viewer
modeTree
hideMenutrue
hideBordertrue
height5
Code Block
languagejs
{
    'openroadm-device': [
        {'device-id':'C201-7-1A-1', 'status':'fail', 'ne-state':'jeopardy'},
    ]
}

...