Commit 613c699b authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #3 in 2.5.1

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

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

  '/nsfm/api-versions':
  '/nsfm/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

  '/nslcm/api-versions':
  '/nslcm/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

  '/nspm/api-versions':
  '/nspm/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

  '/vnfpkgm/api-versions':
  '/vnfpkgm/api_versions':
    $ref: '../endpoints/SOL005_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.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: "SOL005 - NSD Management Interface"
  description: >
    SOL005 - NSD Management Interface 
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

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

info:
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: "SOL005 - NS Fault Management Interface"
  description: >
    SOL005 - NS Fault Management Interface
@@ -30,7 +30,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

  ###############################################################################
+2 −2
Original line number Diff line number Diff line
swagger: "2.0"
info:
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:3"
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:4"
  title: "SOL005 - NS Lifecycle Management Interface"
  description: >
    SOL005 - NS Lifecycle Management Interface
@@ -29,7 +29,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

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

info:
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: "SOL005 - NS Performance Management Interface"
  description: >
    SOL005 - NS Performance Management Interface
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
  '/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'

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