shared_disk_members association
Available from 9.2.12. Use the
shared_disk_members
association to retrieve information about computers on which
shared disks are mounted as part of other REST API requests.
Association
shared_disk_members
Applicable REST APIs
You can use the
shared_disk_members
association with the following REST APIs:Syntax
<URL>?columns[]=shared_disk_members.<column>&token=<token>
For
example:
GET api/sam/v2/shared_disks?columns[]=shared_disk_members.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/shared_disk_members.json?token=<token>
Available columns
Property | Description | Type |
---|---|---|
computer_id | Identifier of the computer on which the shared disk is mounted. | Integer |
mount_point | Directory in which the shared disk is mounted. | String |