Block a client IP address on a Filer

Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.

SecurityAuthToken
Request
path Parameters
filer_serial
required
string

Filer object identifier

Request Body schema: application/json
required
ip_address
string

IP address of the blocked client.

Responses
202

Accepted - Filer has been sent a message.

401

Authentication failure

404

Resource not found

409

Conflict

429

Request throttled

post/filers/{filer_serial}/blocked-clients/
Request samples
application/json
{
  • "ip_address": "string"
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.