VsanHostWipeDiskStatus
Wipe disk status.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"disk": "string",
"eligible": "string",
"ineligibleReason": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"wipeState": "string",
"percentageCompleted": 0,
"estimatedTime": 0,
"wipeStartTime": "string",
"wipeCompleteTime": "string"
}
Disk canonical name to query.
Disk eligible for wipe or not.
See also VsanHostWipeDiskEligibleEnum.
Disk wipe ineligible reason.
This property is used when disk is ineligible for wipe. Includes following reasons: The disk is either in use by vSAN OSA disk group, or the disk is in use by vSAN ESA storage pool, or the disk is ineligible for use by vSAN, or the disk does not support sanitize, or the disk has wipe ongoing.
Disk wipe state.
This property is used when disk is being wiped or has been wiped. It will be unset when a wiped disk is claimed again in vSAN.
See also VsanHostWipeDiskStateEnum.
Wipe percentage completed.
This property is used when disk wipe state is "Wiping".
Estimated time to finish in seconds.
This property is used when disk wipe state is "Wiping".
Wipe disk start timestamp (UTC time).
This property is used when disk wipe state is set.
Wipe disk complete timestamp (UTC time).
This property is used when disk wipe state is "Success", or "Failure".