summaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/api-protocol/acm-rest-apis.rst
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-10-05 15:56:48 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-10-05 15:56:48 +0100
commit19d451d0b657d7d33a126434f036d6489e1d3b89 (patch)
treeaf2f2b8aaacb0f4f3ac8fe389f4100194414271e /docs/clamp/acm/api-protocol/acm-rest-apis.rst
parent1732ed805c6a00b10272c60165ced906af507c3b (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/api-protocol/acm-rest-apis.rst')
-rw-r--r--docs/clamp/acm/api-protocol/acm-rest-apis.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/clamp/acm/api-protocol/acm-rest-apis.rst b/docs/clamp/acm/api-protocol/acm-rest-apis.rst
index b71dae95..19c2a01a 100644
--- a/docs/clamp/acm/api-protocol/acm-rest-apis.rst
+++ b/docs/clamp/acm/api-protocol/acm-rest-apis.rst
@@ -103,28 +103,4 @@ Composition.
The Swagger for the Pass Through API will appear here.
-Participant Standalone API
-==========================
-
-This API allows a Participant to run in standalone mode and to run standalone Automation
-Composition Elements.
-
-Kubernetes participant can also be deployed as a standalone application and provides REST endpoints
-for onboarding helm charts to its local chart storage, installing and uninstalling of helm charts
-to a Kubernetes cluster. It also allows to configure a remote repository in Kubernetes participant
-for installing helm charts. User can onboard a helm chart along with the overrides YAML file, the
-chart gets stored in the local chart directory of Kubernetes participants. The onboarded charts can
-be installed and uninstalled. The GET API fetches all the available helm charts from the chart
-storage.
-
-.. swaggerv2doc:: swagger/k8sparticipant.json
-
-
-Participant Simulator API
-=========================
-
-This API allows a Participant Simulator to be started and run for test purposes.
-
-.. swaggerv2doc:: swagger/participant-sim.json
-
End of Document