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_label |egrep "name|newest_label"
Have solved,just the path syntax problem