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/VID Service CreationAPI
	hnote over VID : Svc Model ID, Recipe ID
	VID -> SO : Service Creation Request	
end

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

group HOMING REQUEST
	hnote over OOF : Homing
	SO -> OOF : Homing Request
	note left: xNF Resources, Service ID
	
end

@enduml

...