Change-Id: I1906dd68a4f72868151929a220301197891d1586
Issue-ID: USECASEUI-160
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
return packageDistributionService.deleteVfPackage(casrId);
}
- @RequestMapping(value = {"/uui-lcm/fetchNsTemplateData}"}, method = RequestMethod.GET , produces = "application/json")
+ @RequestMapping(value = {"/uui-lcm/fetchNsTemplateData}"}, method = RequestMethod.POST , produces = "application/json")
public String fetchNsTemplateData(HttpServletRequest request){
return packageDistributionService.fetchNsTemplateData(request);
}
@GET("/api/catalog/v1/nspackages")
Call<ResponseBody> listNsTemplates();
- @GET("/api/catalog/v1/parsernsd")
+ @POST("/api/catalog/v1/parsernsd")
Call<ResponseBody> fetchNsTemplateData(@Body RequestBody body);
@GET("/api/nslcm/v1/ns")