List Supported Antivirus Products

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_supported_av_products

URL

https://SERVER/api/?apikey=yourAPIkey&service=list_supported_av_products

&required_parameters=required_parameters

[&optional_parameters=optional_parameters]

Description

Lists display name and identifier for all supported antivirus products

Parameters

Post Variable

Description

Type

Required

Options

Default

describe

Optional. Returns a description of the service.

boolean

no

true

0

Example Service Call =list_supported_av_products

https://SERVER/api/?apikey=yourAPIkey&service=list_supported_av_products

Example Response

<?xml version="1.0" ?>

<products>

<product>

<name>McAfee Total Protection</name>

<id>mcafee</id>

</product>

.....

<product>

<name>Trend AntiVirus</name>

<id>trend</id>

</product>

.....

<product>

<name>Sophos Anti-Virus</name>

<id>sophos</id>

</product>

<product>

<name>Symantec AntiVirus</name>

<id>symantec__u</id>

</product>

<product>

...

</product>

</product>

</result>

Fields Description

Field

Type

Can Be Empty

Description

name

string

no

Displayable string of the product name

id

string

no

Unique identifier for this particular product.

This should be used to identify the product in subsequent API calls.