Closed orkun34 closed 7 years ago
The POST method is the right method to use since it passes a json body that inlcudes the VNFD IDs to delete. Please use the swagger ui due to the fact that this one is created automatically from the API of the NFVO. Hence, the API doc will not be maintained anymore.
Hello,
I found something during VNFD development on our side. When I implement /vnf-descriptors/multipledelete , it always throws error if I send HTTP method as DELETE and according to api doc 3.2.0 , it says that method is called with DELETE method.
Here is log as well ; vnf_log.txt
However regarding this link http://get.openbaton.org/swagger-ui/#/ , method is called with POST which is worked on my side.
I think valid one is the 2nd option.