From e2d6e1ceaa1263be132333f654cf1b3dafd6094c Mon Sep 17 00:00:00 2001 From: Bertrand Souville Date: Wed, 20 Aug 2025 11:30:31 +0200 Subject: [PATCH] Need to update Readme and refs to v5.3.1 --- Readme.md | 2 +- src/SOL011/APIVersion/APIVersion.yaml | 4 ++-- src/SOL011/NSDManagement/NSDManagement.yaml | 4 ++-- src/SOL011/NSFaultManagement/NSFaultManagement.yaml | 4 ++-- .../NSFaultManagementNotification.yaml | 4 ++-- .../NSInstanceUsageNotification.yaml | 4 ++-- src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml | 4 ++-- .../NSLifecycleManagementNotification.yaml | 4 ++-- .../NSLifecycleOperationGranting.yaml | 4 ++-- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 4 ++-- .../NSPerformanceManagementNotification.yaml | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Readme.md b/Readme.md index dc9afd1..8c37d0b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # NFV SOL011 - OpenAPIs for the Or-Or Reference Point -This repository contains OpenAPIs for ETSI GS NFV-SOL 011 v4.5.1, RESTful protocols +This repository contains OpenAPIs for ETSI GS NFV-SOL 011 v5.3.1, RESTful protocols specification for the Or-Or Reference Point. More information at [NFV Solutions wiki](https://nfvwiki.etsi.org/index.php?title=NFV_Solutions). diff --git a/src/SOL011/APIVersion/APIVersion.yaml b/src/SOL011/APIVersion/APIVersion.yaml index 61df5c5..0aecd8c 100644 --- a/src/SOL011/APIVersion/APIVersion.yaml +++ b/src/SOL011/APIVersion/APIVersion.yaml @@ -23,8 +23,8 @@ info: name: NFV-SOL WG externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf paths: /nsd/api_versions: diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index 243539f..385b30f 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /nsd/v1 diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml index 7c2fa77..ea373e0 100644 --- a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /nsfm/v1 diff --git a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml index 21e03f7..78a8c99 100644 --- a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml +++ b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /callback/v1 diff --git a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml index 19df157..2d4d2cb 100644 --- a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml +++ b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml @@ -14,8 +14,8 @@ info: url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf security: - OauthSecurity: diff --git a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml index a82b00c..f774f62 100644 --- a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /nslcm/v1 diff --git a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml index 95f7ada..6044738 100644 --- a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +++ b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /callback/v1 diff --git a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml index febb0e5..450d248 100644 --- a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml +++ b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml @@ -14,8 +14,8 @@ info: url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf security: - OauthSecurity: diff --git a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml index 5dd0ed1..5b3c9e3 100644 --- a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /nspm/v1 diff --git a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml index f3d2a7a..8406100 100644 --- a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml +++ b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf + description: ETSI GS NFV-SOL 011 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/05.03.01_60/gs_NFV-SOL011v050301p.pdf basePath: /callback/v1 -- GitLab