Commit 2c3c1fa7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #3 in 2.6.1

parent f84d9a00
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: SOL002 - API version interface
  description: >
    SOL002 - API version Interface
@@ -34,17 +34,17 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/vnfconfig/api-versions':
  '/vnfconfig/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

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

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

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

  '/vnfpm/api-versions':
  '/vnfpm/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: SOL002 - VNF Configuration interface
  description: >
    SOL002 - VNF Configuration Interface
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

  ###############################################################################
+2 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: SOL002 - VNF Fault Management interface
  description: >
    SOL002 - VNF Fault Management interface
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

  ###############################################################################
+2 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: SOL002 - VNF Indicator interface
  description: >
    SOL002 - VNF Indicator interface
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

  ###############################################################################
+2 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: SOL002 - VNF Lifecycle Management interface
  description: >
    SOL002 - VNF Lifecycle Management interface
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'

  ###############################################################################
Loading