VStorageObjectReconcileResultReconcileDetail
Contains information related to the performed reconcile operation.
Since: vSphere API Release 9.0.0.0
{
"_typeName": "string",
"hostName": "string",
"reconcileReportPath": "string",
"isReconciled": false,
"isDeepScanned": false,
"numberOfReconcileIssues": 0,
"numberOfFcdsBeforeReconcile": 0,
"numberOfFcdsAfterReconcile": 0,
"invalidDiskPaths": [
{
"_typeName": "string",
"path": "string",
"reason": "string"
}
]
}
Host name where reconcile operation was performed.
This will have the either VC name or the host name based on where the details were captured. In case we do not get the hostName for the system it would be empty string.
Reconcile report path in host.
Set to true if reconcile was done from host, false otherwise for host.
This will be unset for the vcenter part of result.
If deepScan was done from host, false otherwise for host.
This will be unset for vcenter part of result.
Number of reconcile issues found
Number of fcds before reconcile operation This will be unset for vcenter part of result.
Number of fcds after reconcile operation.
This will be unset for vcenter part of result.
reconcile invalid disk paths