Change-Id: I655f4823cb3ee275286c8b762a9c35df6b53b28c
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-1005
      * @param httpResponse the HTTP response
      * @return the descriptor of the created VNF
      */
-    @RequestMapping(value = "/vnfs/{vnfIdInAai}", method = POST, consumes = APPLICATION_JSON_VALUE)
+    @RequestMapping(value = "/vnfs/{vnfIdInAai}", method = GET, consumes = APPLICATION_JSON_VALUE)
     @ResponseBody
     public SoV2VnfQueryResponse queryVnf(@RequestBody SoV2VnfQueryRequest request, @PathVariable("vnfIdInAai") String vnfIdInAai, HttpServletResponse httpResponse) {
         logger.info("REST: Create the VNF");