From b670a4f3dcae71e2a286846c80c02f58dcba7acc Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 17 Jul 2019 17:33:29 +0200 Subject: [PATCH] upd --- .../NSFaultManagement/NSFaultManagement.yaml | 16 ++++++++-------- .../VNFPackageManagement.yaml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/SOL005/NSFaultManagement/NSFaultManagement.yaml b/src/SOL005/NSFaultManagement/NSFaultManagement.yaml index c835424..ab6e4d7 100644 --- a/src/SOL005/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL005/NSFaultManagement/NSFaultManagement.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: - version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1" + version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1" title: "SOL005 - NS Fault Management Interface" description: > SOL005 - NS Fault Management Interface @@ -16,8 +16,8 @@ info: contact: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 005 V2.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.05.01_60/gs_NFV-SOL005v020501p.pdf + description: ETSI GS NFV-SOL 005 V2.6.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.06.01_60/gs_NFV-SOL005v020601p.pdf basePath: /nsfm/v1 schemes: - http @@ -37,7 +37,7 @@ paths: # Alarms # ############################################################################### '/alarms': - #ETSI GS NFV-SOL 005 V2.4.1 location: 8.4.2 + #ETSI GS NFV-SOL 005 V2.6.1 location: 8.4.2 parameters: - name: Authorization description: > @@ -153,7 +153,7 @@ paths: # Individual alarm # ############################################################################### '/alarms/{alarmId}': - #ETSI GS NFV-SOL 005 V2.4.1 location: 8.4.3 + #ETSI GS NFV-SOL 005 V2.6.1 location: 8.4.3 parameters: - name: alarmId description: > @@ -329,7 +329,7 @@ paths: #Subscriptions # ############################################################################## '/subscriptions': - #ETSI GS NFV-SOL 005 V2.4.1 location: 8.4.4 + #ETSI GS NFV-SOL 005 V2.6.1 location: 8.4.4 parameters: - name: Authorization description: > @@ -535,7 +535,7 @@ paths: # Individual subscription # ############################################################################### '/subscriptions/{subscriptionId}': - #ETSI GS NFV-SOL 005 V2.4.1 location: 8.4.5 + #ETSI GS NFV-SOL 005 V2.6.1 location: 8.4.5 parameters: - name: subscriptionId description: > @@ -670,4 +670,4 @@ paths: 500: $ref: "../responses/SOL005_resp.yaml#/responses/500" 503: - $ref: "../responses/SOL005_resp.yaml#/responses/503" \ No newline at end of file + $ref: "../responses/SOL005_resp.yaml#/responses/503" diff --git a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml index e4659a0..46bcc7d 100644 --- a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml +++ b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: - version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1" + version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1" title: SOL005 - VNF Package Management Interface description: > SOL005 - VNF Package Management Interface @@ -16,8 +16,8 @@ info: contact: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 005 V2.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.05.01_60/gs_NFV-SOL005v020501p.pdf + description: ETSI GS NFV-SOL 005 V2.6.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.06.01_60/gs_NFV-SOL005v020601p.pdf basePath: /vnfpkgm/v1 schemes: @@ -37,7 +37,7 @@ paths: # VNF Packages # ############################################################################### '/vnf_packages': - #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.2 + #ETSI GS NFV-SOL 005 V2.6.1 location: 9.4.2 parameters: - name: Authorization description: > @@ -231,7 +231,7 @@ paths: # Individual VNF Package # ############################################################################### '/vnf_packages/{vnfPkgId}': - #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.3 + #ETSI GS NFV-SOL 005 V2.6.1 location: 9.4.3 parameters: - name: vnfPkgId description: > @@ -431,7 +431,7 @@ paths: # VNFD in an individual VNF package # ############################################################################### '/vnf_packages/{vnfPkgId}/vnfd': - #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.4 + #ETSI GS NFV-SOL 005 V2.6.1 location: 9.4.4 parameters: - name: Authorization description: > @@ -540,7 +540,7 @@ paths: # VNF Package Content # ############################################################################### '/vnf_packages/{vnfPkgId}/package_content': - #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.5 + #ETSI GS NFV-SOL 005 V2.6.1 location: 9.4.5 parameters: - name: Authorization description: > @@ -1240,4 +1240,4 @@ paths: 500: $ref: "../responses/SOL005_resp.yaml#/responses/500" 503: - $ref: "../responses/SOL005_resp.yaml#/responses/503" \ No newline at end of file + $ref: "../responses/SOL005_resp.yaml#/responses/503" -- GitLab