From d96f87f26ac9682c9bc00d3aebbd3b343c367fef Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Wed, 18 Apr 2018 16:59:03 +0200 Subject: [PATCH] All headers of the APIs are aligned in terms of formatting, version set to 1.1.1, added reference to the GS Change-Id: Iebbfb9b929cc5180f9dc8ce7e27feafa4cd3f60f Signed-off-by: Michele Carignani --- src/SOL002/VNFConfiguration/VNFConfiguration.yaml | 11 ++++++----- .../VNFFaultManagement/VNFFaultManagement.yaml | 13 ++++++++----- src/SOL002/VNFIndicator/VNFIndicator.yaml | 10 +++++----- .../VNFIndicatorNotification.yaml | 13 ++++++++----- .../VNFLifecycleManagement.yaml | 12 +++++++----- .../VNFPerformanceManagement.yaml | 13 ++++++++----- .../VNFFaultManagement/VNFFaultManagement.yaml | 8 +++++++- .../VNFFaultManagementNotification.yaml | 10 +++++++--- src/SOL003/VNFIndicator/VNFIndicator.yaml | 6 +++++- .../VNFIndicatorNotification.yaml | 10 +++++++--- .../VNFLifecycleManagement.yaml | 10 +++++++--- .../VNFLifecycleManagementNotification.yaml | 10 +++++++--- .../VNFLifecycleOperationGranting.yaml | 8 +++++++- .../VNFPackageManagement/VNFPackageManagement.yaml | 10 +++++++--- .../VNFPackageManagementNotification.yaml | 10 +++++++--- .../VNFPerformanceManagement.yaml | 8 +++++++- .../VNFPerformanceManagementNotification.yaml | 10 +++++++--- ...tualisedResourcesQuotaAvailableNotification.yaml | 10 +++++++--- ...urcesQuotaAvailableNotificationNotification.yaml | 10 +++++++--- 19 files changed, 131 insertions(+), 61 deletions(-) diff --git a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml index 7e9b8bf6..afcbef79 100644 --- a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml +++ b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml @@ -2,21 +2,22 @@ swagger: "2.0" info: version: "2.3.1" - title: "DRAFT VNF Configuration interface" + title: DRAFT - SOL002 - VNF Configuration interface description: > DRAFT VNF Configuration interface of ETSI NFV SOL002 + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=--- - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - +externalDocs: + description: ETSI GS NFV-SOL 002 V2.4.1 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /vnfconfig/v1 diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml index 5a49feb3..2ec4ae34 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -1,22 +1,25 @@ swagger: "2.0" info: - version: "2.3.1" - title: "DRAFT VNF Configuration interface" + version: "1.1.1" + title: DRAFT - SOL002 - VNF Configuration interface description: > DRAFT VNF Configuration interface of ETSI NFV SOL002 + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=--- - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" + license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 002 V2.4.1 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /vnfconfig/v1 diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index cb5a3c5b..2baf4f50 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -3,7 +3,7 @@ swagger: "2.0" info: version: "1.1.1" - title: "DRAFT VNF Indicator interface" + title: "DRAFT - SOL002 - VNF Indicator interface" description: > DRAFT VNF Indicator interface of ETSI NFV SOL002. @@ -14,15 +14,15 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" + license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt + externalDocs: - description: ETSI GS NFV-SOL 002 V2.3.3 + description: ETSI GS NFV-SOL 002 V2.4.1 url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /vnfind/v1 diff --git a/src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml b/src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml index 05d7affa..1320273b 100644 --- a/src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml +++ b/src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml @@ -1,22 +1,25 @@ swagger: "2.0" info: - version: "2.3.1" - title: "DRAFT VNF Indicator Notification Endpoint interface" + version: "1.1.1" + title: "DRAFT - SOL002 - VNF Indicator Notification Endpoint interface" description: > DRAFT VNF Indicator Notification Endpoint interface of ETSI NFV SOL002 + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=--- - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" + license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 002 V2.4.1 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /callback/v1 diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 79fa100b..f6f9bf8c 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1,22 +1,24 @@ swagger: "2.0" info: - version: "2.3.1" - title: "DRAFT VNF Configuration interface" + version: "1.1.1" + title: "DRAFT - SOL002 - VNF Configuration interface" description: > DRAFT VNF Configuration interface of ETSI NFV SOL002 + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=--- - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 002 V2.4.1 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /vnfconfig/v1 diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 67ff790c..f61bcc7f 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -1,22 +1,25 @@ swagger: "2.0" info: - version: "2.3.1" - title: "DRAFT VNF Configuration interface" + version: "1.1.1" + title: "DRAFT - SOL002 - VNF Configuration interface" description: > DRAFT VNF Configuration interface of ETSI NFV SOL002 + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=--- - termsOfService: "http://etsi.org" - contact: - name: "NFV-SOL WG" + license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 002 V2.4.1 + url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed241_Ve-Vnfm_RESTful_protocols_spec/NFV-SOL002ed241v233.zip basePath: /vnfconfig/v1 diff --git a/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml index e78bb265..7f53c668 100644 --- a/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Fault Management interface description: > DRAFT - SOL003 - VNF Fault Management interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,11 +17,16 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf + basePath: "/vnffm/v1" schemes: diff --git a/src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml b/src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml index 5aa167dd..c3322b0a 100644 --- a/src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml +++ b/src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Fault Management Notification interface description: > DRAFT - SOL003 - VNF Fault Management Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" diff --git a/src/SOL003/VNFIndicator/VNFIndicator.yaml b/src/SOL003/VNFIndicator/VNFIndicator.yaml index 46d82b67..2087dc67 100644 --- a/src/SOL003/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL003/VNFIndicator/VNFIndicator.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Indicator interface description: > DRAFT - SOL003 - VNF Indicator interface @@ -21,6 +21,10 @@ info: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf + basePath: "/vnfind/v1" schemes: diff --git a/src/SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml b/src/SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml index 0b2ac5d0..2bafe43a 100644 --- a/src/SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml +++ b/src/SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Indicator Notification interface description: > DRAFT - SOL003 - VNF Indicator Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" diff --git a/src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 9fea6742..57fdbbf2 100644 --- a/src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Lifecycle Management interface description: > DRAFT - SOL003 - VNF Lifecycle Management interface definition + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/vnflcm/v1" diff --git a/src/SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml b/src/SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml index f661974c..dde7ce58 100644 --- a/src/SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml +++ b/src/SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Lifecycle Management Notification interface description: > DRAFT - SOL003 - VNF Lifecycle Management Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" diff --git a/src/SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml b/src/SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml index e83763c7..25e4fac1 100644 --- a/src/SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml +++ b/src/SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Lifecycle Operation Granting interface description: > DRAFT - SOL003 - VNF Lifecycle Operation Granting interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,11 +17,16 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf + basePath: "/grant/v1" schemes: diff --git a/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml b/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml index 2980680b..44e156a0 100644 --- a/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml +++ b/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Package Management interface description: > DRAFT - SOL003 - VNF Package Management interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/vnfpkgm/v1" diff --git a/src/SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml b/src/SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml index 54073f8e..9be5c6a4 100644 --- a/src/SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml +++ b/src/SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Package Management Notification interface description: > DRAFT - SOL003 - VNF Package Management Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" diff --git a/src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 02305bbf..70bdd993 100644 --- a/src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Performance Management interface description: > DRAFT - SOL003 - VNF Performance Management interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,11 +17,16 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf + basePath: "/vnfpm/v1" schemes: diff --git a/src/SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml b/src/SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml index a0bc337c..23f2a00a 100644 --- a/src/SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml +++ b/src/SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - VNF Performance Management Notification interface description: > DRAFT - SOL003 - VNF Performance Management Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" diff --git a/src/SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml b/src/SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml index e3e74804..7d7cfee0 100644 --- a/src/SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml +++ b/src/SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - Virtualised Resources Quota Available Notification interface description: > DRAFT - SOL003 - Virtualised Resources Quota Available Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/vrqan/v1" diff --git a/src/SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml b/src/SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml index 02404868..2c5a7622 100644 --- a/src/SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml +++ b/src/SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml @@ -1,10 +1,11 @@ swagger: "2.0" info: - version: "2.4.1" + version: "1.1.1" title: DRAFT - SOL003 - Virtualised Resources Quota Available Notification Notification interface description: > DRAFT - SOL003 - Virtualised Resources Quota Available Notification Notification interface + IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI @@ -16,12 +17,15 @@ info: to the attribute-based filtering mechanism are being considered in v2.5.1 of this GS for inclusion in the corresponding future ETSI NFV OpenAPI design. + Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt - contact: - name: "NFV-SOL WG" + +externalDocs: + description: ETSI GS NFV-SOL 003 V2.4.1 + url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.04.01_60/gs_NFV-SOL003v020401p.pdf basePath: "/callback/v1" -- GitLab