Start a Conversation

Solved!

Go to Solution

2051

July 17th, 2019 02:00

Identify Isilon version using REST API calls

I want to differentiate bewteen Isilon 8.x and 7.x using REST API calls.

One Isilon 8.x, we have platform/3/cluster/version API which gives me isilon's version.

Does similar API work on Isilon 7.x as well?

3 Apprentice

 • 

592 Posts

July 19th, 2019 17:00

try this API command:

https://IP:8080/platform/1/cluster/config

Look for "release":

"onefs_version" : 
{
"build" : "B_MR_8_1_0_4_057(RELEASE)",
"release" : "v8.1.0.4",

These are the OneFS API versions and their corresponding releases:

OneFS versionAPI version

8.1
5
8.0.1
4
8.0
3
7.2.1
2
7.2
1

July 30th, 2019 00:00

@PhilLam Thanks!
Is there a guarantee that the response of this is consistent over different versions? Will different versions need different handling?

No Events found!

Top