Commit d4fe5a3f authored by Bertrand Souville's avatar Bertrand Souville
Browse files

Merge branch '5.2.1-dev' into 'Release-5'

merge branch '5.2.1 dev' into 'Release-5'

See merge request !26
parents bde06d2e 469f019d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# NFV SOL005 APIs

This repository hosts the [OpenAPI](https://www.openapis.org/) specificatons and other documentation
for the APIs defined in ETSI NFV GSs SOL005 v5.1.1.
for the APIs defined in ETSI NFV GSs SOL005 v5.2.1.

The APIs described in this repository are defined for the `Os-Ma-nfvo` reference point.

+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.10.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.01.01_60/gs_nfv-sol005v050101p.pdf
  description: ETSI GS NFV-SOL 005 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.02.01_60/gs_nfv-sol005v050201p.pdf

servers:
  - url: http://127.0.0.1/
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.13.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.01.01_60/gs_nfv-sol005v050101p.pdf
  description: ETSI GS NFV-SOL 005 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.02.01_60/gs_nfv-sol005v050201p.pdf
  
servers:
  - url: http://127.0.0.1/nfvici/v1
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.13.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.01.01_60/gs_nfv-sol005v050101p.pdf
  description: ETSI GS NFV-SOL 005 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.02.01_60/gs_nfv-sol005v050201p.pdf

servers:
  - url: http://127.0.0.1/callback/v1
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 2.12.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.01.01_60/gs_nfv-sol005v050101p.pdf
  description: ETSI GS NFV-SOL 005 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/05.02.01_60/gs_nfv-sol005v050201p.pdf

servers:
  - url: http://127.0.0.1/nsd/v2
Loading