APIVersion.yaml 1.33 KB
Newer Older
1
openapi: 3.0.2
2

3
info:
4
5
6
7
8
  title: SOL005 - API version interface
  description: |
    SOL005 - API version 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 Group Specification takes precedence.
9
    Please report bugs to Please report bugs to https://forge.etsi.org/rep/nfv/SOL005/issues
10
11
  contact:
    name: NFV-SOL WG
12
  license:
13
    name: ETSI Forge copyright notice
14
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
15
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
16

17
externalDocs:
18
  description: ETSI GS NFV-SOL 005 V3.3.1
19
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.03.01_60/gs_nfv-sol005v030301p.pdf
20

21
22
23
servers:
  - url: http://127.0.0.1/
  - url: https://127.0.0.1/
24

25
paths:
26
27
  /nsd/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
28

29
30
  /nsfm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
31

32
33
  /nslcm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
34

35
36
  /nspm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
37

38
39
  /vnfpkgm/api_versions:
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions