List Supported Antivirus Products: list_supported_av_products
Service name: list_supported_av_products |
|
URL |
https://SERVER/api/?apikey=yourAPItoken&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 |
Optional. Returns a description of the service. |
boolean |
no |
true |
0 |
Example Service Call =list_supported_av_products |
https://SERVER/api/?apikey=yourAPItoken&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. |