Incorrect SDNC API called for CCVPN Bandwidth on demand policy 40/87840/2
authorVidyashree Rama <vidyashree.rama@huawei.com>
Thu, 16 May 2019 05:44:55 +0000 (11:14 +0530)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 16 May 2019 12:54:22 +0000 (12:54 +0000)
Incorrect SDNC API called for CCVPN Bandwidth on demand policy

Issue-ID: POLICY-1774

Change-Id: I4ec0aa8ac6e1cabd4543ce2de9465a242dbeb69a
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java

index 4b22fa3..bf1ec0b 100644 (file)
@@ -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() {