APIVersion.yaml 1.64 KB
Newer Older
1
swagger: "2.0"
moscatelli's avatar
moscatelli committed
2

3
4
info:
  version: "1.2.0"
moscatelli's avatar
moscatelli committed
5
  title: SOL002 - API version interface
6
7
8
9
10
11
12
13
  description: >
    SOL002 - 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:
moscatelli's avatar
moscatelli committed
14
    name: ETSI Forge copyright notice
15
16
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  contact:
moscatelli's avatar
moscatelli committed
17
18
    name: NFV-SOL WG

19
20
21
externalDocs:
  description: ETSI GS NFV-SOL 002 V2.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.05.01_60/gs_nfv-sol002v020501p.pdf
moscatelli's avatar
moscatelli committed
22

23
24
25
schemes:
  - http
  - https
moscatelli's avatar
moscatelli committed
26

27
28
consumes:
  - application/json
moscatelli's avatar
moscatelli committed
29

30
31
produces:
  - application/json
moscatelli's avatar
moscatelli committed
32

33
34
35
36
paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  '/vnfconfig/api-versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

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

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

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

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