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/api-protocol/swagger/acm-monitoring.json | |
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/api-protocol/swagger/acm-monitoring.json')
-rw-r--r-- | docs/clamp/acm/api-protocol/swagger/acm-monitoring.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/clamp/acm/api-protocol/swagger/acm-monitoring.json b/docs/clamp/acm/api-protocol/swagger/acm-monitoring.json index 2c177fa9..2c23abec 100644 --- a/docs/clamp/acm/api-protocol/swagger/acm-monitoring.json +++ b/docs/clamp/acm/api-protocol/swagger/acm-monitoring.json @@ -12,7 +12,7 @@ } }, "paths": { - "/onap/automationcomposition/v2/monitoring/acelement": { + "/onap/policy/clamp/acm/v2/monitoring/acelement": { "get": { "tags": [ "Clamp Automation Composition Monitoring API" @@ -155,7 +155,7 @@ } } }, - "/onap/automationcomposition/v2/monitoring/acelements/automationcomposition": { + "/onap/policy/clamp/acm/v2/monitoring/acelements/automationcomposition": { "get": { "tags": [ "Clamp Automation Composition Monitoring API" @@ -268,7 +268,7 @@ } } }, - "/onap/automationcomposition/v2/monitoring/participant": { + "/onap/policy/clamp/acm/v2/monitoring/participant": { "get": { "tags": [ "Clamp Automation Composition Monitoring API" @@ -404,7 +404,7 @@ } } }, - "/onap/automationcomposition/v2/monitoring/participants/automationcomposition": { + "/onap/policy/clamp/acm/v2/monitoring/participants/automationcomposition": { "get": { "tags": [ "Clamp Automation Composition Monitoring API" |