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 AAI
participant OOF
autonumber 

group SERVICE CREATION REQUEST
	hnote over SO : SO Service Creation
	VID -> SO : Service Creation Request
	note left: Service Model ID, Service Recipe ID
	
end

group INVENTORY RECORD CREATION
	hnote over AAI : Inventory Creation
	SO -> AAI : Inventory Record Creation Request
	note left: INVENTORY RECORD
	
end

group HOMING REQUEST
	hnote over OOF : Homing
	SO -> OOF : Service CreationHoming Request
	note left: ServicexNF Model IDResources, Service Recipe ID
	
end

@enduml


  1. << what >> – Flow description according to numbering. Include interface (e.g. SDCE-6) and main information  (can have a link to the information link).


...