pool.dataset.attachments ======================== Return a list of services dependent of this dataset. Responsible for telling the user whether there is a related share, asking for confirmation. Example return value: [ { "type": "NFS Share", "service": "nfs", "attachments": ["/mnt/tank/work"] } ] .. raw:: html
The dataset ID (full path) to retrieve attachments for.
Array of services and resources attached to the dataset.
No Additional ItemsType of attachment.
Name of the service using this pool. null if not a service attachment.
Array of specific attachment identifiers or paths.
No Additional Items