computer_health_status association

9.2.21 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://hostname:port/api/sam/v2/computers?columns[]=computer_health_status.delayed_data_upload

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_health_status.json

Available columns

Table 1. Columns with information about computer health
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
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