| Skip Navigation Links | |
| Exit Print View | |
|
Oracle® ZFS Storage Appliance RESTful Application Programming Interface |
The list problem command lists a single problem. HTTP Status of 200 (OK) is returned for a successful command.
URI Input Parameters uuid – The UUID of a single problem.
Example Request:
GET /api/problem/v1.0/problems/0d30be41-b50d-4d03-ddb4-edb69ee080f8
HTTP/1.1
Host: zfs-storage.example.com
Accept: application/json
Example Response:
HTTP/1.1 200 OK
Content-Type: application/json
{
"problem": {
"uuid": "0d30be41-b50d-4d03-ddb4-edb69ee080f8",
...
}
}