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>&token=<token>
For
example:
GET api/sam/v2/computers?columns[]=mounted_shared_disks.mount_point
&token=7adc3efb175e2bc0f4484bdd2efca54a8fa04623
Schema description
To retrieve the list of all columns that are returned by this association together with their
descriptions, use the following
request.
GET api/sam/schemas/associations/mounted_shared_disks.json?token=<token>
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 |