Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

Clear an Active Fault Suspect Record

Use a POST request to clear an active suspect faulty component.

HTTP Request Format:

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

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

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."

Related Information