Commit 30dec88e authored by moscatelli's avatar moscatelli
Browse files

SOL005: NsLcmOperationOccurrenceNotification fixed

parent c2bcc532
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -2959,6 +2959,8 @@ definitions:
    required:
    required:
      - nsInstanceId
      - nsInstanceId
      - nsdId
      - nsdId
      - changeType
      - changeResult
    properties:
    properties:
      nsInstanceId:
      nsInstanceId:
        description: >
        description: >
+0 −2
Original line number Original line Diff line number Diff line
@@ -49,7 +49,6 @@ paths:
        The POST method delivers a notification from the server to the client.
        The POST method delivers a notification from the server to the client.
        This method shall support the URI query parameters, request and response data structures, and response codes, as
        This method shall support the URI query parameters, request and response data structures, and response codes, as
        specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
        specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.

      parameters:
      parameters:
        - name: NsLcmOperationOccurrenceNotification
        - name: NsLcmOperationOccurrenceNotification
          description: >
          description: >
@@ -135,7 +134,6 @@ paths:
        The POST method delivers a notification from the server to the client.
        The POST method delivers a notification from the server to the client.
        This method shall support the URI query parameters, request and response data structures, and response codes, as
        This method shall support the URI query parameters, request and response data structures, and response codes, as
        specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
        specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.

      parameters:
      parameters:
        - name: NsIdentifierCreationNotification
        - name: NsIdentifierCreationNotification
          description: >
          description: >
+19 −6
Original line number Original line Diff line number Diff line
@@ -8,6 +8,11 @@ definitions:
      - nsInstanceId
      - nsInstanceId
      - nsLcmOpOccId
      - nsLcmOpOccId
      - subscriptionId
      - subscriptionId
      - timestamp
      - notificationStatus
      - operationState
      - isAutomaticInvocation
      - _links
    properties:
    properties:
      id:
      id:
        description: >
        description: >
@@ -67,16 +72,20 @@ definitions:
          in case of auto-scaling, auto-healing and when a nested
          in case of auto-scaling, auto-healing and when a nested
          NS is modified as a result of an operation on its
          NS is modified as a result of an operation on its
          composite NS. Set to false otherwise.
          composite NS. Set to false otherwise.
        type: boolean
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Boolean"
      affectedVnf:
      affectedVnf:
        description: >
        description: >
          Information about the VNF instances that were affected
          Information about the VNF instances that were affected
          during the lifecycle operation.
          during the lifecycle operation.
        type: array
        items:
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
      affectedPnf:
      affectedPnf:
        description: >
        description: >
          Information about the PNF instances that were affected
          Information about the PNF instances that were affected
          during the lifecycle operation.
          during the lifecycle operation.
        type: array
        items:
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
      affectedVl:
      affectedVl:
        description: >
        description: >
@@ -98,11 +107,15 @@ definitions:
          during the lifecycle operation. See note.
          during the lifecycle operation. See note.
        type: array
        type: array
        items:
        items:
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap"
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedNs"
      affectedSap:
      affectedSap:
        description: >
        description: >
          The lifecycle operation.
          Information about the SAP instances that were affected during the lifecycle operation.
        $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpType"
          Shall be present if the "notificationStatus" is set to "RESULT" and the operation
          has performed any resource modification. Shall be absent otherwise.
        type: array
        items:
          $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap"
      error:
      error:
        description: >
        description: >
          Details of the latest error, if one has occurred during
          Details of the latest error, if one has occurred during