From: Vidyashree Rama Date: Thu, 16 May 2019 05:44:55 +0000 (+0530) Subject: Incorrect SDNC API called for CCVPN Bandwidth on demand policy X-Git-Tag: 1.4.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cf34cc6e78f38dec2a5925f70dd3e39f0c125b22;p=policy%2Fdrools-applications.git Incorrect SDNC API called for CCVPN Bandwidth on demand policy Incorrect SDNC API called for CCVPN Bandwidth on demand policy Issue-ID: POLICY-1774 Change-Id: I4ec0aa8ac6e1cabd4543ce2de9465a242dbeb69a Signed-off-by: Vidyashree Rama --- diff --git a/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java b/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java index 4b22fa3ff..bf1ec0b1a 100644 --- a/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java +++ b/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java @@ -57,12 +57,12 @@ public class SdncSimulatorJaxRs { } /** - * SDNC vnf topology operation. + * SDNC vf module topology operation. * * @return the response */ @POST - @Path("/GENERIC-RESOURCE-API:vnf-topology-operation") + @Path("/GENERIC-RESOURCE-API:vf-module-topology-operation") @Consumes(MediaType.APPLICATION_JSON) @Produces("application/json") public String sdncVnfTopologyOperation() {