X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=provider%2Fdocs%2Fretrievepublishedapi.plantuml;fp=provider%2Fdocs%2Fretrievepublishedapi.plantuml;h=6fd38743ac8749d1ed6a327df67a7f32bfbe7152;hb=369de53fafc96b544add3d002c874d13352f824c;hp=0000000000000000000000000000000000000000;hpb=52ce3e9077fa2aac98fbe1572f5ffed575acc76f;p=nonrtric%2Fplt%2Fsme.git diff --git a/provider/docs/retrievepublishedapi.plantuml b/provider/docs/retrievepublishedapi.plantuml new file mode 100644 index 0000000..6fd3874 --- /dev/null +++ b/provider/docs/retrievepublishedapi.plantuml @@ -0,0 +1,15 @@ +@startuml Retrieve all published APIs +actor ProviderClient +box "CAPIF Internal" +participant capifcore +participant publishservice +end box + +alt#Salmon #Salmon Retrieve API Service + ProviderClient->capifcore: Retrieve services\n with apfId + capifcore->publishservice: Retrieve all published\n services from apfId + publishservice->capifcore: Array of ServiceAPIDescription + capifcore->ProviderClient: All ServiceAPIDescription\n published from apfId +end + +@enduml \ No newline at end of file