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

Fixed bug #77

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

            Shall be returned when 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
@@ -72,6 +72,7 @@ definitions:
    required:
      - id
      - managedObjectId
      - vnfcInstanceIds
      - rootCauseFaultyResource
      - alarmRaisedTime
      - ackState
@@ -90,6 +91,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.