Go to main content

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

Exit Print View

Updated: December 2017
 
 

Repair Problem

A problem can be marked as repaired with the repair problem command.

Input Parameters uuid – 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