PowerOnFtSecondaryFailed
The PowerOnFtSecondaryFailed fault is thrown when the system is unable to power on a Fault Tolerance secondary virtual machine.
It includes a list of failures on different hosts.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vmName": "string",
"hostSelectionBy": "string",
"hostErrors": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
],
"rootCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
The primary virtual machine corresponding to the secondary that is to be powered on
The name of the primary virtual machine corresponding to the secondary that is to be powered on.
The host selection type
Information on why the system can not power on a Fault Tolerance secondary virtual machine on specific hosts.
Everything in the array should be FtIssuesOnHost.
The reason why powering on secondary failed.