Skip to content
Snippets Groups Projects
Commit ecc7c1c1 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_46: VnfSnapshotInfo added

parent 440f5aa9
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
......@@ -1746,6 +1746,24 @@ definitions:
Links to resources related to this notification.
$ref: "#/definitions/LccnLinks"
VnfSnapshotInfo:
description: >
This type represents an "Individual VNF snapshot" resource.
type: object
required:
- id
parameters:
id:
description: >
Identifier of the "Individual VNF snapshot" resource. This identifier is allocated by the VNFM.
$ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
vnfSnapshot:
description: >
Information about the VNF snapshot, content and/or references to its content. Shall be present
when the "Individual VNF snapshot" resource is associated to a VNF snapshot created via the
corresponding "Create VNF Snapshot" task resource or extracted from a VNF snapshot package.
$ref: "SOL002SOL003_def.yaml#/definitions/VnfSnapshot"
VnfcInfoModifications:
description: >
This type represents modifications of an entry in an array of "VnfcInfo" objects.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment