DeploymentImportHistoryStartRequestBody
This is a request body class for an operation.
Properties
spec
Optional
An optional ImportHistory.CreateSpec info that can be passed for creating a new historical data import task and starts it. If unset, default value will be: - name : vcenter.deployment.history.import - description : vCenter Server history import
JSON Example
{
"spec": {
"description": "string",
"name": "string"
}
}