Skip to main content
Element Software
12.5 and 12.7

ClearClusterFaults

Contributors netapp-pcarriga

You can use the ClearClusterFaults method to clear information about both current and previously detected faults. Both resolved and unresolved faults can be cleared.

Parameter

This method has the following input parameter:

Name Description Type Default value Required

faultTypes

Determines the types of faults to clear. Possible values:

  • current:

    Faults that are detected currently and have not been resolved.

  • resolved: Faults that were previously detected and resolved.

  • all: Both current and resolved faults. The fault status can be determined by the “resolved” field of the fault object.

string

resolved

No

Return values

This method has no return values.

Request example

Requests for this method are similar to the following example:

{
   "method": "ClearClusterFaults",
   "params": {},
  "id" : 1
}

Response example

This method returns a response similar to the following example:

{
  "id" : 1,
    "result" : {}
}

New since version

9.6