NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

FSA api use problem

yanyao
786 Views

Dear all

   On ontap 9.12.1 version, We can use  FSA api on one and two level directoy in volume and have a right output,But we use the third directoy in volume,The FSA api invokes errors, if  FSA api only support one and two level directoy,not support three  and above directoy level FSA API  invokes?

 

【Two level directoy】 api return normal

curl -siku admin:Netapp1! --request GET https://192.168.0.101/api/storage/volumes/87006b93-6c29-11f0-8271-005056b7eaa2/files/share?fields=analytics.by_accessed_time.bytes_used.newest_label |egrep "name|newest_label"

 

【Three level directoy】 api return with  error

curl -siku admin:Netapp1! --request GET https://192.168.0.101/api/storage/volumes/87006b93-6c29-11f0-8271-005056b7eaa2/files/share/locale?fields=analytics.by_accessed_time.bytes_used.newest_... |egrep "name|newest_label"

 

1 ACCEPTED SOLUTION

yanyao
768 Views

Have solved,just the path syntax problem

View solution in original post

1 REPLY 1

yanyao
769 Views

Have solved,just the path syntax problem

Public