Commit 5bdb768a authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

first version of Log management

parent ca387e7d
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
openapi: 3.0.0
openapi: 3.0.2
info:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  title: SOL009 - NFV-MANO Fault Management Notification interface
@@ -14,6 +14,10 @@ info:
externalDocs:
  description: ETSI GS NFV-SOL 009 V0.8.0
  url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL009ed331_MANO_mgmt_stage_3/NFV-SOL009ed331v080.zip

servers:
  - url: /callback/v1

paths:
  /URI-is-provided-by-the-client-when-creating-the-subscription-AlarmNotification:
    post:
@@ -26,7 +30,7 @@ paths:
        response data structures, and response codes.
      parameters:
        - name: Authorization
          description: |
          description: >
            The authorization token for the request. Reference: IETF RFC 7235
          in: header
          required: false
@@ -41,7 +45,7 @@ paths:
          schema:
            type: string
        - name: Version
          description: |
          description: >
            Version of the API requested to use when responding to this request.
          in: header
          required: true
@@ -52,7 +56,7 @@ paths:
          application/json:
            schema:
              $ref: ../NFVManoFaultManagement/definitions/SOL009NFVManoFaultManagement_def.yaml#/definitions/AlarmNotification
        description: |
        description: >
          Information of a NFV-MANO functional entity alarm.
        required: true
      responses:
@@ -426,5 +430,4 @@ paths:
          $ref: ../responses/SOL009_resp.yaml#/responses/500
        "503":
          $ref: ../responses/SOL009_resp.yaml#/responses/503
servers:
  - url: /callback/v1
+1263 −0

File added.

Preview size limit exceeded, changes collapsed.

+7 −0
Original line number Diff line number Diff line
@@ -29,6 +29,13 @@ definitions:
          where the {apiRoot} part is omitted) if the {apiRoot}
          information is not available.
        $ref: "#/definitions/Uri"
  IpAddress:
    description: >
      An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal
      integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that
      consists of groups of zero to four hexadecimal digits, separated by colons.
    type: string
    format: IP

  KeyValuePairs:
    description: >