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

updated instantiateNSRequest, VnfSnapshotInfo, VnfSnapshotsInfo to v3.6.1

parent 759b046b
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"vnfInstanceData":[], "vnfInstanceData":[],
"nestedNsInstanceData":[], "nestedNsInstanceData":[],
"locationConstraints":[], "locationConstraints":[],
"nestedNsLocationConstraints":[],
"additionalParamsForNs":{}, "additionalParamsForNs":{},
"additionalParamForNestedNs":[], "additionalParamForNestedNs":[],
"additionalParamsForVnf":[], "additionalParamsForVnf":[],
......
...@@ -1398,4 +1398,4 @@ ...@@ -1398,4 +1398,4 @@
} }
} }
} }
} }
\ No newline at end of file
{ {
"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"],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment