Enable global locking and its various modes on a specified path

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

Request Body schema: application/json
required

The global locking settings to create.

path
string

Path of the global locking settings.

mode
string

The desired mode of global locking.

Enum: "optimized" "advanced" "asynchronous"
Responses
202

Accepted - Filer has been sent a message.

400

Validation error

401

Authentication failure

403

Permission denied

409

Conflict

429

Request throttled

post/volumes/{volume_guid}/global-lock-folders/
Request samples
application/json
{
  • "path": "string",
  • "mode": "optimized"
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.