Set auto caching mode

Metadata mode is 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

Request Body schema: application/json
required

The folder to enable auto cache on and optionally the mode

path
string

Path of the auto cache enabled folder.

mode
string
Default: "metadata_and_data"

Specifies the auto caching mode to enable.

  • "metadata" - Enable auto cache only on metadata.
  • "metadata_and_data" - Enable auto cache metadata and data.
Enum: "metadata" "metadata_and_data"
Responses
200

Accepted - Filer has been sent a message.

400

Validation error

401

Authentication failure

403

Permission denied

404

Resource not found

405

Method not allowed

409

Conflict

429

Request throttled

post/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folders/
Request samples
application/json
{
  • "path": "string",
  • "mode": "metadata"
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.