OvfLibraryItemCreateRequestBody

This is a request body class for an operation.


Properties

create_spec Required

Information used to create the OVF package from the source virtual machine or virtual appliance.


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.

JSON Example

{
	"create_spec": {},
	"source": {
		"id": "string",
		"type": "string"
	},
	"target": {
		"library_id": "string"
	}
}
Parameter To

Create Library Item

Feedback

Was this page helpful?