GET
/filers/
List all Filers
GET
/filers/{filer_serial}/
Get a Filer
PATCH
/filers/{filer_serial}/
Update a Filer
GET
/filers/cifsclients/
Retrieve a list of all Filers, each with a list of CIFS clients connected to it.
GET
/filers/{filer_serial}/cifsclients/
Retrieve a Filer with a list of CIFS clients connected to it.
GET
/filers/cifslocks/
Retrieve a list of all Filers, each with a list of CIFS file locks that clients have on its shares.
GET
/filers/{filer_serial}/cifslocks/
Retrieve a Filer with a list of CIFS file locks that clients have on its shares.
GET
/filers/ftpclients/
Retrieve a list of all Filers, each with a list of FTP clients connected to it.
GET
/filers/{filer_serial}/ftpclients/
Retrieve a Filer with a list of FTP clients connected to it.
GET
/filers/amqp-audit-destinations/
List AMQP Destinations
GET
/filers/{filer_serial}/amqp-audit-destinations/
List AMQP Destinations for a Filer
POST
/filers/{filer_serial}/amqp-audit-destinations/
Create an AMQP Destination
GET
/filers/{filer_serial}/amqp-audit-destinations/{amqp_destination_name}
Get a single AMQP destination
DELETE
/filers/{filer_serial}/amqp-audit-destinations/{amqp_destination_name}
Delete an AMQP destination
PATCH
/filers/{filer_serial}/amqp-audit-destinations/{amqp_destination_name}
Update an AMQP destination
GET
/filers/{filer_serial}/cifsclients/{cifs_client_id}
Get CIFS client
GET
/filers/cifsclients/locks/
List CIFS file locks
GET
/filers/{filer_serial}/cifsclients/locks/
List CIFS file locks for a Filer
GET
/filers/{filer_serial}/cifsclients/{cifs_client_id}/locks/
List CIFS file locks for a client
GET
/filers/{filer_serial}/ftpclients/{ftp_client_id}
Get FTP client
GET
/filers/encryption-keys/
List encryption keys
GET
/filers/{filer_serial}/encryption-keys/
List encryption keys for a Filer
POST
/filers/{filer_serial}/encryption-keys/
Upload encryption keys for a Filer
GET
/filers/{filer_serial}/encryption-keys/{encryption_key_id}/
Get a Filer encryption key
GET
/filers/health/
List health status for all Filers
GET
/filers/{filer_serial}/health/
List health status for a Filer
GET
/filers/blocked-clients/
List blocked clients across all Filers
GET
/filers/{filer_serial}/blocked-clients/
List blocked clients on a Filer
POST
/filers/{filer_serial}/blocked-clients/
Block a client IP address on a Filer
GET
/filers/{filer_serial}/blocked-clients/{blocked_ip}/
Get specific blocked client on specific Filer
DELETE
/filers/{filer_serial}/blocked-clients/{blocked_ip}/
Unblock a client IP address on a Filer
GET
/filers/blocked-sources/ip-addresses/
List blocked IP addresses across all Filers
GET
/filers/blocked-sources/usernames/
List blocked usernames across all Filers
GET
/filers/{filer_serial}/blocked-sources/ip-addresses/
List blocked IP addresses on a Filer
GET
/filers/{filer_serial}/blocked-sources/usernames/
List blocked usernames on a Filer
GET
/filers/{filer_serial}/blocked-sources/ip-addresses/{blocked_ip}/
Get specific blocked IP address on specific Filer
PUT
/filers/{filer_serial}/blocked-sources/ip-addresses/{blocked_ip}/
Block an IP address on a Filer
DELETE
/filers/{filer_serial}/blocked-sources/ip-addresses/{blocked_ip}/
Unblock an IP address on a Filer
GET
/filers/{filer_serial}/blocked-sources/usernames/{blocked_username}/
Get specific blocked username on specific Filer
PUT
/filers/{filer_serial}/blocked-sources/usernames/{blocked_username}/
Block a username on a Filer
DELETE
/filers/{filer_serial}/blocked-sources/usernames/{blocked_username}/
Unblock a username on a Filer