Versions Compared

Key

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

...

PlantUML Macro
typedot
@startuml
participant SOL005_Adapter
participant SO_NFVO

autonumber 

	SOL005_Adapter -> SO_NFVO : POST .../subscriptions (LccnSubscriptionRequest)

group Testing the notification endpoint
	SO_NFVO -> SOL005_Adapter : GET << Callback URI >>
	SOL005_Adapter -> SO_NFVO : 204 No Content
end	
	SO_NFVO --> SO_NFVO : Create subscription resource
	SO_NFVO -> SOL005_Adapter : 201 Created (LccnSubscription)

opt 
	SOL005_Adapter -> SO_NFVO : GET .../subscriptions/
	SO_NFVO -> SOL005_Adapter : 200 OK (LccnSubscription[])
	SOL005_Adapter -> SO_NFVO : GET .../subscriptions/{subscriptionId}
	SO_NFVO -> SOL005_Adapter : 200 OK (LccnSubscription)
end
	SOL005_Adapter -> SO_NFVO : DELETE .../subscriptoins/{subscriptionId}
	SO_NFVO -> SOL005_Adapter : 204 No Content


@enduml


LCCN Notification

PlantUML Macro
typedot
@startuml
participant SOL005_Adapter
participant SO_NFVO

autonumber 

	SO_NFVO -> SOL005_Adapter : POST << Callback URI >> (<< Notification >>)
	SOL005_Adapter -> SO_NFVO : 204 No Content

@enduml