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 Original line Diff line number Diff line
@@ -415,9 +415,9 @@ paths:
          schema:
          schema:
            $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest"
            $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest"
      responses:
      responses:
        200:
        204:
          description: >
          description: >
            200 OK
            204 No Content


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