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”] }

]

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: string

Result

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

PoolAttachment

Type: object
No Additional Properties

Type

Type: string

Service


Type: string
Type: null

Attachments

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


Required roles: DATASET_READ