Try to make the given directory path

Only available with Filers on version 8.5 and higher. Should only be used for NTFS compatible volumes.

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

filer_serial
required
string

Filer object identifier

Request Body schema: application/json
required

Create the given path as a directory under the volume on the given filer. The path should start with a /.

path
string
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}/make-dir-path/
Request samples
application/json
{
  • "path": "string"
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.