Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The tasks entity to post

JobName
string
required

The name of the job contain the current task.

TaskId
integer<int64>

The id of current task.

JobId
string

The id of the job contain the current task.

Index
string

The index of task.

Query
string

The query of task.

Table
string

The table name of query.

IsActive
boolean

Whether the task is active.

RowVersion
string

The version number of row information.

Response

tasks created

JobName
string
required

The name of the job contain the current task.

TaskId
integer<int64>

The id of current task.

JobId
string

The id of the job contain the current task.

Index
string

The index of task.

Query
string

The query of task.

Table
string

The table name of query.

IsActive
boolean

Whether the task is active.

RowVersion
string

The version number of row information.