diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-10-05 15:56:48 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-10-05 15:56:48 +0100 |
commit | 19d451d0b657d7d33a126434f036d6489e1d3b89 (patch) | |
tree | af2f2b8aaacb0f4f3ac8fe389f4100194414271e /docs/clamp/acm/design-impl/participants/participant-simulator.rst | |
parent | 1732ed805c6a00b10272c60165ced906af507c3b (diff) |
Update ACM documentation for Kohn release
Removed participant simulator and k8s ppnt standalone endpoints.
Updated REST endpoints of ACM
Issue-ID: POLICY-4382
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Ib31253952a32b33b2e193293b0b1775fcb35054b
Diffstat (limited to 'docs/clamp/acm/design-impl/participants/participant-simulator.rst')
-rw-r--r-- | docs/clamp/acm/design-impl/participants/participant-simulator.rst | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/clamp/acm/design-impl/participants/participant-simulator.rst b/docs/clamp/acm/design-impl/participants/participant-simulator.rst deleted file mode 100644 index a53e9077..00000000 --- a/docs/clamp/acm/design-impl/participants/participant-simulator.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -.. _clamp-acm-participant-simulator: - -Participant Simulator -##################### - -This can be used for simulation testing purpose when there are no actual frameworks or a full deployment. -Participant simulator can edit the states of AutomationCompositionElements and Participants for verification of other clamp-acm components -for early testing. -All clamp-acm components should be setup, except participant frameworks (for example, no policy framework components -are needed) and participant simulator acts as respective participant framework, and state changes can be done with following REST APIs - -Participant Simulator API -========================= - -This API allows a Participant Simulator to be started and run for test purposes. - -:download:`Download Policy Participant Simulator API Swagger <swagger/participant-sim.json>` - -.. swaggerv2doc:: swagger/participant-sim.json |