10 RESTful API Problem Service

The RESTful API Problem service is used to view and manage problems discovered by the Oracle ZFS Storage Appliance fault manager.

Repair Problem

The repair problem command marks a problem as repaired. The repair problem command uses the uuid input parameter, which is the UUID of the problem to be marked repaired.

Example Request:

PUT /api/problem/v1/problems/0d30be41-b50d-4d03-ddb4-edb69ee080f8/repaired
    HTTP/1.1
Host: zfs-storage.example.com:215
Accept: application/json

Successful Response Returns HTTP status 202 (Accepted):

HTTP/1.1 202 Accepted