HostResignatureRescanResult

HostResignatureRescanResult
HostResignatureRescanResult

The HostResignatureRescanResult data object identifies the newly created volume that is the result of a resignature operation.

This data object is contained in the task object returned by the ResignatureUnresolvedVmfsVolume_Task method.

When a client calls the resignature method, the Server resignatures the volume, rescans the specified list of hosts, and auto-mounts the volume on the other hosts that share the same underlying storage LUNs.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "rescan": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "fault": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        }
    ],
    "result": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
rescan
Optional

Deprecated as of vSphere API 5.1, the results of the operation are available when the task completes. That is, for shared volumes, the new volume is mounted on all of the connected hosts.

List of VMFS Rescan operation results.

result
Required

Reference to an instance of the Datastore managed object.