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.
Note: This association can be used to retrieve information about
computers on which the BigFix® client is installed.
It cannot be used to retrieve information about computers on which the disconnected scanner is
installed because the scanner does not gather information about shared disks.
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>
For
example:
GET https://hostname:port/api/sam/v2/shared_disks?columns[]=shared_disk_members.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/shared_disk_members.json
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 |