This post is more than 5 years old
15 Posts
0
2101
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?
No Events found!



Phil.Lam
3 Apprentice
•
622 Posts
1
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
amandeepgautam
15 Posts
0
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?