Unsolved

1 Rookie

 • 

15 Posts

299

May 17th, 2022 07:00

OneFS 9.0 API disk.health status values

Hi guys,

When integrating an Isilon into a monitoring tool via API, we have encountered a problem that Dell Support cannot help us with.

When querying the disk status via API, the cluster returns the status of the disks as a numerical value and not as a real value (as via CLI/GUI).

Example API call: https://:8080/platform/1/statistics/current/?key=node.disk.health.10 

Result:

{
"stats" : 
[
 
{
"devid" : 3,
"error" : null,
"error_code" : null,
"key" : "node.disk.health.10",
"time" : 1650467819,
"value" : 6
}
]
}

But we cannot find a mapping list of which status the numbers correspond to. Of course, we can see for disk is bay 10 that it is healthy. That means the value 6 must be the status "HEALTHY".

But how do we find out all the other possible statuses with the corresponding number?

No Responses!

Top