Commit a9d4b4d7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed version

parent ade6ce04
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.2
info:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Configuration and Information Management Interface
  description: >
    SOL009 - NFV-MANO Configuration and Information Management Interface
@@ -20,10 +20,10 @@ externalDocs:
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.05.01_60/gs_NFV-SOL009v030501p.pdf

servers:
  - url: http://0.0.0.0/nfvmanocim/v1
  - url: http://0.0.0.0/nfvmanocim/v2
    description: >
      API HTTP Server
  - url: https://0.0.0.0/nfvmanocim/v1
  - url: https://0.0.0.0/nfvmanocim/v2
    description: >
      API HTTPS Server

+3 −3
Original line number Diff line number Diff line
openapi: 3.0.2
info:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Configuration and Information Management Notification Operation
  description: >
    SOL009 - NFV-MANO Configuration and Information Management Notification Operation
@@ -20,10 +20,10 @@ externalDocs:
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.05.01_60/gs_NFV-SOL009v030501p.pdf

servers:
  - url: http://0.0.0.0/callback/v1
  - url: http://0.0.0.0/callback/v2
    description: >
      API HTTP Server
  - url: https://0.0.0.0/callback/v1
  - url: https://0.0.0.0/callback/v2
    description: >
      API HTTPS Server

+1 −1
Original line number Diff line number Diff line
openapi: 3.0.2
info:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Fault Management interface
  description: >
    SOL009 - NFV-MANO Fault Management interface
+1 −1
Original line number Diff line number Diff line
openapi: 3.0.2
info:
  version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Fault Management Notification Operation
  description: >
    SOL009 - NFV-MANO Fault Management Notification Operation
+1 −1
Original line number Diff line number Diff line
openapi: 3.0.2
info:
  version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Log Management interface
  description: >
    SOL009 - NFV-MANO Log Management interface
Loading