From 67c366b45772354ee26059bd2bdd2f8c292216a2 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Fri, 17 Jan 2020 18:04:17 +0100 Subject: [PATCH] added NS Fault Management openAPI - reference to SOL005 as-is --- .../NSFaultManagement/NSFaultManagement.yaml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/SOL011/NSFaultManagement/NSFaultManagement.yaml diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml new file mode 100644 index 0000000..ee85f49 --- /dev/null +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -0,0 +1,45 @@ +swagger: "2.0" + +info: + version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1" + title: "SOL011 - NS Fault Management Interface" + description: > + SOL011 - NS Fault Management 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" + +externalDocs: + description: ETSI GS NFV-SOL 011 V3.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + +basePath: /nsfm/v1 + +schemes: + - http + - https + +consumes: + - application/json + +produces: + - application/json + +paths: + "/api_versions": + $ref: 'https://forge.etsi.org/jenkins/job/NFV%20-%20Network%20Functions%20Virtualisation/job/sol005-master/20/artifact/build/SOL005-NSFaultManagement-API.yaml#/paths/~1api-versions' + "/alarms": + $ref: 'https://forge.etsi.org/jenkins/job/NFV%20-%20Network%20Functions%20Virtualisation/job/sol005-master/20/artifact/build/SOL005-NSFaultManagement-API.yaml#/paths/~1alarms' + "/alarms/{alarmId}": + $ref: 'https://forge.etsi.org/jenkins/job/NFV%20-%20Network%20Functions%20Virtualisation/job/sol005-master/20/artifact/build/SOL005-NSFaultManagement-API.yaml#/paths/~1alarms~1{alarmId}' + "/subscriptions": + $ref: 'https://forge.etsi.org/jenkins/job/NFV%20-%20Network%20Functions%20Virtualisation/job/sol005-master/20/artifact/build/SOL005-NSFaultManagement-API.yaml#/paths/~1subscriptions' + "/subscriptions/{subscriptionId}": + $ref: 'https://forge.etsi.org/jenkins/job/NFV%20-%20Network%20Functions%20Virtualisation/job/sol005-master/20/artifact/build/SOL005-NSFaultManagement-API.yaml#/paths/~1subscriptions~1{subscriptionId}' -- GitLab