mounted_shared_disks
association
Available from 9.2.12.
Use the
mounted_shared_disks
association to retrieve information about shared disks that
are mounted on each computer as part of other REST API requests.
Association
mounted_shared_disks
Applicable REST APIs
You can use the
mounted_shared_disks
association with the following REST APIs:
Syntax
<URL>?columns[]=mounted_shared_disks.<column>
For
example:
GET https://hostname:port/api/sam/v2/computers?columns[]=mounted_shared_disks.mount_point
Schema description
To retrieve the list of all columns that are returned by this association together with their
descriptions, use the following
request.
GET https://hostname:port/api/sam/schemas/associations/mounted_shared_disks.json
Available columns
Property | Description | Type |
---|---|---|
shared_disk_id | Identifier of the shared disk that is mounted on the computer. | Integer |
mount_point | Directory in which the shared disk is mounted. | String |
exported_directory | Exported directory of the shared disk. | String |