pool.filesystem_choices ======================= Returns all available datasets, except the following: 1. system datasets 2. application(s) internal datasets .. examples(websocket):: Get all datasets. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.filesystem_choices", "params": [] } Get only filesystems (exclude volumes). :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.filesystem_choices", "params": [["FILESYSTEM"]] } .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: types

types

Type: array of enum (of string) Default: ["FILESYSTEM", "VOLUME"]
No Additional Items
Each item of this array must be:
Type: enum (of string)
Must be one of:
  • "FILESYSTEM"
  • "VOLUME"

Result

Type: array of string
No Additional Items
Each item of this array must be:
Type: string


*Required roles:* DATASET_READ | POOL_READ | READONLY_ADMIN