ClusterDrsFaults
ClusterDrsFaults
The faults generated by DRS when it tries to make recommendations for rule enforcement, power management, etc., and indexed in a tree structure with reason for recommendations and VM to migrate (optional) as the index keys.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"reason": "string",
"faultsByVm": [
{
"_typeName": "string",
"vm": {
"_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"
}
]
}
]
}
]
}
string
reason
Required
A reason code explaining why this set of recommendations were attempted by DRS when it generated the faults.
array of ClusterDrsFaultsFaultsByVm
faultsByVm
Required
The faults grouped by VMs that DRS was trying to migrate.