Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

Retrieve Additional Information About a Fault Record Suspect

Use a GET request to retrieve additional information about a fault record suspect.

HTTP Request Format:

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

Request Header Fields Required

The required request header fields are as follows: Authorization, Accept, and Host.

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

Response: Status Codes

  • Success: HTTP Status = 200 OK

  • Failure: HTTP Status = 4xx, 5xx

Response Body:

{
  "Target": "/rest/v<version>/faults/<fault_record_UUID>/suspects/<suspect_UUID>",
  "id": "<fault_record_UUID>",
  "class": "<name_of_suspected component failure>",
  "certainty_percentage": <percentage_value>,
  "affects": "/SYS/<resource_path>",
  "status": "<level_assigned>",
  "description": "<Message_describing_the_problem>.",
  "response": "<Message-describing _future operation of system>.",
  "impact": "<Message describing impact to system component>.",
  "action": "<Message_describing_action_to_resolve _the_problem.>",
  "Actions": [
    {
      "name":"clear"
    }
  ]
}