Get event fix procedure

Retrieves fix procedure for the given error or warning event. For information events, this will return No fix procedure action found.

Request syntax

GET /v1/events/{ID}/fixProcedure
Retrieves fix procedure for the given error or warning event.

Path parameters

ID (number)

The ID of the event in the library.

Example

> GET /v1/events/{ID}/fixProcedure
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123
     {
          "ID": 1645, 
          "errorCode": "0019",
          "fixProcedure": "Failure isolation procedure:\n1. Before you attempt to 
          resolve, get library logs and the drive log for the drive involved.\n2.
          Followthe "Fibre Channel Wrap Test – LTO and 3592 drives" from the 
          KC.\n3. If test failed, replace the drive."
     }

Attributes

ID (number)

The ID of the event in the library.

errorCode (string)

The type of event surfaced, represented by a 4-digit hex error code.

fixProcedure (string)

A description of what needs to be fixed for warning or error events. Returns No fix procedure action found if this is an information event.