Versions Compared

Key

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

...

At this point, the openroadm app is loaded and activated. You can use the RESTCONF northbound to interact with the service, network and device models. REST resources are exposed through http://localhost:8181/onos/restconf/data/.

For example, we can use POSTMAN to create the following network configuration. A simple GET on the same URL will verify the state of the dynamic configuration store.

Image AddedUse RESTCONF to directly interact with devices (missing the async notifications)

Finally, you can also inspect the YANG models using the UI.

...