Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Testes in 2.2.1. The "location" key in JSON is no allowed, the current one is "locations" and receives a list of "device/port"s

...

Code Block
{
  "00:02:c9:1e:b1:20/None": {
    "basic": {
      "ips": ["10.0.1.1", "10.0.1.2"],
      "locationlocations": ["of:0000000000000001/5"]
    }
  },
  "00:02:c9:1e:b1:21/None": {
    "basic": {
      "ips": [],
      "locationlocations": ["of:0000000000000001/13"]
    }
  }
}