Task type REST API
Closed this issue · 1 comments
isc-rsingh commented
Task type REST API
isc-rsingh commented
GET http://3.81.189.215:52773/vnx/tasktypes
Response
[
{
"type": "rs.pipeline.TaskDropColumns",
"name": "Drop Columns",
"description": "Drop columns from a table"
},
{
"type": "rs.pipeline.TaskFieldCompute",
"name": "Compute New Field",
"description": "Create a new field based on operations on existing fields"
},
{
"type": "rs.pipeline.TaskFilter",
"name": "Filter",
"description": "Filter rows based on a condition"
},
{
"type": "rs.pipeline.TaskGroupBy",
"name": "Group By",
"description": "Group by"
},
{
"type": "rs.pipeline.TaskJoin",
"name": "Join",
"description": "Join two tables"
},
{
"type": "rs.pipeline.TaskSQLSelect",
"name": "SQL",
"description": "Create a new table based on a SQL query"
},
{
"type": "rs.pipeline.TaskPersistent",
"name": "Table",
"description": "Define a table as a task"
}
]