Commit 7150991e authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003: passing APIVersions to OAS3

parent 3977d9ea
Loading
Loading
Loading
Loading
+22 −25
Original line number Original line Diff line number Diff line
swagger: "2.0"
openapi: 3.0.2

info:
info:
  version: "1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  
  title: "SOL003 - API version interface"
  title: SOL003 - API version interface
  description: >
  description: >
    SOL003 - API version Interface
    SOL003 - API version Interface
    IMPORTANT: Please note that this file might be not aligned to the current
    IMPORTANT: Please note that this file might be not aligned to the current
@@ -9,42 +10,38 @@ info:
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
  contact:
    name: NFV-SOL WG
  license:
  license:
    name: "ETSI Forge copyright notice"
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  contact:
  version: "1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
    name: "NFV-SOL WG"

externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 003 V2.7.1
  description: ETSI GS NFV-SOL 003 V3.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.07.01_60/gs_NFV-SOL003v020701p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.07.01_60/gs_nfv-sol003v020701p.pdf
schemes:

  - http
  - https
consumes:
  - application/json
produces:
  - application/json
paths:
paths:
  ###############################################################################
  /vrqan/api_versions:
  # API Versions                                                                #
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
  ###############################################################################

  '/vrqan/api_versions':
  /vnffm/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/vnffm/api_versions':
  /vnfind/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/vnfind/api_versions':
  /vnflcm/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/vnflcm/api_versions':
  /vnfpm/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/vnfpm/api_versions':
  /grant/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/grant/api_versions':
  /vnfpkgm/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'


  '/vnfpkgm/api_versions':
  /vnfsnapshotpkgm/api_versions:
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
 No newline at end of file