Unsolved
4 Posts
0
825
August 13th, 2021 13:00
Unity REST API System Fault Details
Hello everybody,
I'm writing a report in python to get the system fault details on all of our unity arrays. Current I can get the system health from 'https:// /api/types/system/instances', but it is missing the details on what is causing the fault, ie a bad SFP or disk. Does anybody know where this information is hiding? I can't find anything in the REST API reference guide.
When I use uemcli, it shows the bad component in the output.
Thank you
Chris
$ uemcli -d x.x.x.x /sys/res/health/fault show
Storage system address: x.x.x.x
Storage system port: 443
HTTPS connection
1: ID = spb_iom_0_fc0
Type = fcPort
Health state = Minor problem (15)
No Events found!



DELL-Josh Cr
Moderator
•
9.4K Posts
0
August 16th, 2021 09:00
Hi,
Is that port configured and working?
DELL-Josh Cr
Moderator
•
9.4K Posts
0
August 16th, 2021 10:00
The troubleshooting steps in this document may help. https://dell.to/37NzuTU
Chris_Cisco
4 Posts
0
August 16th, 2021 10:00
The FC port is "working" but it is throwing lots of errors. The MDS port is going in to ErrDisabled because of too many receive errors.
Chris_Cisco
4 Posts
0
August 16th, 2021 14:00
Thanks. This does not answer my original question about how to get the system faults from the REST API. I'm specifically looking for the URI, if it exists, which shows any faulted components. I can't find anything specific in the documentation which contains this information, so I was posting my question here to see if anyone can help.
DELL-Josh Cr
Moderator
•
9.4K Posts
0
August 16th, 2021 15:00
I didn't see anything that was generic, but you could monitor different subsystems and have it alert on error. https://dell.to/37MSXUH