pool.filesystem_choices

Returns all available zfs resources based on types.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: types

types

Type: array of enum (of string) Default: ["FILESYSTEM", "VOLUME"]

Dataset types to include in the results.

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

Array of available filesystem/dataset paths.

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


Required roles: DATASET_READ | POOL_READ | READONLY_ADMIN