Unsolved
1 Rookie
•
59 Posts
0
55
August 13th, 2024 11:02
how can run api command to check disk storage
I have a linux server and using unity . I want to know how can check storage's disk with api by linux server ?
How can run api command ?
No Events found!
BillStein-Dell
Moderator
•
285 Posts
0
August 13th, 2024 15:32
Unity has the REST API available. Please have a look at this document:
Dell Unity™ Family Unisphere® Management REST API Programmer's Guide | Dell US
virtualcdc
1 Rookie
•
59 Posts
0
August 13th, 2024 17:24
@BillStein-Dell
Thanks. I was read it before that . but can not find out how can use it
for example how can run follow command on linux server to get data from unity
GET api/types/disk/instances?per_page=3&page=2&fields=name,pool,tierType&compact=true
cadencep45
3 Apprentice
•
318 Posts
0
August 20th, 2024 16:42
worst case you can run uemcli commands and parse output in your favorite scripting language