Commit 2674e1d1 authored by Bertrand Souville's avatar Bertrand Souville
Browse files

Need to update Readme, refs to v5.3.1 and address EditHelps feedback

parent 6b09cbea
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# NFV SOL002 and SOL003 APIs

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

The APIs described in this repository are defined for the following reference points:

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

externalDocs:
  description: ETSI GS NFV-SOL 002 Final Draft V5.2.3
  url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed531/NFV-SOL002ed531v523.zip
  description: ETSI GS NFV-SOL 002 V5.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/05.03.01_60/gs_NFV-SOL002v050301p.pdf

paths:
  /vnfconfig/api_versions:
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ definitions:
          - DYNAMIC
      cpuOperationalPowerStates:
        description: >
          Provides the list of operational power states (i.e., P and C states)
          Provides the list of operational power states (i.e. P and C states)
          defined for the virtual CPU (see note 2).
        $ref: "#/definitions/KeyValuePairs"

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

externalDocs:
  description: ETSI GS NFV-SOL 002 Final Draft V5.2.3
  url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed531/NFV-SOL002ed531v523.zip
  description: ETSI GS NFV-SOL 002 V5.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/05.03.01_60/gs_NFV-SOL002v050301p.pdf

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

externalDocs:
  description: ETSI GS NFV-SOL 002 Final Draft V5.2.3
  url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL002ed531/NFV-SOL002ed531v523.zip
  description: ETSI GS NFV-SOL 002 V5.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/05.03.01_60/gs_NFV-SOL002v050301p.pdf

servers:
  - url: http://127.0.0.1/vnffm/v1
Loading