iVIT-I
  1. task
iVIT-I
  • README
  • task
    • Get Task List
      GET
    • Edit Task
      PUT
    • Add Task
      POST
    • Delete Task
      DELETE
    • Execute Task Usage
      GET
    • Execute Task
      POST
    • Get Target Task Information
      GET
    • Export Task
      POST
    • Import Task
      POST
  • source
    • Get Source List
      GET
    • Add New Source
      POST
    • Del Source
      DELETE
    • Get Target Source
      GET
    • Get Frame From Source
      GET
    • Get Frame From Source With Resolution
      POST
  • model
    • Get Model List
      GET
    • Add Model
      POST
    • Delete Model
      DELETE
    • Get Target Model Information
      GET
  • app
    • Get Using Applicatino List
      GET
    • Get Supported Application
      GET
    • Get Target Application Information
      GET
  • device
    • Get Platform
      GET
    • Get Device
      GET
  • icap
    • Test Attribute And Telemetry
    • Get Icap Address
    • Set Icap Address
    • Get Device Id
    • Get Device Id
    • Get Device Id
  • process
    • Get Model Proc List
    • Remove Model Proc List
    • Get Model Proc List
    • Remove Model Proc List
  • system
    • Get V4L2 Device List
    • Download File
    • Get Image
    • Change User Permission
  • event
    • Get All Events
    • Get Target Events
    • Get Events
    • Get Screenshot
    • Get Screenshot
    • Get Event Stream
    • Del Event Stream
  1. task

Add Task

POST
/v1/tasks
task
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
    "task_name": "string",
    "source_uid": "string",
    "model_uid": "string",
    "device": "string",
    "model_setting": {},
    "app_name": "string",
    "app_setting": {}
}'
Response Response Example
200 - Example 1
null

Request

Body Params application/json
task_name
string 
Task Name
required
source_uid
string 
Source Uid
required
model_uid
string 
Model Uid
required
device
string 
Device
required
model_setting
object 
Model Setting
required
app_name
string 
App Name
required
app_setting
object 
App Setting
required
Examples

Responses

🟢200Successful Response
application/json
Body
No schema defined
🟠422Validation Error
Previous
Edit Task
Next
Delete Task
Built with