Versions Compared

Key

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

...

SOL002 Operation Sequence Flows


LCM Notifications

DIAGRAM - WORK IN PROGRESS

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 : alt  Subscribe to LCM Notifications after startup
        SOL002_Adapter -> External_VNFM : POST ../vnflcm/v1/subscriptions
        External_VNFM -> SOL002_Adapter : 201 Created

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


@enduml

...