computer_health_status association
Available from
9.2.21. Use the computer_health_status association to
retrieve information about computer health as part of other REST API requests.
Association
computer_health_status
Applicable REST APIs
You can use the
computer_health_status association with the following REST APIs:Syntax
<URL>?columns[]=computer_health_status.<column>
For
example:
GET https://server_url:server_port/api/sam/v2/computers?columns[]=computer_health_status.delayed_data_uploadSchema description
To retrieve the list of all columns that are returned by this association together with their
descriptions, use the following
request.
GET https://server_url:server_port/api/sam/schemas/associations/computer_health_status.jsonAvailable columns
| Property | Description | Type |
|---|---|---|
| delayed_data_upload | Indicates whether the computer has not uploaded data to the server for a specific period of time. The problem might occur because the computer is offline or due to a network outage. | Boolean |
| Indicates whether the last software scan performed on the computer was successful or not. | Boolean | |
| missing_software_scan | Indicates when no successful software scan was run on the computer within the specified period of time. | Boolean |
| obsolete_scanner | Indicates when obsolete version of the scanner is installed on the computer. | Boolean |
| outdated_capacity_scan | Indicates when no successful capacity scan was run on the computer within the specified period of time. | Boolean |