
UNSOLVED
M
midlevelguy
1 Rookie
•
7 Posts
0
1142
April 6th, 2020 14:00
API for SAN array (Unity 4.3)
Hi,
I'm trying to collect various monitoring info such as luns, pools, etc. thru API on my Unity box.
I'm using Unity for just SAN (blocks/luns) and no NFS/NAS.
Looking up the Unity API 4.3 manual, it's extremely difficult to find useful info on finding endpoint URIs.
What could be the useful endpoint URIs to collect day-to-day SAN operation?
Thanks for your help in advance!
- Steve
Responses (3)
Solutions (0)
DELL-Sam L
Community Manager
•
8058 Posts
•
34386 Points
846
0
Posted April 13th, 2020 15:00
Hello Steve,
I would call into support so that we can take a look to see what is going on.
Please let us know if you have any other questions.
Reply midlevelguy
1 Rookie
•
7 Posts
973
0
Posted April 7th, 2020 10:00
Hi Sam,
Thank you for your help.
I tried several queries as shown in the manual but only one of them is working and I keep getting errors for all other queries, as below.
WORKING:
# curl -X GET -u myuser:mypass -k 'https://10.128.100.95/api/types/basicSystemInfo/instances'NOT WORKING (that is, even a very basic query that doesn't use any parameters from my configuration):
# curl -X GET -u myuser:mypass -k 'https://10.128.100.95/api/types/alert/instances?fields=severity,description'302 Found Found
The document has moved here.
Do you know why?
Also, do you know if Unisphere GUI has any menu, maybe, that would show corresponding API URI for what I click or highlight?
Thanks.
- Steve
Reply

DELL-Sam L
Community Manager
•
8058 Posts
•
34386 Points
976
0
Posted April 7th, 2020 09:00
Hello Steve,
Here is the link to the Unisphere® Management REST API Programmer's
Guide, & if you look on page 21 it states URI patterns that the Unisphere Management
REST API supports. https://dell.to/34huioA
Please let us know if you have any other questions.