Versions Compared

Key

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

...

PlantUML Macro
typedot
@startuml
participant ETSI_Catalog_Mgr
participant SOL005_Adapter
participant NFVO


autonumber 

note over ETSI_Catalog_MgrNFVO : Precondition:SO ETSINFVO Catalog/ MgrVFC stores/ aExternal NS packageNFVO
note over SOL005_Adapter : Precondition: SOL005 Adapter subscribed to ETSI Catalog Mgr for NSD notifications
note over NFVO  ETSI_Catalog_Mgr : Precondition: SOETSI NFVOCatalog /Mgr VFCstores /a ExternalNS NFVOpackage

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


@enduml