Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

Clear an Active Fault Associated With a FRU

Use a POST request to clear an active fault associated with FRU.

HTTP Request Format:

 POST /rest/v<version>/SYS/<FRU_resource_name> HTTP/1.1
<Header Name> : <Header Value> 

Request data:
{"op": "repair"}
{"op": "replace"}
{"op": "acquit"} 

Where:

  • {"op": "replace"} is the action used when a suspect component has been replaced or removed.

  • {"op":"repair"} is the action used when a suspect component has been physically repaired to resolve the reported problem. For example, a component has been reseated or a bent pin has been fixed.

  • {"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