computer_hardware
association
Available from 9.2.8.
Use the computer_hardware
association to retrieve detailed hardware information as part of other REST API
requests.
Association
computer_hardware
Applicable REST APIs
You can use the
computer_hardware
association with the following REST APIs:
Syntax
<URL>?columns[]=computer_hardware.<column>
For
example:
GET https://hostname:port/api/sam/v2/software_instances?columns[]=computer_hardware.computer_type
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/computer_hardware.json
Available columns
Property | Name on the Hardware Inventory report | Description | Type |
---|---|---|---|
cluster_cores_count | Cluster Cores | Number of processor cores available within the cluster to which the computer belongs. | Numeric |
cluster_name | Cluster Name | Name of the cluster to which the computer belongs. | String |
computer_type | Computer Type | Type of the computer. Possible values are:
|
Numeric |
custom_pvu_per_core | Changed PVU Value | Specifies whether the number of processor value units for a specific server was manually
changed. Possible values are:
|
String |
default_pvu_value | Default PVU Value | Indicates whether a default number of processor value units is assigned to the computer.
Possible values are:
|
String |
entitlement | LPAR Entitlement | Number of processor cores that are assigned to the logical partition. Available only for AIX. For other operating systems, the value of property is null. | Numeric |
is_capped | Is Capped | Indicates whether the partition is capped, that is whether its access to processor resources
is limited. Available only for AIX. Possible values are:
|
String |
is_shared_type | Shared Mode | Indicates whether the logical partition works in the shared mode. Available only for AIX.
Possible values are:
|
String |
no_processors_pshared_pool | Physical Shared Pool Cores | Number of processors that work in the shared mode. | Numeric |
no_processors_shared_pool | Virtual Shared Pool Cores | Number of active processor cores in the virtual shared pool. | Numeric |
node_total_processors | Server Active Sockets | Number of active sockets on the physical server for placing CPU units. | Numeric |
online_vp_count | Partition Virtual Processors | Number of virtual processors that are assigned to the partition on which the BigFix® agent is installed. The value is used in further calculations when the endpoint works in the uncapped mode. Available only for AIX. | Numeric |
partition_cores | Partition Cores | Number of processor cores on the partition on which the BigFix client is installed. The number does not take into account hyper-threading on the x86 architecture. | Numeric |
platform | N/A | Hardware architecture. Possible values are:
|
String |
pvu_per_core | PVU per Core | Number of PVUs that are assigned to a processor core on the computer. By default, the value is taken from the PVU table. | Numeric |
server_cores | Server Cores | Number of active physical processor cores on the physical server. | Numeric |
server_id | The property is not displayed on the report. | Internal identifier of the physical server that hosts a computer. In case of a virtual machine that is not fully defined, the ID is a placeholder for a physical server and it changes when you complete defining the virtual machine. | Numeric |
server_logical_cores | Logical Processors (The property is displayed only on Software Classification report) | Number of logical processor cores on the physical server according to processor capabilities and configuration. For example, when hyper-threading is used on the x86 processors, the value represents the number of hyper-threaded cores. | Numeric |
server_model | Server Model | A model of a physical server. | String |
server_name | Server ID | A unique system in the infrastructure. For a physical machine, it is the hardware
manufacturer, type, and a machine serial number. For a virtual machine, it is the manufacturer and
host name. For artificial server with incomplete definition, it is a UUID of a virtual machine
prefixed with TLM_VM_ .You can specify the data that is returned by this property by configuring the following advanced server settings: managedServerTagTemplate and standaloneServerTagTemplate. For more information, see: Configuring advanced server settings. |
String |
server_serial_number | Server Serial Number | A serial number of a physical server. In case of a virtual machine that is not fully defined,
the Server Serial Number is a UUID that is prefixed with TLM_VM_ . |
String |
server_type | Server Type | A type of a physical server. | String |
server_vendor | Server Vendor | A manufacturer of a physical server. | String |
shared_pool_id | Shared Pool ID | Identifier of IBM POWER shared processor pool. | String |
status | Status | Status of the computer. Possible values are:
|
String |
system_model | System Model | Name of the hardware system or virtualization technology that is discovered by the BigFix client. | String |
Property | Name on the Hardware Inventory report | Description | Type |
---|---|---|---|
processor_brand_string | Processor Brand String | Full specification of the processor including its brand, model and speed as read from the computer operating system. | String |
processor_brand | Brand | Brand of the processor that was matched in the PVU table. If the brand is "Other", the processor is not listed in the PVU table. | String |
processor_model | Model | Model of the processor. | String |
processor_type | Type | Type of the processor according to the number of cores. | String |
processor_vendor | Vendor | Vendor of the processor. | String |