Commit a36a3dfc authored by piscione's avatar piscione
Browse files

SOL005_14: added TerminateNsData datamodel.

parent 4fa3e449
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -6121,7 +6121,12 @@ definitions:
        description: >
          Additional parameters passed by the OSS/BSS as input to the termination process, specific to the VNF being terminated.
          EXAMPLE:	Input parameters to VNF-specific termination procedures.

        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"

  TerminateNsData:
    type: object
    properties:
      additionalParamsforNs:
        description: >
          Allows the OSS/BSS to provide additional parameter(s) to the termination process at the NS level.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
 No newline at end of file