Loading src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +9 −0 Original line number Diff line number Diff line Loading @@ -1983,6 +1983,15 @@ paths: in: header required: false type: string - name: cancelMode description: > The POST request to this resource shall include a CancelMode structure in the payload body to choose between "graceful" and "forceful" cancellation. in: body required: true schema: $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode" post: description: > The POST method initiates cancelling an ongoing VNF lifecycle Loading src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ definitions: description: > Identifies the version of the VNFD. The value is copied from the VNFD. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Version" vnfPkgInfoId: vnfPkgId: description: > Identifier of information held by the NFVO about the specific VNF package on which the VNF is based. This identifier was allocated by the Loading @@ -77,6 +77,7 @@ definitions: - flavourId - vnfState - extCpInfo - _links properties: flavourId: description: > Loading src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +14 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,19 @@ definitions: currently allowed. $ref: "SOL002SOL003_def.yaml#/definitions/Link" CancelMode: description: > This type represents a parameter to select the mode of cancelling an ongoing VNF LCM operation occurrence. type: object required: - cancelMode properties: cancelMode: description: > Cancellation mode to apply. $ref: "#/definitions/CancelModeType" CancelModeType: description: > Cancellation mode. Loading Loading @@ -394,6 +407,7 @@ definitions: required: - id - vnfVirtualLinkDescId - networkResource properties: id: description: > Loading Loading
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +9 −0 Original line number Diff line number Diff line Loading @@ -1983,6 +1983,15 @@ paths: in: header required: false type: string - name: cancelMode description: > The POST request to this resource shall include a CancelMode structure in the payload body to choose between "graceful" and "forceful" cancellation. in: body required: true schema: $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode" post: description: > The POST method initiates cancelling an ongoing VNF lifecycle Loading
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ definitions: description: > Identifies the version of the VNFD. The value is copied from the VNFD. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Version" vnfPkgInfoId: vnfPkgId: description: > Identifier of information held by the NFVO about the specific VNF package on which the VNF is based. This identifier was allocated by the Loading @@ -77,6 +77,7 @@ definitions: - flavourId - vnfState - extCpInfo - _links properties: flavourId: description: > Loading
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +14 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,19 @@ definitions: currently allowed. $ref: "SOL002SOL003_def.yaml#/definitions/Link" CancelMode: description: > This type represents a parameter to select the mode of cancelling an ongoing VNF LCM operation occurrence. type: object required: - cancelMode properties: cancelMode: description: > Cancellation mode to apply. $ref: "#/definitions/CancelModeType" CancelModeType: description: > Cancellation mode. Loading Loading @@ -394,6 +407,7 @@ definitions: required: - id - vnfVirtualLinkDescId - networkResource properties: id: description: > Loading