Refresh info about a given path

Posting to this endpoint causes the NMC to request current information from the associated Edge Appliance(Filer) for the path (statting it). Once this is done, the path is considered to be a "known path" for the Get info on a specific path endpoint. Known paths are only cached for 10 minutes before expiring.

Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

filer_serial
required
string

Filer object identifier

path
required
string

Folder or File path (URL-encoded)

Responses
202

Accepted - Filer has been sent a message.

400

Validation error

401

Authentication failure

403

Permission denied

404

Resource not found

405

Method not allowed

429

Request throttled

post/volumes/{volume_guid}/filers/{filer_serial}/path/{path}
Request samples
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.