From aa029fe2d53a2f26a96178dc516815761e4beadf Mon Sep 17 00:00:00 2001 From: Ahmed Butt Date: Fri, 14 Feb 2020 07:17:50 +0100 Subject: [PATCH] SOL002_08, SOL002_9 & SOL002_10 Updated --- .../VNFLifecycleManagement.yaml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 757bec9d..54fb3cd5 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -289,7 +289,45 @@ paths: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503" 504: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504" + put: + description: > + The PUT method is not supported. + responses: + 405: + description: > + 405 Method Not Allowed + This method is not supported. When this method is requested on + this resource, the VNFM shall return a "405 Method Not Allowed" + response as defined in clause 6.4 of ETSI GS NFV-SOL 013 [6]. + schema: + $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405" + patch: + description: > + The PATCH method is not supported. + responses: + 405: + description: > + 405 Method Not Allowed + + This method is not supported. When this method is requested on + this resource, the VNFM shall return a "405 Method Not Allowed" + response as defined in clause 6.4 of ETSI GS NFV-SOL 013 [6]. + schema: + $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405" + delete: + description: > + The DELETE method is not supported. + responses: + 405: + description: > + 405 Method Not Allowed + + This method is not supported. When this method is requested on + this resource, the VNFM shall return a "405 Method Not Allowed" + response as defined in clause 6.4 of ETSI GS NFV-SOL 013 [6]. + schema: + $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405" ############################################################################### # Individual VNF instance # ############################################################################### -- GitLab