Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

Clear or Acquit an Active Fault Record

Use a POST request to clear or acquit an active fault record appearing under the /rest/v<version>/faults resource target.

HTTP Request Format:

POST /rest/v<version>/faults/<fault_record_UUID> HTTP/1.1
<Header Name> : <Header Value> 

Request Data:
{"op": "clear"} 
or
{"op": "acquit"}

Where:

  • {"op": "clear "} is the action used when a fault event or uuid should no longer exist.


    Note -  In Oracle ILOM, "clear" is equivalent to "repaired."
  • {"op"acquit"} is the action used when a suspect component is not the cause of the problem.

Request Header Fields Required

The required request header fields are as follows: Authorization, Content-Type, and Host.

For a description of these required header fields, see Common Request Header Fields.

Related Information