You can use the ClearClusterFaults method to clear information about both current and previously detected faults. Both resolved and unresolved faults can be cleared.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
faultTypes | Determines the types of faults to clear. Possible values:
|
string | resolved | No |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "ClearClusterFaults", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }