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

Fixed bug #77

parent acd90e27
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -415,9 +415,9 @@ paths:
          schema:
            $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest"
      responses:
        200:
        204:
          description: >
            200 OK
            204 No Content

            The VNFM has received the proposed "escalated perceived severity" value
            successfully. The response body shall be empty.
+7 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ definitions:
    required:
      - id
      - managedObjectId
      - vnfcInstanceIds
      - rootCauseFaultyResource
      - alarmRaisedTime
      - ackState
@@ -91,6 +92,12 @@ definitions:
        description: >
          Identifier of the affected VNF instance.
        $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
      vnfcInstanceIds:
        description: >
          Identifiers of the affected VNFC instances.
        type: array
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
      rootCauseFaultyResource:
        description: >
          The virtualised resources that are causing the VNF fault.