Bring path into cache

Only available with Filers on version 8.5 and higher.

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)

Request Body schema: application/json
optional

Whether or not to bring only directory metadata into cache

metadata_only
boolean
Default: false

Whether or not directory metadata should be brought into cache

force
boolean
Default: false

Whether or not to force the action of brining the data into cache. This causes the request to not care about the available amount of cache and try to bring as much data into the cache as it can. This is only necessary when metadata_only is false.

Responses
202

Accepted - Filer has been sent a message

400

Validation error

401

Authentication failure

403

Permission denied

404

Resource not found

409

Conflict

429

Request throttled

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