#Quick file exist check.

1 messages · Page 1 of 1 (latest)

fresh birch
#

Hi there.

I'm looking to find the best way to do a quick file exists check via Netapp Rest API.

I'm currently using
get /API/storage/volume/v.uuid/files/filepath?return_metadata=true

Is there anyway to do this without utilizing return_metadata or just returning an id to confirm that the file exists?

Thanks in advance.

placid hill
#

I think above method is the only way.