APIVersion.yaml 1.63 KB
Newer Older
1
swagger: "2.0"
2

3
info:
Giacomo Bernini's avatar
Giacomo Bernini committed
4
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
5
6
7
8
9
10
11
12
13
14
15
16
17
  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.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
  license:
    name: "ETSI Forge copyright notice"
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  contact:
    name: "NFV-SOL WG"
18

19
20
21
externalDocs:
  description: ETSI GS NFV-SOL 005 V2.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.05.01_60/gs_NFV-SOL005v020501p.pdf
22

23
24
25
schemes:
  - http
  - https
26

27
28
consumes:
  - application/json
29

30
31
produces:
  - application/json
32

33
34
35
36
paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
Giacomo Bernini's avatar
Giacomo Bernini committed
37
  '/nsd/api_versions':
38
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
39

Giacomo Bernini's avatar
Giacomo Bernini committed
40
  '/nsfm/api_versions':
41
42
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

Giacomo Bernini's avatar
Giacomo Bernini committed
43
  '/nslcm/api_versions':
44
45
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

Giacomo Bernini's avatar
Giacomo Bernini committed
46
  '/nspm/api_versions':
47
48
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

Giacomo Bernini's avatar
Giacomo Bernini committed
49
  '/vnfpkgm/api_versions':
50
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'