List Antivirus Update Check History
Use this API Call to query our Data Extraction API to extract data gathered by N-sight RMM.This section shows the service name and parameters needed in the API Call query, and provides examples of some queries and system responses. For more information, see Data Extraction API.
Service name: list_av_history |
|
URL |
https://SERVER/api/?apikey=yourAPIkey&service=list_av_history &required_parameters=required_parameters [&optional_parameters=optional_parameters] |
Description |
List status of Antivirus Update Checks on device for last 60 days. Notes The starting date for the response will be the current day within the account timezone. Only currently active checks are considered. Once a check is deleted, its historical data will not be available. For checks that have been added within the last 60 days and run at least once, PASS will be returned for the days prior to the initial run, assuming the device was online on that day. For checks that are added and have yet to run, NOTRUN will be returned for all days. Empty <checks/> and <days/> elements will be returned when there are no active antivirus checks configured for a device. In cases when more than one Antivirus Update Check is configured to run on a device, the status reported will be the most significant status of all Antivirus Update Checks on that day. See Example Response for more detail. |
Parameters |
|||||
Post Variable |
Description |
Type |
Required |
Options |
Default |
Optional. Returns a description of the service. |
boolean |
no |
true |
0 |
|
deviceid |
The deviceid must be a valid id. |
string |
yes |
0 |
0 |
Example Service Call =list_av_history |
https://SERVER/api/?apikey=yourAPIkey&service=list_av_history&deviceid=DEVICEID |
Example Response |
<?xml version="1.0" ?> <result created="2014-08-04T15:29:15+01:00" host="SERVER" status="OK"> <checks> <name>Antivirus Update Check Windows Defender Antispyware</name> </checks> <days> <day> <date>2014-05-06</date> <status>NOTINSTALLED</status> </day> <days> <day> <date>2014-05-07</date> <status>PASS</status> </day> <days> <day> <date>2014-05-08</date> <status>FAIL</status> </day> <days> <day> <date>2014-05-09</date> <status>PASS</status> </day> <days> <day> <date>2014-05-10</date> <status>FAILINACTIVE</status> </day> <days> <day> <date>2014-05-11</date> <status>DEVICEOVERDUE</status> </day> <days> <day> <date>2014-05-12</date> <status>NOTINSTALLED</status> </day> ... </result> |
Fields Description |
|||||||||||||||||||||||
Field |
Type |
Can Be Empty |
Description |
||||||||||||||||||||
checks/name |
string |
no |
Name of the antivirus check (if any) running on this device. A name element will exist for each active check |
||||||||||||||||||||
days/day/date |
date |
no |
Time data for the Checks |
||||||||||||||||||||
days/day/status |
string |
no |
Status of the Antivirus Check(s) on that day. Can be one of the following values. If there is more than one than Antivirus Check configured to run on the device, the status value will be the highest ranked value from the list below. So for example, if one check is marked as PASS for that day, and another is marked as FAIL, the status returned will be FAIL.
|
Example Associated Service Calls | ||
Parameter | Call | URL Format |
DeviceID | list_devices_at_client |
https://SERVER/api/?apikey=yourAPIkey&service=list_devices_at_client&clientid=CLIENTID&devicetype=server |
list_servers |
https://SERVER/api/?apikey=yourAPIkey&service=list_servers&siteid=SITEID |
|
list_workstations |
https://SERVER/api/?apikey=yourAPIkey&service=list_workstations&siteid=SITEID |