Unsolved
1 Message
0
789
March 13th, 2021 18:00
Isilon - API to do a tree walk and get a tree listing
Hi
I am trying to build a file explorer in my web application. The idea is to display the explorer and allow users to navigate the tree and select directories or individual files.
So i am looking for an Isilon API that would return me a complete tree listing.
Is this possible and if so, please point me to examples/documentation for the rest api? Is this very expensive (in terms of time/resources) to do?
No Events found!



Peter_Sero
4 Operator
•
1.2K Posts
0
March 22nd, 2021 07:00
In the API Reference Guide for your OneFS version, check out the section "File Access API" and have a look a the "Query" operation for objects. The query recursively traverses a subtree and returns objects that match given criteria; just pass criteria that would always match (such as size >=0; or most likely an empty criteria list will already do).
hth
-- Peter