Go to main content

Oracle® ZFS Storage Appliance RESTful API Guide, Release OS8.8.0

Exit Print View

Updated: November 2018
 
 

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
Accept: application/json

Successful Response Returns HTTP status 202 (Accepted):

HTTP/1.1 202 Accepted