Versions Compared

Key

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

...

PlantUML Macro
titleSDC Service Distribution-1
@startuml
participant VID
participant SO
participant Controller
autonumber 

group ASSOCIATED RESOURCES
	hnote over SO : Associated ResourcesService Instance ID, Configuration information
 	SO -> SO : Associated Resource Created
end

group CONFIGURE & ACTIVATE SERVICE
	hnote over Controller : AAI API Service Instance ID, Configuration information
	SO -> Controller : Activate Service
	Controller -> Controller : Configure Associated Resources
	Controller -> Controller : A&AI Updates
	Controller -> Controller : ActivateDCAE ServiceMonitoring (State)Activated
	hnote over AAI: INVENTORY RECORD
	SOController -> Controller : Activate Service (State)
	Controller -> ControllerSO : Service Activated	
end

group USER RESPONSE
	hnote over SO : xNF Resources, Service ID
	SO -> VID : Service Creation Response
end

@enduml

...