Commit 97d1dc82 authored by moscatelli's avatar moscatelli
Browse files

SOL005_41 -> SOL005_45: NSD management datatypes updated

parent b1ae7226
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@ definitions:
      onboardingFailureDetails:
      onboardingFailureDetails:
        description: >
        description: >
          Failure details of current on boarding procedure. See
          Failure details of current on boarding procedure. See
          clause 4.3.5.3 for the details of "ProblemDetails"
          clause 6.3 of ETSI GS NFV-SOL 013 for the details of "ProblemDetails"
          structure.
          structure.
          It shall be present when the "nsdOnboardingState"
          It shall be present when the "nsdOnboardingState"
          attribute is CREATED and the uploading or
          attribute is CREATED and the uploading or
@@ -207,6 +207,7 @@ definitions:
      onboardingFailureDetails:
      onboardingFailureDetails:
        description: >
        description: >
          Failure details of current on-boarding procedure.
          Failure details of current on-boarding procedure.
          See clause 6.3 of ETSI GS NFV-SOL 013 for the details of "ProblemDetails" structure.
          It shall be present when the
          It shall be present when the
          pnfdOnboardingState attribute is CREATED
          pnfdOnboardingState attribute is CREATED
          and the uploading or processing fails in the NFVO.
          and the uploading or processing fails in the NFVO.
@@ -257,6 +258,10 @@ definitions:
        description: >
        description: >
          The URI of the endpoint to send the notification to.
          The URI of the endpoint to send the notification to.
      authentication:
      authentication:
        description: >
          Authentication parameters to configure the use of Authorization when sending
          notifications corresponding to this subscription, as defined in clause 8.3.4 of ETSI GS NFV-SOL 013.
          This attribute shall only be present if the subscriber requires authorization of notifications.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication"
    description: >
    description: >
      This type represents a subscription request related to notifications
      This type represents a subscription request related to notifications
+6 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,9 @@ definitions:
      nsdId:
      nsdId:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
      onboardingFailureDetails:
      onboardingFailureDetails:
        description: >
          Failure details of current onboarding procedure. See clause 6.3 of ETSI GS NFV-SOL 013
          for the details of "ProblemDetails" structure.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
      _links:
      _links:
        $ref: "#/definitions/NsdmLinks"
        $ref: "#/definitions/NsdmLinks"
@@ -222,6 +225,9 @@ definitions:
      pnfdId:
      pnfdId:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
      onboardingFailureDetails:
      onboardingFailureDetails:
        description: >
          Failure details of current onboarding procedure. See clause 6.3 of ETSI GS NFV-SOL 013
          for the details of "ProblemDetails" structure.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
      _links:
      _links:
        $ref: "#/definitions/PnfdmLinks"
        $ref: "#/definitions/PnfdmLinks"