Update Definitions File - Bitdefender Engine: mav_definitions_update
Service name: mav_definitions_update |
|
URL |
https://SERVER/api/?apikey=yourAPItoken&service=mav_definitions_update &required_parameters=required_parameters [&optional_parameters=optional_parameters] |
Description |
Update Managed Antivirus (MAV): Bitdefender Engine definitions on the specified device. |
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 device id. |
integer |
yes |
0 |
0 |
Example Service Call =mav_definitions_update |
https://SERVER/api/?apikey=yourAPItoken&service=mav_definitions_update&deviceid=DEVICEID |
Example Response: Success |
<?xml version="1.0" ?> <result created="2011-08-25T15:54:05" host="SERVER" status="OK"> <msg /> </result> |
Example Response: Failure |
<?xml version="1.0" ?> <result created="2011-08-25T15:54:05" host="SERVER" status="FAIL"> <msg>There is already a MAV definition update pending</msg> </result> |
Fields Description |
|||
Field |
Type |
Can Be Empty |
Description |
msg |
string |
yes |
Message related to the action status. |
Example Associated Service Calls | ||
Parameter | Call | URL Format |
DeviceID | list_devices_at_client |
https://SERVER/api/?apikey=yourAPItoken&service=list_devices_at_client&clientid=CLIENTID&devicetype=server |
list_servers |
https://SERVER/api/?apikey=yourAPItoken&service=list_servers&siteid=SITEID |
|
list_workstations |
https://SERVER/api/?apikey=yourAPItoken&service=list_workstations&siteid=SITEID |
|
SiteID | list_sites | https://SERVER/api/?apikey=yourAPItoken&service=list_sites&clientid=CLIENTID |
ClientID | list_clients | https://SERVER/api/?apikey=yourAPItoken&service=list_clients |