server association
Available from 11.0.7.0. Use the server
association to retrieve information about unique physical servers in your
infrastructure.
Association
server
Applicable REST APIs
You can use the
server association with the following REST API:Syntax
<URL>?columns[]=server.<column>&date=<date>&token=<token>
For
example:
GET api/sam/v2/license_usage_per_server?columns[]=server.name&date=2025-09-17&token=7adc3efb175e2bc0f4484bdd2efca54a8fa04623Schema 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/v2/schemas/server.json?token=<token>Available columns
| Property | Description | Type |
|---|---|---|
| id | Identifier of the server. | Integer |
| name | A unique system in the infrastructure.
|
String |
| type | Type of the server. Possible values are:
|
Integer |
| hardware_serial_number | Serial number of a physical server. For artificial servers with incomplete definitions, it is the UUID of a virtual machine prefixed with TLM_VM_. | String |
| hardware_vendor | A manufacturer of the server. | String |
| hardware_model | A hardware model of the server. | String |
| hardware_type | A hardware type of the server. | String |
| total_processors | Number of processors on the server. | Float |
| cores | Number of processor cores that are used by the server. | Float |
| processor_brand_string | Full specification of the processor including its brand, model and speed as read from the computer operating system. | String |
| processor_model | Model of the processor. | String |
| processor_type | Type of the processor according to the number of cores. | String |
| processor_vendor | Vendor of the processor. | String |
| 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. | Integer |
| default_pvu_value | Indicates whether a default number of PVUs is assigned to the
computer. Possible values:
|
Boolean |
| custom_pvu_value | Indicates whether the number of PVUs was manually specified by
the user overriding the detected value. Possible values:
|
Boolean |
| active_computers | Number of active computers (computers that were not deleted) that run directly on the server or on any partitions or virtual machines on that server. | Integer |