All Operations in Operation List
Operation List get error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "string",
- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
}
Created operation
Operation create error
{- "args": { },
- "operation_type": "LOCK"
}
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
Get operation from operation list
Operation get error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
Updated Operation Information
Operation update error
Operation update error
{- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
Delete operation
Operation delete error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "operation_list_id": "string",
- "pipeline_id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}