| Skip Navigation Links | |
| Exit Print View | |
|
Oracle® ZFS Storage Appliance RESTful Application Programming Interface |
A problem can be marked as repaired with the repair problem command. Input Parameters * uuid – The UUID of a 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