Versions Compared

Key

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

...

PlantUML Render Macro

@startuml

participant SOL002_Adapter
participant External_VNFM
participant AAI
participant "APPC/CDS"

hnote over AAI : Precondition: VNFM is manually registered in ESR

alt  Subscribe to LCM Notifications after startup
        SOL002_Adapter -> External_VNFM : POST ../vnflcm/v1/subscriptions
        External_VNFM -> SOL002_Adapter : 201 Created

end

alt  Receive LCM Notification
         External_VNFM -> SOL002_Adapter : POST ../notifyEndpoint

end


@enduml