GET
/volumes/
List all volumes
POST
/volumes/
Create volume
GET
/volumes/{volume_guid}/
Get a volume
PATCH
/volumes/{volume_guid}/
Update volume
GET
/volumes/{volume_guid}/filers/
List filer specific settings of a volume.
GET
/volumes/{volume_guid}/filers/{filer_serial}/
Get volume settings for a specific filer.
PATCH
/volumes/{volume_guid}/filers/{filer_serial}/
Update the settings for a volume on a specific Filer
GET
/volumes/filers/shares/
List all shares across all volumes and filers.
GET
/volumes/{volume_guid}/filers/shares/
List all shares of a volume.
GET
/volumes/{volume_guid}/filers/{filer_serial}/shares/
List all shares of a volume on a specific filer.
POST
/volumes/{volume_guid}/filers/{filer_serial}/shares/
Create share
GET
/volumes/{volume_guid}/filers/{filer_serial}/shares/{share_id}/
Get a share
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/shares/{share_id}/
Delete a share
PATCH
/volumes/{volume_guid}/filers/{filer_serial}/shares/{share_id}/
Update share
GET
/volumes/filers/exports/
List all exports.
GET
/volumes/{volume_guid}/filers/exports/
List all exports of a volume.
GET
/volumes/{volume_guid}/filers/{filer_serial}/exports/
List exports of a volume for a specific filer.
POST
/volumes/{volume_guid}/filers/{filer_serial}/exports/
Create export
GET
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/
Get an export
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/
Delete export
PATCH
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/
Update export
GET
/volumes/filers/ftp-directories/
List all FTP directories.
GET
/volumes/{volume_guid}/filers/ftp-directories/
List all FTP directories of a volume.
GET
/volumes/{volume_guid}/filers/{filer_serial}/ftp-directories/
List FTP directories of a volume for a specific filer.
GET
/volumes/{volume_guid}/filers/{filer_serial}/ftp-directories/{ftpdir_id}/
Get a FTP directory.
GET
/volumes/filer-connections/
List all volume connections.
GET
/volumes/{volume_guid}/filer-connections/
List all volume connections for a specific volume.
GET
/volumes/{volume_guid}/filer-connections/{filer_serial}/
Get a volume connection.
GET
/volumes/filers/antivirus-violations/
List all antivirus violations.
GET
/volumes/{volume_guid}/filers/antivirus-violations/
List all antivirus violations of a volume.
GET
/volumes/{volume_guid}/filers/{filer_serial}/antivirus-violations/
List antivirus violations of a volume for a specific filer.
GET
/volumes/{volume_guid}/filers/{filer_serial}/antivirus-violations/{antivirus_id}/
Get an antivirus violation.
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/antivirus-violations/{antivirus_id}/
Delete antivirus violation
GET
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/
List NFS host options for an export
POST
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/
Create NFS host option
GET
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/{host_option_id}/
Get a host option for an export
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/{host_option_id}/
Delete host option
PATCH
/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/{host_option_id}/
Update an existing host option
GET
/volumes/folder-quotas/
List folder quotas
GET
/volumes/{volume_guid}/folder-quotas/
List folder quotas for a volume
POST
/volumes/{volume_guid}/folder-quotas/
Create folder quota
GET
/volumes/{volume_guid}/folder-quotas/{folder_quota_id}/
Get folder quota
DELETE
/volumes/{volume_guid}/folder-quotas/{folder_quota_id}/
Delete folder quota
PATCH
/volumes/{volume_guid}/folder-quotas/{folder_quota_id}/
Update folder quota
GET
/volumes/filers/snapshots/
List snapshot statuses
GET
/volumes/{volume_guid}/filers/snapshots/
List snapshot statuses for a volume
GET
/volumes/{volume_guid}/filers/{filer_serial}/snapshots/
List snapshot status for a volume and Filer
POST
/volumes/{volume_guid}/filers/{filer_serial}/snapshots/
Request snapshot for volume
POST
/volumes/{volume_guid}/global-lock-folders/
Enable global locking and its various modes on a specified path
GET
/volumes/filers/paths/
Get a list of all known paths
GET
/volumes/{volume_guid}/filers/paths/
Get a list of all known paths with a specific volume
GET
/volumes/{volume_guid}/filers/{filer_serial}/paths/
Get a list of all known paths with a specific volume and filer
GET
/volumes/{volume_guid}/filers/{filer_serial}/path/{path}
Get info on a specific path
POST
/volumes/{volume_guid}/filers/{filer_serial}/path/{path}
Refresh info about a given path
#
POST
/volumes/{volume_guid}/filers/{filer_serial}/cache-path/{path}
Bring path into cache
POST
/volumes/{volume_guid}/filers/{filer_serial}/make-dir-path/
Try to make the given directory path
GET
/volumes/filers/pinned-folders/
Get a list of all pinned folders
GET
/volumes/{volume_guid}/filers/pinned-folders/
Get a list of all pinned folders in a volume
GET
/volumes/{volume_guid}/filers/{filer_serial}/pinned-folders/
Get a list of pinned folders in a volume for a specific filer
POST
/volumes/{volume_guid}/filers/{filer_serial}/pinned-folders/
Set pinning mode
GET
/volumes/{volume_guid}/filers/{filer_serial}/pinned-folder/{path}
Get pinning status for the path
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/pinned-folder/{path}
Disable pinning mode on a folder
GET
/volumes/filers/auto-cached-folders/
Get a list of all auto cache enabled folders
GET
/volumes/{volume_guid}/filers/auto-cached-folders/
Get a list of all auto cache enabled folders in a volume
GET
/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folders/
List auto cache enabled folders for a volume on a filer
POST
/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folders/
Set auto caching mode
GET
/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folder/{path}
Get auto cache folder status for a folder
DELETE
/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folder/{path}
Disable auto cache mode on a folder
DELETE
/volumes/{volume_guid}/global-lock-folders/{path}
Disable global locking on a specified path
GET
/volumes
Get Volumes
#
GET
/volumes/{volume_id}/edges/{edge_id}/snapshots
Get Snapshot Status
#
POST
/volumes/{volume_id}/edges/{edge_id}/snapshots
Start Snapshot
#
DELETE
/volumes/{volume_id}/edges/{edge_id}/snapshots
Cancel Snapshot
#
GET
/volumes/{volume_id}
Get Volume
#
GET
/volumes/{volume_id}/details
Get Volume Details
#
GET
/volumes/{volume_id}/capacity-history
Get Volume Capacity History
#