Versions Compared

Key

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

...

APIs to SOTN Controller (Restconf)

Subscribe Notification

?Functionality?

             Collector (Client) and SOTN Controller establishes subscription relationship. 

?Method?

             POST

?Request-URL?

             /restconf/operations/ietf-subscribed-notifications:establish-subscription

?Request-Body?

            {

               "ietf-subscribed-notifications:input": {

...

               }

            }

?Response-Body?

           {

                "ietf-subscribed-notifications:output": {

...

           }

Establish Long Term

?Functionality?

           Collector establishes long term connectivity with SOTN Controller and the controller will continuously Push the subscribed notification over. 

?Method?

           GET

?Request-URL?

           /restconf/streams/yang-push-json

?Request-Body?

          (TBD)

?Response-Body?

          {  

             "ietf-notification:notification": {

...