Unsolved

1 Rookie

 • 

7 Posts

1057

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

 

Moderator

 • 

7.7K Posts

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.

1 Rookie

 • 

7 Posts

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

Moderator

 • 

7.7K Posts

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.

No Events found!

Top