Commit 95b4e9f7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated instantiateNSRequest, VnfSnapshotInfo, VnfSnapshotsInfo to v3.6.1

parent 759b046b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@
	"vnfInstanceData":[],
	"vnfInstanceData":[],
	"nestedNsInstanceData":[],
	"nestedNsInstanceData":[],
	"locationConstraints":[],
	"locationConstraints":[],
	"nestedNsLocationConstraints":[],
	"additionalParamsForNs":{},
	"additionalParamsForNs":{},
	"additionalParamForNestedNs":[],
	"additionalParamForNestedNs":[],
	"additionalParamsForVnf":[],
	"additionalParamsForVnf":[],
+2 −3
Original line number Original line Diff line number Diff line
{
{
	"type": "array",
	"type": "array",
  "items": 
	"items": {
	{
		"description": "This type represents an \"Individual VNF snapshot\" resource. The \"id\" attributed is used by the NFVO to index and\nidentify the VNF snapshots information resources that are accessible via the NFVO. The identifier is still\ngenerated by the VNFM and copied into the present \"VnfSnapshotInfo\" representing the \"Individual VNF snapshot\"\nresource hold by the NFVO.\n",
		"description": "This type represents an \"Individual VNF snapshot\" resource. The \"id\" attributed is used by the NFVO to index and\nidentify the VNF snapshots information resources that are accessible via the NFVO. The identifier is still\ngenerated by the VNFM and copied into the present \"VnfSnapshotInfo\" representing the \"Individual VNF snapshot\"\nresource hold by the NFVO.\n",
		"type": "object",
		"type": "object",
		"required": ["id"],
		"required": ["id"],
+1 −1

File changed.

Contains only whitespace changes.