JSON Object Example
{
    "Timeout": 0,
    "Host": "178.256.192.100",
    "Device_Id": 63660,
    "Id": 182220,
    "Task_Type_Id": 15,
    "Name": "dnsbl"
}

Fields Description

Field Type Required/Optional Description

Host

string

required

This field is for a host name which will be checked for a presence at blacklists.

Example:
"Host""mydomain.com"

Device_Id

int32

required

READ ONLY Field. Unique device ID.

Example:
"Device_Id": 8550

Id

int32

required

*Only for edit operations

READ ONLY Field. Unique task id.

Example:
"Id": 17720

Task_Type_Id

int32

required

The type id of the task.

Example:
"Task_Type_Id": 47

Task_Name

string

optional

Task name.

Example:
"Name":"DNSBL Task"

Timeout

int32

optional

This field defines maximum time value (in mseconds) for task execution.

Example:
"Timeout": 0