Ovf_LibraryItem_Create_RequestBody
Ovf_LibraryItem_Create_RequestBody
This is a request body class for an operation.
JSON Example
{
"source": {
"type": "string",
"id": "string"
},
"target": {
"library_id": "string",
"library_item_id": "string"
},
"create_spec": {
"name": "string",
"description": "string",
"flags": [
"string"
]
}
}
source
Required
Identifier of the virtual machine or virtual appliance to use as the source.
target
Required
Specification of the target content library and library item.
create_spec
Required
Information used to create the OVF package from the source virtual machine or virtual appliance.