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