Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / states / GetParticipantInformation.puml
1 @startuml
2
3 participant REST
4 participant ACM_Runtime
5 database ACM_Database
6
7 REST -> ACM_Runtime: Get Participant Information
8 ACM_Runtime -> ACM_Database: Read Participant Data
9 REST <- ACM_Runtime: Return Participant Information including\nsupported AC Element Types,\nAC Element Instances and their states\nand Heartbeat Information
10
11 @enduml